2011-09-14 02:36:02 +00:00
|
|
|
/**
|
|
|
|
* added by lijianxuan
|
|
|
|
* 2011/9/13 15:48
|
|
|
|
*/
|
|
|
|
|
|
|
|
*{padding:0px;margin:0px;}
|
|
|
|
html {background:#FFF;}
|
|
|
|
body {font:12px Tahoma, Geneva, sans-serif;}
|
|
|
|
a {text-decoration:none;cursor:hand;}
|
|
|
|
od,ul,li,ul li{list-style:none;}
|
|
|
|
input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;}
|
|
|
|
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
|
|
|
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;}
|
|
|
|
fieldset,img{border:none;}
|
|
|
|
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
|
|
|
|
caption,th{text-align:left;}
|
|
|
|
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
|
|
|
|
table{border-collapse:collapse;border-spacing:0;}
|
|
|
|
table td,table th{border:1px solid #0a3e68;}
|
2011-09-14 09:51:33 +00:00
|
|
|
table tr td,table th{line-height:24px;}
|
|
|
|
table thead tr{color:#FFF;background:#0a3e68;}
|
|
|
|
table thead tr td{line-height:30px;}
|
2011-09-14 02:36:02 +00:00
|
|
|
|
2009-03-06 03:20:46 +00:00
|
|
|
#leftPanel
|
|
|
|
{
|
|
|
|
float:left; width:18%;
|
|
|
|
background-color:#edefea;
|
|
|
|
}
|
2011-09-14 02:36:02 +00:00
|
|
|
|
2009-03-06 03:20:46 +00:00
|
|
|
ul {list-style-type: none; }
|
2011-09-14 02:36:02 +00:00
|
|
|
#rightPanel ul {margin-left: 10px;padding-left: 0px;overflow:hidden;width:100%;}
|
2011-09-12 14:01:20 +00:00
|
|
|
#leftPanel .item{line-height: 25px;}
|
2009-03-06 03:20:46 +00:00
|
|
|
#leftPanel .more a:link, #leftPanel .more a:visited{color:Green; text-decoration:none;}
|
2011-09-14 02:36:02 +00:00
|
|
|
#rightPanel{float:left;padding-left: 12px;width:80%;overflow:hidden;}
|
2009-03-06 03:20:46 +00:00
|
|
|
#message{background-color:#fffbcc;border:1px solid #E6DB55;padding-left:10px;}
|
|
|
|
#feature ul, #datasetcd ul{border:1px #dfdfdf solid;padding:5px;}
|
|
|
|
#feature img{float:left;}
|
|
|
|
#metadata ul{border:1px #dfdfdf solid;}
|
|
|
|
#comments ul{border:1px #dfdfdf solid;}
|
|
|
|
.offline {
|
|
|
|
border:1px solid #dfdfdf;
|
|
|
|
margin:0;
|
|
|
|
width:100%;
|
|
|
|
}
|
|
|
|
.offline thead {background:#abc;}
|
|
|
|
.offline tr {border:1px solid #dfdfdf;}
|
2011-09-12 14:01:20 +00:00
|
|
|
.name {width:60px;}
|
2009-03-06 03:20:46 +00:00
|
|
|
.unit {width:100px;}
|
|
|
|
.addr {width:100px;}
|
|
|
|
.postcode {width:50px;}
|
|
|
|
.project {width:100px;}
|
|
|
|
.datalist {width:300px;}
|
|
|
|
.ts {width:60px;}
|
|
|
|
.action {width:70px;}
|
|
|
|
.newsletter{float:left;}
|
2009-12-18 06:29:27 +00:00
|
|
|
.newsletter img{border:0;}
|
2011-09-09 09:31:25 +00:00
|
|
|
|
2011-09-14 02:36:02 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* leftPanel
|
|
|
|
*/
|
|
|
|
#leftPanel{overflow:hidden;padding:0;}
|
|
|
|
#leftPanel ul{width:100%;overflow:hidden;}
|
|
|
|
#leftPanel ul li.title{width:100;background:#2b66a5;color:#FFF;border:none;height:34px;line-height:34px;font-size:14px;font-weight:bold;}
|
|
|
|
#leftPanel ul li{width:100%;height:30px;line-height:30px;text-indent:15px;}
|
|
|
|
#leftPanel ul li a{color:#2b66a5;font-size:14px;}
|
|
|
|
|
2011-09-14 09:51:33 +00:00
|
|
|
/*
|
|
|
|
* rightPanel
|
|
|
|
*/
|
|
|
|
.right_title{font-size:16px;line-height:30px;font-weight:bold;color:#2b66a5;}
|
|
|
|
|
|
|
|
.search{width:100%;overflow:hidden;}
|
|
|
|
.search ul{width:100%;}
|
|
|
|
.search ul li {float:left;}
|
|
|
|
.search ul li label{padding:0 5px 0 10px;}
|
|
|
|
.search ul li input{width:180px;}
|
|
|
|
.search ul li input.searchbtn{width:100px;}
|
|
|
|
|
|
|
|
|
2011-09-14 02:36:02 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* paginationControl
|
|
|
|
*/
|
|
|
|
.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;}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* ox window
|
|
|
|
*/
|
2011-09-09 09:31:25 +00:00
|
|
|
#oxbox {width:600px;position: absolute; left: 35%;top: 5%; border:10px solid #333;background: #FFF;padding:5px;border-radius: 5px;}
|
|
|
|
#oxbox .closeox{position: absolute;right: 0;top: 0;}
|
|
|
|
#oxbox input{width:300px;}
|
|
|
|
#oxbox textarea{width:400px;height:200px;}
|
2011-09-14 02:36:02 +00:00
|
|
|
#oxbox input.btn{width:100px;}
|
|
|
|
|