|
|
|
@ -166,7 +166,7 @@ ul.tool li{list-style-type:none;
|
|
|
|
|
.font_welcome_trustie{
|
|
|
|
|
font-family:Impact;
|
|
|
|
|
font-weight: regular;
|
|
|
|
|
font-size: 25px; /* modified by bai */
|
|
|
|
|
font-size: 29px;
|
|
|
|
|
color:#15bccf;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -176,14 +176,11 @@ ul.tool li{list-style-type:none;
|
|
|
|
|
color: #5c5c5c;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*modified by bai*/
|
|
|
|
|
.font_welcome_tdescription{
|
|
|
|
|
font-family: 宋体;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 18px; /* modified by bai */
|
|
|
|
|
color: #777;
|
|
|
|
|
font-family: 微软雅黑;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #5c5c5c;
|
|
|
|
|
}
|
|
|
|
|
/* end */
|
|
|
|
|
|
|
|
|
|
.font_welcome_Edescription{
|
|
|
|
|
font-family: Default;
|
|
|
|
@ -191,16 +188,13 @@ ul.tool li{list-style-type:none;
|
|
|
|
|
color: #9a9a9a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* modified by bai */
|
|
|
|
|
.font_welcome_feature{
|
|
|
|
|
font-family:宋体;
|
|
|
|
|
font-family:微软雅黑;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color:#09b2c8;
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
}
|
|
|
|
|
/* end */
|
|
|
|
|
|
|
|
|
|
.info_font{
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
font-family:微软雅黑;
|
|
|
|
@ -635,9 +629,7 @@ ul.newprojects2 li{
|
|
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* modified by bai*/
|
|
|
|
|
#top-menu a {color: #fff; margin-right: 20px; font-weight: bold;}
|
|
|
|
|
#top-menu a {color: #fff; margin-right: 8px; font-weight: bold;}
|
|
|
|
|
#top-menu #loggedas
|
|
|
|
|
{
|
|
|
|
|
float: right;
|
|
|
|
@ -1030,12 +1022,7 @@ blockquote {
|
|
|
|
|
margin-left: 1.4em;
|
|
|
|
|
margin-right: 0.4em;
|
|
|
|
|
font-family: 微软雅黑;
|
|
|
|
|
background: url(/images/requirements/reference.jpg);
|
|
|
|
|
|
|
|
|
|
/*added by bai*/
|
|
|
|
|
border-radius: 5px; /*引用回复框变圆角*/
|
|
|
|
|
/*end*/
|
|
|
|
|
|
|
|
|
|
background: url(/images/requirements/reference.jpg)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote blockquote { margin-left: 0;}
|
|
|
|
@ -1439,44 +1426,76 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
|
|
|
|
|
|
|
|
|
|
#roadmap table.progress td { height: 1.2em; }
|
|
|
|
|
/***** Tabs *****/
|
|
|
|
|
/**
|
|
|
|
|
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;}
|
|
|
|
|
#content .tabs_new ul li {
|
|
|
|
|
width:75px;
|
|
|
|
|
float:left;
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
margin-right:4px;
|
|
|
|
|
background:#fff;
|
|
|
|
|
position:relative;
|
|
|
|
|
margin-bottom:-1px;
|
|
|
|
|
}
|
|
|
|
|
#content .tabs_new ul li a{
|
|
|
|
|
display:block;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:1.2em;
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
border: 1px solid #15BCCF;
|
|
|
|
|
border-bottom: 0px solid #15BCCF;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color:#999;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-top-left-radius:4px;
|
|
|
|
|
border-top-right-radius:4px;
|
|
|
|
|
}
|
|
|
|
|
**/
|
|
|
|
|
#content .tabs {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em;}
|
|
|
|
|
#content .tabs ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width:2000px; border-bottom: 1px solid #15BCCF;}
|
|
|
|
|
#content .tabs ul li {
|
|
|
|
|
|
|
|
|
|
float:left;
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
margin-right:0px;
|
|
|
|
|
background:#fff;
|
|
|
|
|
position:relative;
|
|
|
|
|
margin-bottom:5px;
|
|
|
|
|
margin-bottom:-1px;
|
|
|
|
|
}
|
|
|
|
|
#content .tabs ul li a{
|
|
|
|
|
|
|
|
|
|
display:block;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height:1.3em;
|
|
|
|
|
padding:2px 6px 2px 6px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-bottom: 1px solid #bbbbbb;
|
|
|
|
|
background-color:#DEEBF0;
|
|
|
|
|
color:#999;
|
|
|
|
|
padding:2px 6px 2px 6px;
|
|
|
|
|
background-color:#fff;
|
|
|
|
|
color:#606060;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs ul li a:hover {
|
|
|
|
|
background-color: #cacbcb;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs ul li a.selected {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
|
border-bottom: 1px solid #BBBBBB;
|
|
|
|
|
border: 1px solid #15BCCF;
|
|
|
|
|
|
|
|
|
|
color:#111;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs ul li a.selected:hover {background-color: #E5DFC7;}
|
|
|
|
|
#content .tabs ul li a.selected:hover {background-color: #E2F4FF;}
|
|
|
|
|
|
|
|
|
|
div.tabs-buttons { position:absolute; right: 0; width: 48px; height: 24px; background: white; bottom: 0; border-bottom: 1px solid #bbbbbb; }
|
|
|
|
|
|
|
|
|
@ -1505,9 +1524,10 @@ button.tab-right {
|
|
|
|
|
}
|
|
|
|
|
/*added by young*/
|
|
|
|
|
/***** Settings Tabs *****/
|
|
|
|
|
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left:0.5em; width: 2000px; border-bottom: 1px solid #bbbbbb;}
|
|
|
|
|
#content .tabs_new {height: 2.6em; margin-bottom:1.2em; margin-top: 0.8em; position:relative; overflow:hidden;}
|
|
|
|
|
#content .tabs_new ul {margin:0; position:absolute; bottom:0; padding-left: 0.5em; width: 2000px; border-bottom: 1px solid #15BCCF;}
|
|
|
|
|
#content .tabs_new ul li {
|
|
|
|
|
width:75px;
|
|
|
|
|
float:left;
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
@ -1518,27 +1538,30 @@ button.tab-right {
|
|
|
|
|
}
|
|
|
|
|
#content .tabs_new ul li a{
|
|
|
|
|
display:block;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:1.3em;
|
|
|
|
|
padding:4px 6px 4px 6px;
|
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
|
border-bottom: 1px solid #bbbbbb;
|
|
|
|
|
background-color: #f6f6f6;
|
|
|
|
|
color:#999;
|
|
|
|
|
line-height:1.2em;
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
padding-bottom: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
border: 1px solid #15BCCF;
|
|
|
|
|
/*border-bottom: 0px solid #15BCCF;*/
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color:#606060;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
border-top-left-radius:3px;
|
|
|
|
|
border-top-right-radius:3px;
|
|
|
|
|
border-top-left-radius:4px;
|
|
|
|
|
border-top-right-radius:4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs_new ul li a:hover {
|
|
|
|
|
background-color: #cacbcb;
|
|
|
|
|
background-color: #E2F4FF;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content .tabs_new ul li a.selected {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border: 1px solid #bbbbbb;
|
|
|
|
|
border: 1px solid #15BCCF;
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
color:#111;
|
|
|
|
|
}
|
|
|
|
|