forked from jacknudt/trustieforge
706 lines
8.3 KiB
CSS
706 lines
8.3 KiB
CSS
|
@charset utf-8;
|
||
|
|
||
|
|
||
|
a {
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
a:link {
|
||
|
color:#105DB5;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
h3 {
|
||
|
font-size:16px;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
border:1px solid #ccc;
|
||
|
border-radius:4px;
|
||
|
font-size:14px;
|
||
|
font-weight:700;
|
||
|
margin:5px 0;
|
||
|
padding:5px 18px 6px;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
white-space:0;
|
||
|
word-wrap:break-word;
|
||
|
}
|
||
|
|
||
|
/*#main {
|
||
|
text-align:left;
|
||
|
width:870px;
|
||
|
background:#FFF;
|
||
|
margin:auto;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
background:#FFF;
|
||
|
width:94%;
|
||
|
float:left;
|
||
|
padding-top:45px;
|
||
|
margin:5px 25px;
|
||
|
}*/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.li_list {
|
||
|
clear:both;
|
||
|
padding:0 0 0 0px;
|
||
|
}
|
||
|
|
||
|
.li_more {
|
||
|
text-align:right;
|
||
|
clear:both;
|
||
|
margin:5px 0;
|
||
|
padding:0 0 1px;
|
||
|
}
|
||
|
|
||
|
.li_time {
|
||
|
padding:0 7px 0 0;
|
||
|
}
|
||
|
|
||
|
div.pages {
|
||
|
color:#AAA;
|
||
|
font-size:13px;
|
||
|
text-align:right;
|
||
|
margin:10px 0;
|
||
|
}
|
||
|
|
||
|
div.pages a,.thispage,.break {
|
||
|
margin:2px;
|
||
|
padding:0 4px;
|
||
|
}
|
||
|
|
||
|
div.pages .prev {
|
||
|
margin-right:5px;
|
||
|
}
|
||
|
|
||
|
div.pages .next {
|
||
|
margin-left:5px;
|
||
|
}
|
||
|
|
||
|
div.pages .thispage {
|
||
|
background:none repeat scroll 0 0 #4D5256;
|
||
|
color:#FFF;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.clearfix:after {
|
||
|
clear:both;
|
||
|
content:" ";
|
||
|
display:block;
|
||
|
height:0;
|
||
|
line-height:0;
|
||
|
visibility:hidden;
|
||
|
}
|
||
|
|
||
|
.searchform .searchinput {
|
||
|
background:none repeat scroll 0 0 #FFF;
|
||
|
border:medium none;
|
||
|
float:left;
|
||
|
font-family:Arial,sans-serif;
|
||
|
font-size:13px;
|
||
|
width:72px;
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
.searchform .searchinput:focus {
|
||
|
width:196px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
.article_title {
|
||
|
font-weight:700;
|
||
|
border-bottom:1px solid #CCC;
|
||
|
margin-bottom:5px;
|
||
|
padding:5px 0 10px;
|
||
|
}
|
||
|
|
||
|
.vuln {
|
||
|
font-weight:700;
|
||
|
border-bottom:medium none!important;
|
||
|
padding:3px 0;
|
||
|
}
|
||
|
|
||
|
.article {
|
||
|
padding:5px 0 5px 12px;
|
||
|
}
|
||
|
|
||
|
.at_hr {
|
||
|
font-weight:700;
|
||
|
border-left:7px solid #778087;
|
||
|
border-bottom:medium none!important;
|
||
|
margin:9px 0;
|
||
|
padding:5px;
|
||
|
}
|
||
|
|
||
|
.article_exp {
|
||
|
padding:0 0 0 20px;
|
||
|
}
|
||
|
|
||
|
.sh_reference {
|
||
|
padding:0 0 0 15px;
|
||
|
}
|
||
|
|
||
|
.sh_reference blockquote {
|
||
|
padding:5px 18px;
|
||
|
}
|
||
|
|
||
|
.Statement {
|
||
|
color:red;
|
||
|
}
|
||
|
|
||
|
.cell {
|
||
|
border-bottom:1px dashed #E0E0E0;
|
||
|
line-height:18px;
|
||
|
list-style:none;
|
||
|
padding:9px 0 9px 15px;
|
||
|
}
|
||
|
|
||
|
.fade {
|
||
|
color:#999;
|
||
|
font-size:14px;
|
||
|
font-weight:700;
|
||
|
vertical-align:middle;
|
||
|
}
|
||
|
|
||
|
.created {
|
||
|
color:#999;
|
||
|
display:block;
|
||
|
font-size:11px;
|
||
|
}
|
||
|
|
||
|
.ntitle {
|
||
|
font-size:22px;
|
||
|
font-weight:700;
|
||
|
border-bottom:1px dashed #ECECEC;
|
||
|
padding:5px 15px;
|
||
|
}
|
||
|
|
||
|
.nutime {
|
||
|
color:#999;
|
||
|
font-size:12px;
|
||
|
padding:5px 15px;
|
||
|
}
|
||
|
|
||
|
.notags {
|
||
|
font-size:11px;
|
||
|
text-align:right;
|
||
|
margin-top:-24px;
|
||
|
padding:5px 15px;
|
||
|
}
|
||
|
|
||
|
.notags a {
|
||
|
background:none repeat scroll 0 0 #778087;
|
||
|
border-radius:10px;
|
||
|
color:#FFF;
|
||
|
margin-bottom:5px;
|
||
|
padding:2px 10px;
|
||
|
}
|
||
|
|
||
|
.notags a:hover {
|
||
|
background:none repeat scroll 0 0 #4D5256;
|
||
|
color:white;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
.node_dir_list {
|
||
|
width:570px;
|
||
|
float:left;
|
||
|
overflow:hidden;
|
||
|
border-right:1px dashed #E2E2E2;
|
||
|
}
|
||
|
|
||
|
.node_dir_side {
|
||
|
float:right;
|
||
|
width:220px;
|
||
|
overflow:hidden;
|
||
|
margin:0;
|
||
|
padding:0 15px 0 10px;
|
||
|
}
|
||
|
|
||
|
.node_list ul {
|
||
|
clear:both;
|
||
|
padding:0 30px;
|
||
|
}
|
||
|
|
||
|
.node_list li {
|
||
|
clear:both;
|
||
|
height:38px;
|
||
|
list-style-type:square;
|
||
|
font-size:15px;
|
||
|
padding:3px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.return_te {
|
||
|
text-align:right;
|
||
|
font-size:12px;
|
||
|
vertical-align:bottom;
|
||
|
margin-bottom:-15px;
|
||
|
padding-right:15px;
|
||
|
}
|
||
|
|
||
|
.editor {
|
||
|
width:600px;
|
||
|
overflow:hidden;
|
||
|
font-size:12px;
|
||
|
}
|
||
|
|
||
|
.editor .tools {
|
||
|
height:20px;
|
||
|
line-height:20px;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
.editor .tools a {
|
||
|
margin-right:15px;
|
||
|
text-decoration:none;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
|
||
|
.editor .Container {
|
||
|
display:none;
|
||
|
position:absolute;
|
||
|
float:left;
|
||
|
z-index:1000;
|
||
|
width:330px;
|
||
|
height:95px;
|
||
|
border:1px solid #BBB;
|
||
|
background:#FFF;
|
||
|
overflow:hidden;
|
||
|
cursor:default;
|
||
|
padding:5px 0 10px 10px;
|
||
|
}
|
||
|
|
||
|
.editor .imgIframe {
|
||
|
border:0;
|
||
|
width:100%;
|
||
|
height:22px;
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
.editor .Button {
|
||
|
text-align:center;
|
||
|
margin:0;
|
||
|
padding:5px 0;
|
||
|
}
|
||
|
|
||
|
.editor #attinfoDiv {
|
||
|
padding-top:5px;
|
||
|
color:#000;
|
||
|
}
|
||
|
|
||
|
.Button input {
|
||
|
margin-right:5px;
|
||
|
font-size:12px;
|
||
|
}
|
||
|
|
||
|
.editor input {
|
||
|
margin-right:5px;
|
||
|
font-size:11px;
|
||
|
}
|
||
|
|
||
|
.na_list {
|
||
|
clear:both;
|
||
|
padding:15px 0 0 62px;
|
||
|
}
|
||
|
|
||
|
.return_Nadir {
|
||
|
font-weight:700;
|
||
|
font-size:20px;
|
||
|
padding:0 0 15px;
|
||
|
}
|
||
|
|
||
|
.return_Nav {
|
||
|
padding-left:10px;
|
||
|
align:left;
|
||
|
font-weight:700;
|
||
|
font-size:15px;
|
||
|
}
|
||
|
|
||
|
.return_Nav a {
|
||
|
padding:0 .5px;
|
||
|
}
|
||
|
|
||
|
.applists {
|
||
|
width:100%;
|
||
|
list-style-type:none;
|
||
|
float:left;
|
||
|
border-top:1px dashed #E0E0E0;
|
||
|
padding:40px 0 10px;
|
||
|
}
|
||
|
|
||
|
.applists ul {
|
||
|
list-style-type:none;
|
||
|
width:98%;
|
||
|
list-style-position:outside;
|
||
|
float:left;
|
||
|
margin:5px 5px 10px 25px;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
.applists ul li {
|
||
|
width:25%;
|
||
|
display:inline;
|
||
|
float:left;
|
||
|
line-height:24px;
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
.return_top {
|
||
|
text-align:right;
|
||
|
font-size:10px;
|
||
|
vertical-align:bottom;
|
||
|
margin-top:-15px;
|
||
|
padding-right:30px;
|
||
|
}
|
||
|
|
||
|
.return_top a {
|
||
|
color:#999;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
.return_en {
|
||
|
vertical-align:top;
|
||
|
align:left;
|
||
|
font-weight:900;
|
||
|
font-size:22px;
|
||
|
color:#666;
|
||
|
}
|
||
|
|
||
|
.maintinfo {
|
||
|
width:820px;
|
||
|
background-color:#E9EEF2;
|
||
|
border-radius:5px;
|
||
|
float:left;
|
||
|
font-size:14px;
|
||
|
height:90px;
|
||
|
line-height:1.6;
|
||
|
position:relative;
|
||
|
color:#666;
|
||
|
border-style:none none inset;
|
||
|
margin:10px 0 15px;
|
||
|
}
|
||
|
|
||
|
.maintinfo strong {
|
||
|
float:left;
|
||
|
font-size:20px;
|
||
|
height:64px;
|
||
|
padding-top:28px;
|
||
|
text-align:center;
|
||
|
width:230px;
|
||
|
}
|
||
|
|
||
|
.maintinfo div {
|
||
|
padding:22px 0 18px;
|
||
|
}
|
||
|
|
||
|
.maintinfo b {
|
||
|
font-size:13px;
|
||
|
font-weight:400;
|
||
|
margin-right:15px;
|
||
|
}
|
||
|
|
||
|
.maintinfo em {
|
||
|
font-size:12px;
|
||
|
margin-right:15px;
|
||
|
}
|
||
|
|
||
|
.maintinfo span {
|
||
|
float:right;
|
||
|
margin-top:-15px;
|
||
|
font-size:10px;
|
||
|
padding-right:9px;
|
||
|
}
|
||
|
|
||
|
.maintinfo .blogo {
|
||
|
background:url(http://mit00.02753.com/sebug_flat_0da.png) no-repeat scroll 0 0 transparent;
|
||
|
display:block;
|
||
|
height:19px;
|
||
|
text-indent:-5000px;
|
||
|
width:52px;
|
||
|
float:right;
|
||
|
margin:-35px -58px 0 0;
|
||
|
}
|
||
|
|
||
|
.aside {
|
||
|
float:right;
|
||
|
font-size:11px;
|
||
|
width:280px;
|
||
|
}
|
||
|
|
||
|
.aside .group {
|
||
|
border-bottom:1px dashed #ECECEC;
|
||
|
clear:both;
|
||
|
margin-bottom:10px;
|
||
|
padding-bottom:10px;
|
||
|
}
|
||
|
|
||
|
.aside .group li {
|
||
|
float:left;
|
||
|
height:22px;
|
||
|
margin-right:1%;
|
||
|
overflow:hidden;
|
||
|
white-space:nowrap;
|
||
|
width:32.299999%;
|
||
|
}
|
||
|
|
||
|
.indexarticle {
|
||
|
float:left;
|
||
|
padding-right:5px;
|
||
|
width:530px;
|
||
|
}
|
||
|
|
||
|
.bug_index_list ul {
|
||
|
list-style:none;
|
||
|
margin-bottom:20px;
|
||
|
}
|
||
|
|
||
|
.bug_index_list li {
|
||
|
padding-left:10px;
|
||
|
position:relative;
|
||
|
line-height:26px;
|
||
|
}
|
||
|
|
||
|
.indexarticle .topitems {
|
||
|
clear:both;
|
||
|
margin-bottom:20px;
|
||
|
font-size:11px;
|
||
|
padding:10px 0 0 10px;
|
||
|
}
|
||
|
|
||
|
.indexarticle .topitems li {
|
||
|
float:left;
|
||
|
height:22px;
|
||
|
margin-right:1%;
|
||
|
overflow:hidden;
|
||
|
white-space:nowrap;
|
||
|
width:23%;
|
||
|
}
|
||
|
|
||
|
.indexseach {
|
||
|
text-align:center;
|
||
|
margin:auto;
|
||
|
padding:110px 0;
|
||
|
}
|
||
|
|
||
|
.lsbb {
|
||
|
background:#eee;
|
||
|
border:1px solid #999;
|
||
|
border-top-color:#ccc;
|
||
|
border-left-color:#ccc;
|
||
|
height:30px;
|
||
|
width:120px;
|
||
|
}
|
||
|
|
||
|
.lsb {
|
||
|
font:14px arial;
|
||
|
background-position:bottom;
|
||
|
border:none;
|
||
|
color:#000;
|
||
|
cursor:pointer;
|
||
|
height:30px;
|
||
|
vertical-align:top;
|
||
|
background:#f1f1f1;
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
.lsb:active {
|
||
|
background:#ccc;
|
||
|
}
|
||
|
|
||
|
.tsf-p {
|
||
|
width:480px;
|
||
|
margin:0 auto;
|
||
|
}
|
||
|
|
||
|
.lst-td {
|
||
|
border-bottom:1px solid #999;
|
||
|
padding-right:16px;
|
||
|
}
|
||
|
|
||
|
.lst {
|
||
|
-moz-box-sizing:content-box;
|
||
|
background:#fff;
|
||
|
border:1px solid #ccc;
|
||
|
border-bottom:none;
|
||
|
color:#4D5256;
|
||
|
font:20px arial;
|
||
|
float:left;
|
||
|
height:26px;
|
||
|
vertical-align:middle;
|
||
|
width:100%;
|
||
|
padding:2px 10px 2px 6px;
|
||
|
}
|
||
|
|
||
|
.com {
|
||
|
color:#800;
|
||
|
}
|
||
|
|
||
|
.lit {
|
||
|
color:#066;
|
||
|
}
|
||
|
|
||
|
.pun,.opn,.clo {
|
||
|
color:#440;
|
||
|
}
|
||
|
|
||
|
.fun {
|
||
|
color:#red;
|
||
|
}
|
||
|
|
||
|
.str,.atv {
|
||
|
color:#080;
|
||
|
}
|
||
|
|
||
|
.kwd,.tag {
|
||
|
color:#008;
|
||
|
}
|
||
|
|
||
|
.pln {
|
||
|
color:#000;
|
||
|
}
|
||
|
|
||
|
.prettyprint {
|
||
|
padding:10px 0 10px 20px;
|
||
|
}
|
||
|
|
||
|
ol.linenums {
|
||
|
margin:0 0 0 20px;
|
||
|
}
|
||
|
|
||
|
ol.linenums li {
|
||
|
color:#959595;
|
||
|
line-height:15px;
|
||
|
padding:0 5px;
|
||
|
}
|
||
|
|
||
|
.prettyprint-dark {
|
||
|
background-color:#1d1f21;
|
||
|
border:0;
|
||
|
padding:10px;
|
||
|
}
|
||
|
|
||
|
.prettyprint-dark.linenums li {
|
||
|
color:#444;
|
||
|
}
|
||
|
|
||
|
.prettyprint-dark.linenums li:hover {
|
||
|
background-color:#282a2e;
|
||
|
}
|
||
|
|
||
|
.prettyprint-dark.kwd,.prettyprint-dark.tag {
|
||
|
color:#006;
|
||
|
font-weight:700;
|
||
|
}
|
||
|
|
||
|
.prettyprint-dark.str,.prettyprint-dark.atv {
|
||
|
color:#060;
|
||
|
}
|
||
|
|
||
|
#slider1 {
|
||
|
width:805px;
|
||
|
height:285px;
|
||
|
position:relative;
|
||
|
overflow:hidden;
|
||
|
}
|
||
|
|
||
|
#slider1Content {
|
||
|
width:805px;
|
||
|
position:absolute;
|
||
|
top:0;
|
||
|
margin-left:0;
|
||
|
}
|
||
|
|
||
|
.slider1Image {
|
||
|
float:center;
|
||
|
position:relative;
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
.slider1Image span {
|
||
|
position:absolute;
|
||
|
font:10px/15px Arial,sans-serif;
|
||
|
width:805px;
|
||
|
background-color:#E9EEF2;
|
||
|
filter:alpha(opacity=70);
|
||
|
-moz-opacity:.7;
|
||
|
-khtml-opacity:.7;
|
||
|
opacity:.7;
|
||
|
color:#000;
|
||
|
display:none;
|
||
|
padding:10px 13px;
|
||
|
}
|
||
|
|
||
|
.top {
|
||
|
top:0;
|
||
|
left:0;
|
||
|
}
|
||
|
|
||
|
.slider1Image span strong {
|
||
|
font-size:14px;
|
||
|
}
|
||
|
|
||
|
.chart_p {
|
||
|
font-size:11px;
|
||
|
line-height:18px;
|
||
|
}
|
||
|
|
||
|
#isad {
|
||
|
float:right;
|
||
|
background:url(http://mit00.02753.com/www/img/icon_ad.png) no-repeat scroll 0 0 transparent;
|
||
|
font-size:11px;
|
||
|
padding-left:20px;
|
||
|
line-height:11px;
|
||
|
}
|
||
|
|
||
|
*,div.pages .next a,div.pages .prev a {
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
a:hover,.created a:hover {
|
||
|
background-color:#105DB5;
|
||
|
color:#FFF;
|
||
|
text-decoration:none;
|
||
|
}
|
||
|
|
||
|
h1,h2 {
|
||
|
font-size:18px;
|
||
|
}
|
||
|
|
||
|
.fixed,.clear {
|
||
|
clear:both;
|
||
|
}
|
||
|
|
||
|
.li_list li,.na_list li {
|
||
|
clear:both;
|
||
|
height:18px;
|
||
|
list-style-type:square;
|
||
|
padding:2px;
|
||
|
}
|
||
|
|
||
|
div.pages .break,.created a {
|
||
|
color:#999;
|
||
|
}
|
||
|
|
||
|
.tomore,.at_sebug {
|
||
|
padding:5px 0;
|
||
|
}
|
||
|
|
||
|
.typ,.atn,.dec,.var,.prettyprint-dark.typ,.prettyprint-dark .atn,.prettyprint-dark .dec,.prettyprint-dark.var {
|
||
|
color:#606;
|
||
|
}
|