添加water.css以及修改mdview.css
This commit is contained in:
parent
262aaeaf03
commit
c9e14ab28d
|
@ -35,7 +35,7 @@ h2 {clear:both;}
|
|||
#authors h2{float:left;font-size:16px;clear:left;margin:2px;border-bottom:1px dashed #ccc;width:95%;}
|
||||
|
||||
#abstract{text-indent:2em;}
|
||||
#abstract table,#abstract th,#abstract td{border:1px solid #ccc;}
|
||||
#abstract table,#abstract th,#abstract td{border:1px solid #ccc;border-style:inset;}
|
||||
#related,#literature{float:left;text-indent:2em; width:50%;white-space:normal;word-break:break-word;overflow:hidden;}
|
||||
#related ul,#literature ul{list-style-type:decimal;list-style-position:inside;}
|
||||
#related li,#literature li{margin-left:-30px;}
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
#sidebar{margin:0;width:200px;float:left;border-right:2px solid #ddd;background:#ddd;}
|
||||
|
||||
#left{margin:0;width:200px;}
|
||||
#right{margin:0;float:left;border-left:2px solid #ddd;}
|
||||
#leftnavi{margin:0;}
|
||||
#intro {}
|
||||
#intro p{width:760px;}
|
||||
#intro img{}
|
||||
|
||||
.PageNavigation{clear:left;padding-left:30px;}
|
||||
|
||||
#mdlist{}
|
||||
|
||||
#metacontent{clear:left;margin-left:10px;}
|
||||
hr{clear:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
||||
#leftnav{margin-bottom:10px;clear:left;}
|
||||
#metacontent{float:left;}
|
||||
#features, #leftContainer{width:48%;float:left;margin-right:2%;clear:left;margin-bottom:10px;margin-left:10px;}
|
||||
#latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;}
|
||||
#leftContainer{margin-top:5px;}
|
||||
|
||||
/*data_links*/
|
||||
#links .title{background:#c7ddc7; padding: 5px 15px 5px;font-size: 16px; font-weight:bold;}
|
||||
#links h3{clear:both;color: rgb(153, 0, 51);font-size: 14px;
|
||||
background: url(/images/arrow_red_10x10.gif) no-repeat left top; padding-left: 13px;}
|
||||
#links ul{margin:0px; padding-left:10px;clear:left;}
|
||||
#links ul li{float:left;margin-left:5px;}
|
||||
#links ul li a{color:Navy; text-decoration:none;}
|
||||
#links ul li a:hover{color:Red;text-decoration:underline;}
|
||||
#leftnav li,#tools li,#category li,#keyword li,#series li{padding-left: 10px;background: url(/images/square.gif) no-repeat left center;}
|
||||
.submit-group,.element-group{float:left;margin-top:-5px;}
|
||||
|
||||
#leftnav ul,#leftContainer ul{margin:0px; padding-left:0px;clear:left;}
|
||||
#leftnav ul li,#leftContainer ul li{float:left;}
|
||||
#tools ul li {float:left; padding-left:10px;}
|
||||
ul{list-style-type: none;}
|
||||
img{border:0px;}
|
||||
.thumb {clear:left;float:left;}
|
||||
.summary{text-indent:2em;}
|
||||
.form{float:left;clear:left;}
|
||||
.more{font-size: 11px;}
|
||||
|
||||
dd,dt{float:left;margin:0;}
|
||||
form{margin:0px;display:inline;}
|
||||
#links dd {padding-bottom:5px;margin-left:5px;margin-top:-5px;}
|
||||
.note{font-size:10px;color:gray;}
|
||||
#keyword fieldset {border:dotted 1px;border-bottom:0;}
|
||||
|
||||
li {white-space:nowrap;}
|
||||
#series fieldset {border-bottom:0;}
|
||||
#category fieldset {border-bottom:0;}
|
||||
#detailxml {margin:10px;}
|
||||
#detailxml fieldset {clear:left;border:1px dotted; padding:10px;width:95%;}
|
||||
#detailxml ul {clear:left;width:95%;}
|
||||
#detailxml ul li {display:inline;float:left;}
|
||||
#detailxml .name {width:150px;text-align:left;float:left;color:red;}
|
||||
#detailxml .item{clear:left;margin-left:20px;}
|
||||
#detailxml .item p{padding-left:20px;}
|
||||
legend { background:#fff;}
|
||||
.mditem h2{text-indent:2em;}
|
Loading…
Reference in New Issue