2013-08-01 10:33:49 +08:00
|
|
|
|
/**
|
|
|
|
|
* 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;
|
2013-08-19 17:28:59 +08:00
|
|
|
|
|
2013-08-01 10:33:49 +08:00
|
|
|
|
-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
|
|
|
|
|
{
|
2013-08-10 09:31:48 +08:00
|
|
|
|
background-color:#fff; /*顶层导航颜色*/
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size:13px;
|
|
|
|
|
font-family: 微软雅黑;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
position:relative;
|
|
|
|
|
padding:0;
|
|
|
|
|
height:1px;
|
2013-08-27 20:43:30 +08:00
|
|
|
|
padding-top:0;
|
|
|
|
|
/*by bai*/
|
|
|
|
|
border-radius: 5px;/*导航栏边角变圆*/
|
|
|
|
|
/*end*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#top-menu ul
|
2013-08-11 15:27:34 +08:00
|
|
|
|
{
|
2013-08-12 10:25:23 +08:00
|
|
|
|
margin-left: 0px; /*add by huang*/
|
2013-08-11 15:27:34 +08:00
|
|
|
|
padding-right: 1px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#top-menu li,#top-menu #loggedas
|
|
|
|
|
{
|
|
|
|
|
/*by young*/
|
2013-08-11 15:27:34 +08:00
|
|
|
|
padding-top: 10px;
|
2013-08-10 09:31:48 +08:00
|
|
|
|
color:#fff;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
line-height:21px;
|
2013-08-11 15:27:34 +08:00
|
|
|
|
margin-right:1px
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#top-menu li a
|
|
|
|
|
{
|
2013-08-10 09:31:48 +08:00
|
|
|
|
/*by young*/
|
|
|
|
|
color:#fff;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
font-weight:6px;
|
2013-08-11 15:27:34 +08:00
|
|
|
|
padding:4px 3px
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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;
|
2013-08-13 17:00:33 +08:00
|
|
|
|
background:#fff; /*主题框架背景yanse*/
|
2013-08-06 10:16:51 +08:00
|
|
|
|
margin-bottom: 30px;
|
2013-08-04 08:55:39 +08:00
|
|
|
|
border-right:1px solid #C6E9F1;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
overflow:auto;
|
|
|
|
|
/*by young*/
|
2013-08-04 08:55:39 +08:00
|
|
|
|
-moz-box-shadow:#C6E9F1 1px 1px 2px;
|
|
|
|
|
-webkit-box-shadow:2px 2px 0px -2px #C6E9F1;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#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
|
|
|
|
|
{
|
2013-08-10 09:31:48 +08:00
|
|
|
|
background-color:#fff; /*footer bg add by huang*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
border:0;
|
|
|
|
|
clear:left;
|
|
|
|
|
color:#666;
|
|
|
|
|
font-size:9px;
|
|
|
|
|
margin:4px 20px 20px;
|
|
|
|
|
padding-bottom:15px;
|
|
|
|
|
text-align:left
|
2013-08-11 15:27:34 +08:00
|
|
|
|
font-size: 18px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:hover
|
|
|
|
|
{
|
|
|
|
|
background:#666 none repeat scroll 0 0;
|
|
|
|
|
color:#FFF!important
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:link,#footer a:visited
|
|
|
|
|
{
|
|
|
|
|
color:#666
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer .bgr:after
|
|
|
|
|
{
|
2013-08-10 20:12:23 +08:00
|
|
|
|
content:' Theme by Trustie Team';
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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
|
|
|
|
|
{
|
2013-08-06 10:16:51 +08:00
|
|
|
|
background-color:#c6e9fe; /*add by huang*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
2013-08-03 22:18:30 +08:00
|
|
|
|
/*content: "\f015 "; */
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
#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;
|
2013-08-04 09:12:51 +08:00
|
|
|
|
font-size:12px;/*by young*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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
|
|
|
|
|
{
|
2013-08-09 15:02:53 +08:00
|
|
|
|
width:265px!important;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
|
|
|
|
|
|
|
|
|
}
|
2013-08-06 21:43:06 +08:00
|
|
|
|
.autoscroll {
|
|
|
|
|
overflow-x: visible;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Added by Nie guanghui.
|
|
|
|
|
*
|
|
|
|
|
* Designed for project#index.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.img-tag {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-08-19 17:28:59 +08:00
|
|
|
|
div.project_tag_info a.root {
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
|
|
div.wiki-description {
|
|
|
|
|
/*word-break; break-all;
|
|
|
|
|
word-wrap: break-word;*/
|
|
|
|
|
display: block;
|
|
|
|
|
/*white-space: nowrap;*/
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
margin-top: 10px;
|
2013-08-01 20:33:19 +08:00
|
|
|
|
width: 470px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;*/
|
|
|
|
|
}
|
2013-08-03 16:54:48 +08:00
|
|
|
|
|
2013-08-01 10:33:49 +08:00
|
|
|
|
.information {
|
2013-08-06 21:43:06 +08:00
|
|
|
|
margin-top: 20px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
margin-left: 607px;
|
|
|
|
|
float: left;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
height: auto;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
height: auto;
|
|
|
|
|
margin-bottom: 5px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
height: auto;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
/*background-color: #f5f5f5;*/
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
|
|
|
/*-webkit-border-radius: 4px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
-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);
|
2013-08-06 21:43:06 +08:00
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-13 00:37:10 +08:00
|
|
|
|
.stats span.info {
|
2013-08-01 10:33:49 +08:00
|
|
|
|
width: 100px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 1.2em;
|
2013-08-13 00:37:10 +08:00
|
|
|
|
color: rgb(17, 102, 153);
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stats span {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-06 21:43:06 +08:00
|
|
|
|
p.stats {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-01 10:33:49 +08:00
|
|
|
|
.add-info {
|
2013-08-01 17:10:47 +08:00
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 0px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
height: 20px;
|
|
|
|
|
width: 908px;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
margin-bottom: 5px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
2013-08-06 21:43:06 +08:00
|
|
|
|
|
2013-08-01 10:33:49 +08:00
|
|
|
|
.main-language {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 18px;
|
|
|
|
|
width: 375px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
font-family: helvetica,arial,sans-serif;
|
|
|
|
|
line-height: 18px;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
overflow: hidden;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-o-text-overflow: ellipsis;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
2013-08-06 21:43:06 +08:00
|
|
|
|
|
2013-08-01 10:33:49 +08:00
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-07 17:06:05 +08:00
|
|
|
|
div.project-block img.avatar2 {
|
|
|
|
|
width: 64px;
|
|
|
|
|
height: 64px;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Added by Nie.
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Designed for user#index.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
div.well {
|
|
|
|
|
color: black;
|
|
|
|
|
min-height: 20px;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
height: auto;
|
2013-08-09 15:02:53 +08:00
|
|
|
|
padding: 10px 19px 16px 19px;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
/*background-color: #f5f5f5;*/
|
|
|
|
|
border-bottom: 1px solid #eee;
|
2013-08-27 09:26:56 +08:00
|
|
|
|
border-bottom: 1px dashed rgb(204, 204, 204);
|
2013-08-06 21:43:06 +08:00
|
|
|
|
/*-webkit-border-radius: 4px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
-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);
|
2013-08-06 21:43:06 +08:00
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
2013-08-09 11:08:11 +08:00
|
|
|
|
img.img_member_time {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 17px;
|
|
|
|
|
height: 17px;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
.float_right {
|
|
|
|
|
display: block;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-09 11:08:11 +08:00
|
|
|
|
p.member_since {
|
2013-08-01 10:33:49 +08:00
|
|
|
|
padding-right: 20px;
|
2013-08-09 11:08:11 +08:00
|
|
|
|
margin-top: 2px;
|
|
|
|
|
color: rgb(153, 153, 153);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
float: right;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
img.avatar {
|
|
|
|
|
background: rgb(245, 245, 245);
|
|
|
|
|
padding: 4px;
|
2013-08-12 15:52:17 +08:00
|
|
|
|
border: 1px solid #15bccf;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
float: left;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.avatar_name {
|
|
|
|
|
position: relative;
|
2013-08-09 11:08:11 +08:00
|
|
|
|
font-size: 16px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
left: 16px;
|
|
|
|
|
margin-bottom: -15px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
display:block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.nomargin {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.pagination {
|
2013-08-06 10:16:51 +08:00
|
|
|
|
margin: 25px 0px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
height: 36px;
|
2013-08-06 10:16:51 +08:00
|
|
|
|
text-align: left;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-09 11:08:11 +08:00
|
|
|
|
div.user-bottom {
|
|
|
|
|
margin-left: 64px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
2013-08-06 10:16:51 +08:00
|
|
|
|
/*line-height: 34px; add by huang*/
|
|
|
|
|
line-height: 25px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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;
|
2013-08-06 10:16:51 +08:00
|
|
|
|
/*line-height: 34px; add by huang*/
|
|
|
|
|
line-height: 25px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
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 {
|
2013-08-06 10:16:51 +08:00
|
|
|
|
/*color: rgb(153, 153, 153); add by huang*/
|
|
|
|
|
color:#e2f4ff;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pagination a:hover, div.pagination span.current-page {
|
2013-08-06 10:16:51 +08:00
|
|
|
|
/*background-color: rgb(245, 245, 245); add by huang*/
|
|
|
|
|
background-color:#e2f4ff;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
2013-08-05 11:19:53 +08:00
|
|
|
|
/*added by young*/
|
|
|
|
|
div.pagination_new {
|
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
height: 36px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pagination_new ul {
|
|
|
|
|
border-radius: 2px 2px 2px 2px;
|
|
|
|
|
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_new li {
|
|
|
|
|
display: inline;
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pagination_new li:first-child a {
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
border-radius: 3px 0px 0px 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pagination_new a {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0px 10px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
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_new span {
|
|
|
|
|
float: left;
|
|
|
|
|
padding: 0px 10px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
2013-08-05 11:19:53 +08:00
|
|
|
|
div.pagination_new span.current-page {
|
|
|
|
|
color: rgb(153, 153, 153);
|
|
|
|
|
cursor: default;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.pagination_new a:hover, div.pagination_new span.current-page {
|
|
|
|
|
background-color: rgb(245, 245, 245);
|
|
|
|
|
}
|
|
|
|
|
/*ended by young*/
|
2013-08-01 10:33:49 +08:00
|
|
|
|
/*
|
|
|
|
|
* Designed for activity.
|
|
|
|
|
* Added by Nie.
|
|
|
|
|
*/
|
2013-08-15 10:18:05 +08:00
|
|
|
|
|
|
|
|
|
a.issue-link {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
div.issue-note {
|
|
|
|
|
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 {
|
2013-08-01 17:10:47 +08:00
|
|
|
|
margin-left: 30px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
div.autoscroll ul {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
}
|
|
|
|
|
div.autoscroll li{
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-08-01 20:33:19 +08:00
|
|
|
|
div.autoscroll li.hascontextmenu-1{
|
2013-08-01 10:33:49 +08:00
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: -1px;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
margin-left: 10px;
|
2013-08-03 16:54:48 +08:00
|
|
|
|
padding: 8px 10px 0px 10px;/*by young*/
|
|
|
|
|
border-bottom: 1px dashed rgb(229,229,229);
|
2013-08-01 17:10:47 +08:00
|
|
|
|
width: 600px;/*by young*/
|
2013-08-03 16:54:48 +08:00
|
|
|
|
height: auto;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-01 20:33:19 +08:00
|
|
|
|
.hascontextmenu-1 a {
|
|
|
|
|
cursor: pointer ;
|
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
div.autoscroll li.id {
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
div.autoscroll li.id a {
|
2013-08-03 16:54:48 +08:00
|
|
|
|
color: rgb(172, 174, 177);
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.autoscroll li.subject {
|
|
|
|
|
margin:0px 60px 0px 0px;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
font-size: small;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
line-height: 1.3;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
div.autoscroll li.subject a{
|
2013-08-01 17:10:47 +08:00
|
|
|
|
color: rgb(51, 51, 51);
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
div.autoscroll ul.list-group-item-meta{
|
2013-08-03 16:54:48 +08:00
|
|
|
|
font-size: 12px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
line-height: 17px;
|
|
|
|
|
overflow: hidden;
|
2013-08-03 16:54:48 +08:00
|
|
|
|
color: rgb(172, 174, 177);
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
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{
|
2013-08-01 17:10:47 +08:00
|
|
|
|
color: rgb(51, 51, 51);
|
2013-08-03 16:54:48 +08:00
|
|
|
|
font: 13px/1.4 Helvetica,arial,freesans,clean,sans-serif;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
2013-08-03 16:54:48 +08:00
|
|
|
|
div.autoscroll ul.list-group-item-meta {
|
|
|
|
|
margin-bottom: 10px;
|
2013-08-01 19:52:30 +08:00
|
|
|
|
}
|
2013-08-01 17:10:47 +08:00
|
|
|
|
li.issue img.img-tag-issues {
|
|
|
|
|
float: left;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 24px;
|
2013-08-03 16:54:48 +08:00
|
|
|
|
margin-top: -4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.issue-list-description {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
color: rgb(72, 72, 72);
|
2013-08-03 21:47:52 +08:00
|
|
|
|
overflow: hidden;
|
2013-08-16 20:23:26 +08:00
|
|
|
|
white-space: nowrap;
|
2013-08-03 16:54:48 +08:00
|
|
|
|
font-size: small;
|
2013-08-16 20:23:26 +08:00
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
-o-text-overflow: ellipsis;
|
2013-08-01 17:10:47 +08:00
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
2013-08-03 16:54:48 +08:00
|
|
|
|
div.find-comment-class {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2013-08-03 21:47:52 +08:00
|
|
|
|
a.bid_user_u {
|
2013-08-07 17:06:05 +08:00
|
|
|
|
margin-right: 4px;
|
2013-08-03 21:47:52 +08:00
|
|
|
|
}
|
2013-08-01 10:33:49 +08:00
|
|
|
|
/*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
2013-08-27 09:26:56 +08:00
|
|
|
|
width: 660px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.member_content {
|
|
|
|
|
float: left;
|
2013-08-27 09:26:56 +08:00
|
|
|
|
margin-top: 0px;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
width: 600px;
|
2013-08-27 09:26:56 +08:00
|
|
|
|
margin-left: 0px;
|
2013-08-01 20:47:00 +08:00
|
|
|
|
}
|
2013-08-06 21:43:06 +08:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Designed for search content
|
|
|
|
|
* Added by nie
|
|
|
|
|
*/
|
|
|
|
|
div.project-search-block {
|
|
|
|
|
margin-top: 0px;
|
2013-08-09 11:08:11 +08:00
|
|
|
|
margin-bottom: 0px;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
padding: 10px;
|
2013-08-12 20:43:18 +08:00
|
|
|
|
width: 95%;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
border-top: 1px solid rgb(242,242,242);
|
2013-08-12 20:43:18 +08:00
|
|
|
|
border-bottom: 1px solid rgb(223, 223, 223);
|
2013-08-06 21:43:06 +08:00
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.project-search-block span {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.project-search {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: right;
|
2013-08-12 20:43:18 +08:00
|
|
|
|
margin-right: 28px;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
}
|
|
|
|
|
div.project-search input[type="submit"] {
|
|
|
|
|
width: 40px;
|
|
|
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: rgb(5, 5, 5);
|
|
|
|
|
padding: 0px;
|
|
|
|
|
background: -moz-linear-gradient(center top , rgb(255, 255, 255) 0%, rgb(235, 235, 235) 50%, rgb(219, 219, 219) 50%, rgb(181, 181, 181)) repeat scroll 0% 0% transparent;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
border: 1px solid rgb(148, 148, 148);
|
|
|
|
|
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 0px 2px rgb(255, 255, 255) inset;
|
|
|
|
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px rgb(255, 255, 255);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2013-08-01 20:47:00 +08:00
|
|
|
|
/*by fanqiang*/
|
|
|
|
|
img.avatar3 {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.bid_path {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
2013-08-27 20:43:30 +08:00
|
|
|
|
|
|
|
|
|
/*added by bai*/
|
2013-08-27 10:39:44 +08:00
|
|
|
|
a.usage {
|
2013-08-27 20:43:30 +08:00
|
|
|
|
|
|
|
|
|
color: #F60;
|
2013-08-27 10:39:44 +08:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2013-08-27 20:43:30 +08:00
|
|
|
|
/*end*/
|
|
|
|
|
|
2013-08-01 20:47:00 +08:00
|
|
|
|
a.bid_user {
|
|
|
|
|
font-family:微软雅黑;
|
|
|
|
|
color:#acaeb1;
|
|
|
|
|
font-size:12px;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
}
|
2013-08-20 20:00:52 +08:00
|
|
|
|
a.bids_user {
|
|
|
|
|
font-family:微软雅黑;
|
|
|
|
|
color:#15bccf;
|
|
|
|
|
font-size:14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2013-08-03 22:51:42 +08:00
|
|
|
|
input[type='text'].noline {
|
2013-08-08 10:04:44 +08:00
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
|
font-size: 12px;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
color: #ACAEB1;
|
2013-08-08 10:04:44 +08:00
|
|
|
|
padding: 10px 5px;
|
|
|
|
|
width: 98%;
|
|
|
|
|
cursor: text;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
}
|
|
|
|
|
.noline {
|
2013-08-06 21:43:06 +08:00
|
|
|
|
/*border-style: none;
|
|
|
|
|
border-color: white;*/
|
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
|
font-size: 12px;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
color: #ACAEB1;
|
2013-08-20 16:32:45 +08:00
|
|
|
|
padding: 9px 5px;
|
2013-08-08 10:04:44 +08:00
|
|
|
|
width: 98%;
|
2013-08-06 21:43:06 +08:00
|
|
|
|
cursor: text;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
}
|
|
|
|
|
.grayline{
|
2013-08-08 10:04:44 +08:00
|
|
|
|
border: #d5dee9 1px solid;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #ACAEB1;
|
|
|
|
|
width: 100%;
|
2013-08-03 22:51:42 +08:00
|
|
|
|
}
|
|
|
|
|
div.tableline{
|
|
|
|
|
height: 1px;
|
|
|
|
|
background-color: #ACAEB1;
|
2013-08-01 10:33:49 +08:00
|
|
|
|
}
|