2012-06-18 08:27:58 +00:00
|
|
|
#tools {width:100%;overflow:hidden;}
|
|
|
|
#tools ul li{float:left;padding-left:5px;margin-right:5px;}
|
|
|
|
#tools ul li a:hover{background:#329ECC;color:#FFF;}
|
2011-09-21 08:32:43 +00:00
|
|
|
|
2012-06-19 03:17:13 +00:00
|
|
|
#leftnav{width:100%;overflow:hidden;}
|
|
|
|
#leftnav fieldset ul{width:100%;overflow:hidden;}
|
|
|
|
#leftnav fieldset ul li{float:left;margin:0 3px;}
|
|
|
|
#leftnav fieldset ul li a{display:block;float:left;padding:3px;}
|
|
|
|
#leftnav fieldset ul li span.note{display:block;float:left;padding:3px 0;}
|
|
|
|
#leftnav fieldset ul li a:hover{background:#329ECC;color:#FFF;}
|
|
|
|
|
2011-09-21 08:32:43 +00:00
|
|
|
/*
|
|
|
|
* paginationControl
|
|
|
|
*/
|
2012-06-19 03:17:13 +00:00
|
|
|
.PageNavigation{}
|
2011-09-21 08:32:43 +00:00
|
|
|
.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;}
|