123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- body {
- margin: 0px;
- padding: 0px;
- color: #333;
- font-family: Tahoma, Geneva, sans-serif;
- font-size: 13px;
- /* line-height: 1.7em; */
- background-color: #e9e6e6;
- background-repeat: repeat-x;
- background-position: top;
- }
- a,a:link,a:visited {
- color: #3d8e7d;
- color: #4C4C4C;
- font-weight: normal;
- text-decoration: none;
- font-size: 12px;
- }
- a:hover {
- text-decoration: underline;
- color: #67ACC2;
- }
- p {
- margin: 0px;
- padding: 0px;
- }
- img {
- border: none;
- }
- blockquote {
- font-style: italic;
- margin: 0 0 0 10px;
- }
- cite {
- font-weight: bold;
- color: #3d8e7d;
- }
- cite span {
- color: #3d8e7d;
- }
- em {
- color: #3d8e7d;
- }
- h1,h2,h3,h4,h5,h6 {
- color: #000;
- font-weight: normal;
- }
- h1 {
- font-size: 34px;
- margin: 0 0 20px;
- padding: 5px 0px;
- }
- h2 {
- font-size: 28px;
- margin: 0 0 15px;
- padding: 5px 0px;
- }
- h3 {
- font-size: 24px;
- margin: 0 0 15px;
- padding: 0px;
- }
- h4 {
- font-size: 18px;
- margin: 0 0 15px;
- padding: 0px;
- }
- h5 {
- font-size: 16px;
- margin: 0 0 10px;
- padding: 0px;
- }
- h6 {
- font-size: 14px;
- margin: 0 0 5px;
- padding: 0px;
- }
- .cleaner {
- clear: both;
- }
- .h10 {
- height: 10px;
- }
- .h20 {
- height: 20px;
- }
- .h30 {
- height: 30px;
- }
- .h40 {
- height: 40px;
- }
- .h50 {
- height: 50px;
- }
- .h60 {
- height: 60px;
- }
- #body_wrapper {
- width: 100%;
- /* background: url(../images/body.png) top center no-repeat; */
- }
- .wrapper {
- /* width: 940px; */
- width:1000px;
- padding: 0 10px;
- margin: 0 auto;
- /* background: url(../images/body.png) top center no-repeat; */
- }
- #header {
- /* width: 940px; */
- width:1000px;
- height: 50px;
- padding-top: 5px;
- }
- #header a:hover{
- /* text-decoration: none; */
- }
- #site_title {
- float: left;
- }
- #site_title h1 {
- margin: 0;
- padding: 0;
- }
- #site_title h1 a {
- display: block;
- width: 120px;
- height: 45px;
- color: #fff;
- text-indent: -10000px;
- background: url(../images/logo/logo.png) no-repeat top left;
- }
- #search_box {
- float: right;
- margin-top: 20px;
- /* width: 240px; */
- height: 24px;
- }
- #search_box form {
- clear: both;
- width: 240px;
- height: 24px;
- padding: 0;
- margin: 0;
- }
- #searchfield {
- display: block;
- height: 24px;
- width: 228px;
- padding: 0 5px;
- font-size: 12px;
- color: #333;
- background: none;
- border: 1px solid #ccc;
- }
- /* menu */
- #menu {
- clear: both;
- /* width: 940px; */
- width:1000px;
- height: 50px;
- background: url(../images/menu.png);
- margin-top: 10px;
- }
- #menu ul{
- margin: 0;
- padding: 0;
- list-style: none;
- }
- #menu ul li {
- padding: 0;
- margin: 0;
- display: inline;
- }
- #menu ul li a {
- float: left;
- display: block;
- width: 130px;
- height: 30px;
- padding: 10px 0 0 0;
- font-size: 14px;
- color: #67acc2;
- text-shadow: 1px 1px 1px #fff;
- text-align: center;
- text-decoration: none;
- font-weight: 700;
- outline: none;
- border: none;
- letter-spacing: 1px;
- background: url(../images/menu_divider.png) right repeat-y;
- }
- #menu ul li a:hover,#menu ul li a.currentNav {
- color: #666;
- text-shadow: 1px 1px 1px #fff;
- }
- #menu ul .last {
- background: none;
- }
- .siteTitleNode{
- font-size: 14px;
- font-weight: bold;
- line-height: 65px;
- margin-left: 20px;
- }
- /* end of menu */
- #footer_wrapper {
- clear: both;
- width: 100%;
- /* background: #EDEBEB; */
- padding-top:15px;
- background: none;
- }
- #footer {
- clear: both;
- padding: 10px 0;
- color: #000;
- text-align: center;
- margin: 0 auto;
- }
- .footer_menu a{
- color: #333;
- text-decoration: none;
- }
- .footer_menu a:HOVER{
- text-decoration: underline;
- }
- /** ºǫ́²Ëµ¥ **/
- #menuAdmin{
- clear: both;
- width: 100%;
- height: 36px;
- background: #459935;
- /* background: #F59797; */
- background-color: #65C9E6;
- }
- #menuAdmin ul {
- /* width: 940px; */
- width:1000px;
- padding: 0px 10px;
- margin: 0px auto;
- list-style: none;
- }
- #menuAdmin ul li{
- padding: 0px;
- margin: 0px;
- display: inline;
- }
- #menuAdmin ul li a {
- float: left;
- display: block;
- width:120px;
- margin-left:2px;
- padding: 8px 0px;
- font-size: 14px;
- line-height: 20px;
- color: #fff;
- text-align: center;
- text-decoration: none;
- outline: none;
- border: none;
- letter-spacing: 1px;
- }
- #menuAdmin ul li a:hover,#menuAdmin ul li a.currentAdmin{
- background: #37712b;
- background: #61BCD7;
- }
|