westdc-zf1/htdocs/css/metadata.css

90 lines
4.5 KiB
CSS
Raw Normal View History

#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;}
2011-10-26 06:17:39 +00:00
/*#metacontent{float:left;}*/
2009-03-06 03:20:46 +00:00
#features, #leftContainer{width:48%;float:left;margin-right:2%;clear:left;margin-bottom:10px;margin-left:10px;}
2009-12-14 13:03:45 +00:00
#latest, #services{width:48%;float:left;margin-bottom:10px;font-size:13px;}
#leftContainer{margin-top:5px;overflow:hidden;}
2009-03-06 03:20:46 +00:00
/*latest*/
#latest .title{border-bottom:1px dotted #c7ddc7;padding: 5px 15px 5px;font-size: 16px; font-weight:bold;overflow:hidden;}
2009-03-06 03:20:46 +00:00
#latest .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
#latest ul {width:100%;margin:0px;padding:0px;overflow:hidden;word-wrap: break-word;}
2011-11-06 05:13:50 +00:00
#latest ul li{margin:0px;padding:0px;width:auto;white-space: normal;}
#latest .date{font-size: 90%;color:#888;}
/*features*/
2009-03-06 03:20:46 +00:00
#features .title{font-size: 14px; font-weight:bold;margin-bottom:5px; padding-left:16px;}
#features #links{float:right; clear:right; width:160px;margin-right:0px;}
#features .description p{margin-bottom:5px;margin-top:0px; text-indent:16px;}
#features .more a{color:Green; padding-right: 20px; background:url(../images/arrow.gif) no-repeat right center;}
2009-03-06 03:20:46 +00:00
/*data_links*/
#links{overflow:hidden;}
#links .title{background:#c7ddc7; padding: 5px 15px 5px;font-size: 16px; font-weight:bold;overflow:hidden;}
#links h3{clear:both;color:rgb(153, 0, 51);font-size:14px;background: url(/images/arrow_red_10x10.gif) no-repeat left center;padding-left:13px;margin:7px 0;}
2009-03-06 03:20:46 +00:00
#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;margin:5px;}
.thumb img{border:1px solid #ccc;padding:3px; max-width:180px;}
.summary{text-indent:2em;}
.form{float:left;clear:left;}
.more{font-size: 11px;}
2009-03-06 03:20:46 +00:00
/*services*/
#services .title{border-top:solid #c7ddc7 5px; padding: 5px 15px 5px;font-size: 16px; font-weight:bold;}
#services h3{font-size: 14px;padding-top:0px;margin-top:10px;margin-bottom:0px;}
#services .description{color:#888;}
#services ul{padding-left:16px; margin:0px;}
#services p{margin:0px;}
#services .item{clear:both;border-top: dotted #ccc 1px;}
#services .items{color:#888;}
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;}
li {white-space:nowrap;}
.fieldlist{overflow:hidden;width:100%;}
#series fieldset {border-bottom:0;}
#category{overflow:hidden;}
#category fieldset {border-bottom:0;overflow:hidden;}
#category fieldset ul {overflow:hidden;}
fieldset ul li{overflow:hidden;line-height:24px;height:24px;}
fieldset ul li a{line-height:24px;font-size:12px;font-family:Tahoma, Geneva, sans-serif;}
#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
*/
.mditem {width:100%;overflow:hidden;border-bottom:1px dashed #ccc;padding:5px 0;}
.mditem h2{text-indent:24px;}
.mditem p{text-indent:24px;font-size:12px;}
/*
* paginationControl
*/
.PageNavigation{float:left;margin-left:200px;padding-left:30px;}
.paginationControl{float:right;padding-left:30px;margin:10px auto;}
.paginationControl A {border:#9aafe5 1px solid;padding:2px 5px;color:#2e6ab1;margin-right:2px;TEXT-DECORATION:none}
.paginationControl A:hover {border:#2b66a5 1px solid;COLOR: #000;BACKGROUND-COLOR:lightyellow}
.paginationControl A:active {border:#2b66a5 1px solid;COLOR: #000;BACKGROUND-COLOR:lightyellow}
.paginationControl SPAN.current {border:navy 1px solid;margin-right:2px;padding:2px 5px;FONT-WEIGHT: bold;COLOR: #fff;BACKGROUND-COLOR: #2e6ab1}
.paginationControl SPAN.disabled {border:#929292 1px solid;padding:2px 5px;COLOR: #929292; MARGIN-RIGHT: 2px;}