socialforge/public/themes/redpenny-master/stylesheets/application.css

1578 lines
24 KiB
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Redpenny stylesheet
*
* Author: Jarod Denison (@jaroslavius)
* @2013-05-25
*
*/
@import "http://fonts.googleapis.com/css?family=PT+Sans:400,700|Source+Code+Pro";
@import "../../../stylesheets/application.css";
@font-face {
font-family: 'FontAwesome';
src: url('font/fontawesome-webfont.eot?v=3.1.0');
src: url('font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
font-weight: normal;
font-style: normal;
}
#header > h1 {
/*background: url(../images/logo.png) no-repeat 30px 30%;*/
/*by young*/
padding: 29px 130px;
}
/*by young*/
#header > h1 {
/*background: url(../images/logo.gif) no-repeat 40px 45%;*/
padding: 28px 130px;
}
/*end*/
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
#header > h1 {
background-image:ol url(../images/logo-2x.png);
background-size: 43px 30px;
}
}
#body
{
padding-top:90px;
background-image:url(images/bg/bg.gif);
background-repeat:repeat-x;
background-position:center top
}
body,#wrapper
{
background-color:#fff; /*整体背景色ecfffb*/
font-family:Helvetica,Arial,"Lucida Grande",verdana,sans-serif
}
a
{
transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
-webkit-transition:all .2s linear
}
.action-settings #header h1:before
{
font-family: Fontawesome;
/*by young*/
.action-settings #header h1:before
{
font-family: Fontawesome;
/* content: "\f013";*/
padding-right: 5px;
}
.controller-projects.action-show #header h1:before
{
font-family: Fontawesome;
/* content: "\f132";*/
padding-right: 5px;
}
.controller-activities #header h1:before
{
font-family: Fontawesome;
/* content: "\f135";*/
padding-right: 5px;
}
.controller-versions #header h1:before
{
font-family: Fontawesome;
/* content: "\f018";*/
padding-right: 5px;
}
.controller-issues #header h1:before
{
font-family: Fontawesome;
/* content: "\f145";*/
padding-right: 5px;
}
.controller-calendars #header h1:before
{
font-family: Fontawesome;
/* content: "\f073";*/
padding-right: 5px;
}
.controller-news #header h1:before
{
font-family: Fontawesome;
/* content: "\f06c";*/
padding-right: 5px;
}
.controller-documents #header h1:before
{
font-family: Fontawesome;
/* content: "\f02d";*/
padding-right: 5px;
}
.controller-wiki #header h1:before
{
font-family: Fontawesome;
/* content: "\f14b";*/
padding-right: 5px;
}
.controller-files #header h1:before
{
font-family: Fontawesome;
/* content: "\f0b1";*/
padding-right: 5px;
}
.controller-repositories #header h1:before
{
font-family: Fontawesome;
/* content: "\f074";*/
padding-right: 5px;
}
.controller-gantts #header h1:before
{
font-family: Fontawesome;
/* content: "\f080";*/
padding-right: 5px;
}
.controller-admin #header,.controller-users #header,.controller-groups #header,.controller-roles #header,.controller-trackers #header,.controller-issue_statuses #header,.controller-workflows #header,.controller-custom_fields #header,.controller-users #header,.controller-enumerations #header,.controller-settings #header,.controller-auth_sources #header,.controller-plugins #header,.controller-info #header,.controller-projects.action-index #header,.controller-welcome #header,.controller-my #header,.controller-account.action-login #header
{
height:3.1em
}
.controller-account.action-login #content
{
background-color:#fafafa!important
}
.controller-welcome #header h1:before
{
font-family: Fontawesome;
/* content: "\f015 ";*/
padding-right: 5px;
font-weight: 100;
}
.controller-users #header h1:before
{
font-family: Fontawesome;
padding-right: 5px;
}
/* content: "\f0f0 ";*/
padding-right: 5px;
}
/*end*/
.splitcontentright .projects.box ul
{
padding-left:20px
}
.splitcontentright .projects.box li
{
margin-bottom: 10px;
list-style:none
}
.splitcontentleft .news.box p a:first-child,
.splitcontentright .news.box p a:first-child,
.splitcontentleft .projects.box li a:link,
.splitcontentright .projects.box li a:link
{
font-size: 11px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
background-color:#eee; /* 项目名底色 */
padding:4px 10px
}
a:hover
{
text-decoration:underline
}
a:hover,a:active
{
color:#FF0000 /* 项目字体底色 */
}
.action-index .wiki
{
width:100%; /* 描述字体内容的宽度 */
color:#909090; /* 项目描述字体颜色 */
display:block
}
.action-index h4 a
{
font-size:110%;
border-bottom:#ededed 1px dashed;
display:block;
padding-bottom:5px
}
.action-index h3
{
background-color:#fff; /* 右top边项目底色 */
padding:10px
}
/*by young
.action-index p
{
margin-top:0;
padding-top:0;
}
*/
ul.projects.root
{
-webkit-column-count:4;
-moz-column-count:4;
-ms-column-count:4;
-o-column-count:4;
column-count:4
}
ul.projects li.root
{
padding:5%; /*项目界面的宽度 */
height:25px;
background-color:#0ee; /* 项目界面 #eee*/
margin:0 0 10px;
display:inline-block;
width:90%;
vertical-align:top;
border-bottom:2px #dbedf4 solid;
border-left:1px dotted #dbedf4
}
#header,#top-menu
{
margin:60;
}
/*by young*/
#header
{
background-color: #FFFFFF;
/* background-image: -moz-linear-gradient(top,#BBBBBB,#FFFFEC);
background-image: -webkit-gradient(linear,0 0,0 100%,from(#039ea0),to(#f5f1e8));
background-image: -webkit-linear-gradient(top,#039ea0,#f5f1e8);
background-image: -o-linear-gradient(top,#039ea0,#f5f1e8);
background-image: linear-gradient(to bottom,#039ea0,#f5f1e8);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0);*/
border-color: #252525;
height: 130px;
height: 125px;
color: #000000;
}
/*控制logo位置如redmine位置*/
#header h1
{
margin:0 0px;
margin-top: 5px;
margin-left: 5px;
height: 61px;/*by young*/
margin-top: -90px;/*by young*/
margin-left: -30px;
color: #000000;
}
/*添加logo*/
#header #quick-search
{
margin:3px 24px 0;
color: #000000;
}
#top-menu
{
background-color:#000; /*顶层导航颜色*/
font-size:12px;
position:relative;
padding:0;
height:1px;
padding-top:0
}
#top-menu ul
{
padding:0 1px /*控制顶层导航宽度*/
}
#top-menu li,#top-menu #loggedas
{
/*by young*/
color:#AAAAAA;
line-height:21px;
margin-right:4px
}
#top-menu li a
{
/*by young*/
color:#AAAAAA;
font-weight:6px;
padding:4px 5px
}
#top-menu li a:hover
{
color:#a1ebff; /*顶层导航鼠标效果*/
text-decoration:none
}
#main
{
background:#fff; /*右边图标背景颜色dbedf4*/
margin:20px 24px 0
}
#content,#main.nosidebar #content
{
/*by young*/
/* background:#fff; /*主题框架背景yanse*/
/* border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
overflow:auto;
-moz-box-shadow:#bbb 1px 1px 2px;
-webkit-box-shadow:2px 2px 0px -2px #bbb;
border-left:1px #ddd solid*/
}
#content
{
width:680px;
float:right;
background-color: #FFFFFF
}
#content .wiki img
{
max-width:98%
}
#main.nosidebar #content_
{
width:auto;
float:center;
min-height:800px;
}
#sidebar
{
width:240px;/*by young*/
height: auto;
background:#edecec; /*主题框架背景yanse*/
border-right:1px solid #C6E9F1;
overflow:auto;
/*by young*/
-moz-box-shadow:#C6E9F1 1px 1px 2px;
-webkit-box-shadow:2px 2px 0px -2px #C6E9F1;
}
#sidebar a,#sidebar a.selected
{
display:inline-block;
padding:4px 4px 4px 21px !important;
transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
-webkit-transition:all .2s linear;
}
#sidebar a.selected
{
padding-top:2px;
padding-bottom:2px;
background-position:2px 5px;
margin:auto;
color:#a0a0a0;
font-weight:600
}
#footer
{
background-color:#EEE; /*低端背景*/
border:0;
clear:left;
color:#666;
font-size:9px;
margin:4px 20px 20px;
padding-bottom:15px;
text-align:left
}
#footer a:hover
{
background:#666 none repeat scroll 0 0;
color:#FFF!important
}
#footer a:link,#footer a:visited
{
color:#666
}
#footer .bgr:after
{
content:' Theme by Trustie2 Team';
float:right
}
h1,h2,h3,h4
{
font-family:"PT Sans","Lucida Grande",arial,sans-serif
}
h1
{
font-size:24px; /*工作台界面框框大小*/
font-weight:400;
margin:0 0 0 .25em;
padding:0 0 10px;
text-align:left
}
h2,h3,h4,.wiki h1,.wiki h2,.wiki h3
{
border-bottom:0
}
h2,.wiki h1
{
background-color:#e0e0e0; /*第三层背景非导航条*/
margin:-6px -10px 10px;
padding:10px 20px;
font-size:14px;
color:#fff;
border-top:1px #ddd solid
}
.wiki h1
{
font-family:"PT Sans","Trebuchet MS",Helvetica,sans-serif;
font-weight:700
}
.wiki h2
{
background-color:transparent
}
div.issue div.wiki h3
{
text-decoration:underline
}
h3,h4
{
font-weight:400
}
div.wiki h3,div.wiki h4
{
font-weight:700
}
#sidebar h3
{
border-bottom:1px solid #DCDCDC; /*右边项目应用*/
padding:3px 4px
}
div.journal h4
{
background-color:#EDF3FE;
border-left:3px solid #9FBFFA;
padding:10px
}
div.splitcontentleft h2
{
background-color:transparent;
padding:0;
margin:20px 0 5px
}
#sidebar a:hover
{
background-color:#039;
color:#FFF;
text-decoration:none
}
#main-menu
{
margin-top:5px;
margin-bottom:20px;
background-color:#000;
/*border-bottom:1px solid #ccc;
padding-left:5px;
line-height:30px;*/
}
#main-menu li a
{
/*float:left;
margin-top:5px;
margin-right:5px;
border: 1px solid #ccc;
padding: 0px 10px;
height:30px;
top:0px;
position:relative;
z-index: 2;
background: #fff;*/
font-family:, "PT Sans", Helvetica, Arial;
font: color: #FFF;
transition:all .4s linear;
-moz-transition:all .4s linear;
-o-transition:all .4s linear;
-webkit-transition:all .4s linear;
background-color:#cdd0cf; /*导航条颜色*/
/*font-weight:400;
padding:4px 8px 4px;8*/
}
#main-menu li a:hover
{
background:#aaabab; /*鼠标经过时背景颜色*/
text-decoration:none
}
#main-menu li a.selected,#main-menu li a.selected:hover
{
background-color:#969a99; /*当前打开导航条背景颜色*/
color:#000;
font-weight:700
}
#top-menu li a.home:before {
font-family: Fontawesome;
/*content: "\f015 "; */
}
#top-menu li a.my-page:before {
font-family: Fontawesome;
content: "\f0c9 ";
/*by young*/
#top-menu li a.home:before {
font-family: Fontawesome;
/* content: "\f015 ";*/
}
#top-menu li a.my-page:before {
font-family: Fontawesome;
/* content: "\f0c9 ";*/
}
#top-menu li a.projects:before {
font-family: Fontawesome;
content: "\f0c2 ";
/* content: "\f0c2 ";*/
}
#top-menu li a.administration:before {
font-family: Fontawesome;
content: "\f11b ";
/* content: "\f11b ";*/
}
#top-menu li a.help:before {
font-family: Fontawesome;
content: "\f0e9 ";
/* content: "\f0e9 ";*/
}
#top-menu #account a.my-account:before {
font-family: Fontawesome;
content: "\f0f0 ";
}
#top-menu #account a.logout:before {
font-family: Fontawesome;
content: "\f08b ";
}
/* content: "\f0f0 ";*/
}
#top-menu #account a.logout:before {
font-family: Fontawesome;
/* content: "\f08b ";*/
}
/*end*/
table.list
{
border:none
}
table.list th
{
background-color:#fff
}
table.list tbody td,table.list tbody tr td,table.list tbody tr td.checkbox
{
border-bottom:solid 1px #ddd;
font-size:11px;
padding:4px 10px 4px 3px
}
table.list thead th
{
border:none;
border-bottom:1px solid #999;
font-size:12px;/*by young*/
font-weight:400;
padding:0 3px 3px;
text-transform:uppercase
}
table.list thead th a
{
color:#000
}
table.list thead th a:hover
{
color:#000
}
table.list tr.issue a
{
color:#333
}
tr.odd.priority-5,table.list tbody tr.odd.priority-5:hover
{
color:#900;
font-weight:700
}
tr.odd.priority-5
{
background:#ffc4c4
}
tr.even.priority-5,table.list tbody tr.even.priority-5:hover
{
color:#900;
font-weight:700
}
tr.even.priority-5
{
background:#ffd4d4
}
tr.priority-5 a,tr.priority-5:hover a
{
color:#900
}
tr.odd.priority-5 td,tr.even.priority-5 td
{
border-color:#ffb4b4
}
tr.odd.priority-4,table.list tbody tr.odd.priority-4:hover
{
color:#900
}
tr.odd.priority-4
{
background:#ffc4c4
}
tr.even.priority-4,table.list tbody tr.even.priority-4:hover
{
color:#900
}
tr.even.priority-4
{
background:#ffd4d4
}
tr.priority-4 a
{
color:#900
}
tr.odd.priority-4 td,tr.even.priority-4 td
{
border-color:#ffb4b4
}
tr.odd.priority-3,table.list tbody tr.odd.priority-3:hover
{
color:#900
}
tr.odd.priority-3
{
background:#fee
}
tr.even.priority-3,table.list tbody tr.even.priority-3:hover
{
color:#900
}
tr.even.priority-3
{
background:#fff2f2
}
tr.priority-3 a
{
color:#900
}
tr.odd.priority-3 td,tr.even.priority-3 td
{
border-color:#fcc
}
tr.odd.priority-1,table.list tbody tr.odd.priority-1:hover
{
color:#559
}
tr.odd.priority-1
{
background:#eaf7ff
}
tr.even.priority-1,table.list tbody tr.even.priority-1:hover
{
color:#dbedf4
}
tr.even.priority-1
{
background:#f2faff
}
tr.priority-1 a
{
color:#039ea0
}
tr.odd.priority-1 td,tr.even.priority-1 td
{
border-color:#add7f3
}
p.breadcrumb
{
background-color:#EEE;
border-bottom:1px solid #fff;
font-size:.9em;
margin:-6px -10px 6px;
padding:6px;
text-indent:15px
}
input[type="text"],input[type="password"],textarea,select
{
padding:2px;
border:1px solid #039ea0
}
input[type="text"],input[type="password"]
{
padding:3px
}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus,select:focus
{
border:1px solid #886
}
option
{
border-bottom:1px dotted #d7d7d7
}
input#issue_subject
{
font-size:200%;
width:90%
}
textarea.wiki-edit
{
font-family:Cambria,Verdana,Serif;
font-size:larger
}
.box
{
background-color:#fcfcfc
}
.contextual
{
font-size:.9em;
font-family:verdana
}
/*by young*/
hr
{
background:#A0A0A0 none repeat scroll 0 0;
margin: 0 0 0 0;
}
p
{
font-size: small
}
/*end*/
div.issue
{
background:#FFFFEC
}
div.splitcontentleft ol li,div.splitcontentleft ul li,div.wiki ol li,div.wiki ul li
{
padding:4px 0
}
div.wiki ul.toc li
{
padding:0
}
ol li ol li
{
list-style-type:lower-alpha
}
ol li ol li ol li
{
list-style-type:lower-roman
}
#login-form table
{
padding:25px 28px;
background:#fff;
text-align:left;
width:410px;
margin:10px auto;
font-family:lucida grande,verdana;
font-size:12px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-moz-box-shadow:0 0 6px #039ea0;
-webkit-box-shadow:0 0 6px #039ea0;
box-shadow:0 0 6px #039ea0;
border:1px solid #AAA
}
#login-form input
{
font-size:14px;
padding:3px;
margin-bottom:10px
}
#login-form #username,#login-form #password
{
width:275px!important;
font-size:14px;
padding:3px;
margin-bottom:10px
}
input[type="submit"]
{
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
color:#050505;
padding:5px 10px;
background:-moz-linear-gradient(top,#fff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.50,#ebebeb),color-stop(0.50,#dbdbdb),to(#b5b5b5));
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:1px solid #949494;
-moz-box-shadow:0 1px 3px rgba(000,000,000,0.5),inset 0 0 2px rgba(255,255,255,1);
-webkit-box-shadow:0 1px 3px rgba(000,000,000,0.3),inset 0 0 2px rgba(255,255,255,1);
box-shadow:0 1px 3px rgba(000,000,000,0.2),inset 0 0 2px rgba(255,255,255,1);
text-shadow:0 -1px 0 rgba(000,000,000,0.2),0 1px 0 rgba(255,255,255,1);
cursor:pointer
}
html > body #content
{
min-height:auto!important
}
pre,code,.line-code
{
font-family:'Source Code Pro'
}
/*by young*/
#main,#footer,#top-menu,#header
{
width:940px;
margin:25px auto
}
#main
{
width:940px;
height:auto;
margin:0px auto;
}
#header
{
width:925px;
border-top:1px solid #bbb;
border-left:1px solid #bbb;
border-right:1px solid #bbb;
/*by young*/
/* -moz-box-shadow:#bbb 1px 1px 2px;*/
-webkit-box-shadow:2px 2px 0px -2px #bbb;
margin: 0px auto;
}
/*end*/
.autoscroll table.filecontent th.line-num {
padding-right: 7px;
font-family:'Source Code Pro', helvetica, Arial;
}
/*
* Added by Nie guanghui.
*
* Designed for project#index.
*/
.img-tag {
float: left;
margin-top: 30px;
width: 64px;
height: 64px;
}
div.wiki-description {
/*word-break; break-all;
word-wrap: break-word;*/
display: block;
/*white-space: nowrap;*/
float: left;
margin-left: 20px;
margin-top: 10px;
width: 470px;
max-height: 121px;
font-family: helvetica,arial,sans-serif;
color: rgb(0, 0, 0);
font-size: 13px;
line-height: 18px;
overflow: hidden;
/*text-overflow: ellipsis;
-o-text-overflow: ellipsis;*/
}
.information {
margin-top: 0px;
margin-left: 607px;
float: left;
height: 108px;
width: 246px;
font-family: helvetica,arial,sans-serif;
color: rgb(0, 0, 0);
font-size: 13px;
line-height: 18px;
position: absolute;
}
/*
a.project {
float: left;
}*/
.project-block {
float: left;
margin-top: 0px;
width: 908px;
min-height: 120px;
height: auto;
margin-bottom: 5px;
}
a.root {
margin :2px;
font-size: 3em;
font-weight: bold;
line-height: 1;
}
.project-table {
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
width: 908px;
height: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.reviews {
display: block;
float: left;
width: 90;
height: 90;
margin-top: -114px;
margin-left: 870px;
text-align: center;
font-family: helvetica,arial,sans-serif;
color: rgb(0, 0, 0);
line-height: 18px;
}
.img-tag4 {
float: right;
width: 65px;
min-height: 36px;
margin: -5px 0px 10px 25px;
text-align: center;
font-family: helvetica,arial,sans-serif;
color: rgb(0, 0, 0);
line-height: 18px;
}
.img-tag2 {
margin-top: 0px;
}
.img-tag1 {
margin-top: -5px;
color: blue;
font-size: 13px;
font-family: helvetica,arial,sans-serif;
line-height: 18px;
}
a.img-tag3{
float: left;
background-image: url("../images/pai.png");
background-position: 0px 0px;
background-repeat: no-repeat;
position: absolute;
}
.stats a {
width: 100px;
text-align: right;
display: inline-block;
font-weight: bold;
font-size: 1.2em;
}
.stats span {
margin-left: 10px;
}
.add-info {
float: left;
margin-top: 0px;
height: 20px;
width: 908px;
margin-bottom: 5px;
}
.main-language {
float: left;
height: 18px;
width: 375px;
font-size: 13px;
font-family: helvetica,arial,sans-serif;
line-height: 18px;
}
.licences {
float: left;
height: 18px;
width: 260px;
font-size: 13px;
font-family: helvetica,arial,sans-serif;
line-height: 18px;
}
a {
color: rgb(51, 102, 153);
}
.tags {
clear: left;
margin-top: 10px;
}
a.tag {
background-color: rgb(219, 228, 238);
border-radius: 5px 5px 5px 5px;
color: rgb(58, 88, 125) !important;
padding: 0px 4px;
margin: 3px;
display: inline-block;
font-size: 11px;
text-decoration: none;
cursor: pointer;
}
/*
* Added by Nie.
*
*
* Designed for user#index.
*/
div.well {
color: black;
min-height: 20px;
height: auto;
padding: 19px 19px 6px 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.float_right {
display: block;
float: right;
}
.member_since {
padding-right: 20px;
margin-top: 4px;
}
img.avatar {
background: rgb(245, 245, 245);
padding: 4px;
border: 1px solid #e5dfc7;
float: left;
display: block;
}
.avatar_name {
position: relative;
font-size: 13px;
top: 4px;
left: 4px;
display:block;
}
div.nomargin {
margin-bottom: 0px;
}
div.pagination {
margin: 18px 0px;
height: 36px;
text-align: center;
font-size: 13px;
}
div.pagination ul {
display: inline-block;
border-radius: 3px 3px 3px 3px;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
list-style: disc outside none;
padding: 0px;
margin-left: 0px;
margin-top: 0px;
}
div.pagination li {
display: inline;
line-height: 18px;
padding: 0px;
margin: 0px;
}
div.pagination li:first-child a {
border-left-width: 1px;
border-radius: 3px 0px 0px 3px;
}
div.pagination a {
float: left;
padding: 0px 14px;
line-height: 34px;
text-decoration: none;
border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: rgb(221, 221, 221);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-left-colors: none;
-moz-border-bottom-colors: none;
border-image: none;
}
div.pagination span {
float: left;
padding: 0px 14px;
line-height: 34px;
text-decoration: none;
border-width: 1px 1px 1px 0px;
border-style: solid;
border-color: rgb(221, 221, 221);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-left-colors: none;
-moz-border-bottom-colors: none;
border-image: none;
}
}
div.pagination span.current-page {
color: rgb(153, 153, 153);
cursor: default;
}
div.pagination a:hover, div.pagination span.current-page {
background-color: rgb(245, 245, 245);
}
/*
* Designed for activity.
* Added by Nie.
*/
div.issue-note {
width: 580px;
margin-left: 30px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed rgb(204, 204, 204);
}
div.activity-info {
margin-top: 10px;
width: 700px;
font-size: 10pt;
color: rgb(153, 153, 153);
}
div.time {
float: left;
margin-left: 60px;
width: 100px;
}
div.content {
float: left;
width: 300px;
}
div.author {
float: left;
width: 200px;
}
div.issue-note .description {
font-size: 10.5pt;
line-height: 22px;
margin: 5px 0px 0px 80px;
overflow: hidden;
}
/*issue style Added by nie
*/
div.autoscroll ul.issue_list {
margin-left: 30px;
}
div.autoscroll ul {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
div.autoscroll li{
list-style-type: none;
}
div.autoscroll li.hascontextmenu-1{
position: relative;
display: block;
margin-bottom: -1px;
margin-left: 10px;
padding: 8px 10px 0px 10px;/*by young*/
border-bottom: 1px dashed rgb(229,229,229);
width: 600px;/*by young*/
height: auto;
}
.hascontextmenu-1 a {
cursor: pointer ;
}
div.autoscroll li.id {
position: relative;
font-size: 13px;
}
div.autoscroll li.id a {
color: rgb(172, 174, 177);
}
div.autoscroll li.subject {
margin:0px 60px 0px 0px;
font-size: small;
line-height: 1.3;
word-wrap: break-word;
}
div.autoscroll li.subject a{
color: rgb(51, 51, 51);
}
div.autoscroll ul.list-group-item-meta{
font-size: 12px;
line-height: 17px;
overflow: hidden;
color: rgb(172, 174, 177);
}
div.autoscroll ul.list-group-item-meta li {
display: inline-block;
margin-right: 4px;
}
div.autoscroll li.tracker, div.autoscroll li.status, div.autoscroll li.priority{
color: rgb(51, 51, 51);
font: 13px/1.4 Helvetica,arial,freesans,clean,sans-serif;
}
div.autoscroll ul.list-group-item-meta {
margin-bottom: 10px;
}
li.issue img.img-tag-issues {
float: left;
height: 24px;
width: 24px;
margin-top: -4px;
}
div.issue-list-description {
margin-left: 0px;
color: rgb(72, 72, 72);
overflow: hidden;
word-wrap: nowrap;
font-size: small;
}
div.find-comment-class {
float: right;
}
a.bid_user_u {
color: rgb(72, 72, 72);
}
/*
*/
img.avatar {
background: rgb(245, 245, 245);
padding: 4px;
border: 1px solid #e5dfc7;
float: left;
display: block;
width: 38px;
height: 38px;
}
div.left_wf a {
display: inline-block;
padding: 0px !important;
transition: all 0.2s linear 0s;
}
#sidebar a, #sidebar a.selected{
display: inline-block;
padding: 0px !important;
transition: all 0.2s linear 0s;
}
/*
member style
*/
div.member_content div.well {
height: auto;
margin-bottom: 10px;
}
div.member_content {
float: left;
margin-top: 20px;
width: 600px;
margin-left: 40px;
}
/*by fanqiang*/
img.avatar3 {
width: 50px;
height: 50px;
}
a.bid_path {
font-size: 14px;
}
a.bid_user {
font-family:;
color:#acaeb1;
font-size:12px;
}
input[type='text'].noline {
border-style: none;
border-color: white;
border-width: medium;
font-size: 16px;
color: #ACAEB1;
padding: 10px 0px;
width: 100%;
}
.noline {
border-style: none;
border-color: white;
border-width: medium;
font-size: 16px;
color: #ACAEB1;
padding: 10px 0px;
width: 100%;
}
.grayline{
border-color: #ACAEB1;
border-width: 1px;
}
div.tableline{
height: 1px;
background-color: #ACAEB1;
}