Template:Team:SCUT/Magazine/mainbody
From 2014.igem.org
(Difference between revisions)
(21 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
<html> | <html> | ||
<head> | <head> | ||
+ | <script src="https://2014.igem.org/Team:SCUT/to-top/jquery-1.3.2.min.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
+ | <script src="https://2014.igem.org/Team:SCUT/to-top/scrolltopcontrol.js?action=raw&ctype=text/javascript" type="text/javascript"></script> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | + | /* hiding the top section*/ | |
- | # | + | body{position:absolute; top:0px; width:100%; height:auto;font-family:微软雅黑;background:transparent;text-align:center;} |
- | # | + | #top-section{ |
- | # | + | height:0px; |
- | # | + | border:none; |
+ | width:980px; | ||
+ | margin:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | overflow:hide; | ||
+ | background:transparent; | ||
+ | } | ||
+ | #p-logo{display:none;} | ||
+ | #search-controls{display:none;} | ||
+ | #top{display:none;} | ||
+ | .firstHeading{display:none;} | ||
+ | /* end of hiding the top section*/ | ||
+ | /* global setting*/ | ||
+ | #globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;} | ||
+ | #content{ | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | marign:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | |||
+ | } | ||
+ | #bodyContent{ | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | |||
+ | } | ||
+ | siteSub{ | ||
+ | display:none; | ||
+ | border:none; | ||
+ | } | ||
+ | contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | /* end of global setting*/ | ||
- | + | /*hiding the footer-box*/ | |
- | + | #footer-box{display:none;} | |
- | + | #catlinks{display:none;} | |
- | + | /*end of hiding the footer book*/ | |
- | + | ||
- | + | ||
- | + | ||
+ | /* menu (page, edit ...) */ | ||
+ | #menubar | ||
+ | { | ||
+ | height:22px; | ||
+ | width:490px; | ||
+ | padding:2px 0; | ||
+ | flow:left; | ||
+ | overflow:hidden; | ||
+ | background-color:#0099c5; | ||
+ | color:white; | ||
+ | } | ||
+ | #menubar ul | ||
+ | { | ||
+ | list-style-type: none; | ||
+ | font-size:15px; | ||
+ | padding:1px; | ||
+ | margin:0; | ||
+ | } | ||
+ | #menubar ul li | ||
+ | { | ||
+ | font-family:Arial; | ||
+ | padding:0; | ||
+ | margin-right:4px; | ||
+ | display:inline; | ||
+ | } | ||
+ | #menubar ul li a:hover | ||
+ | { | ||
+ | text-decoration:underline; | ||
+ | } | ||
+ | .right-menu ul li a | ||
+ | { | ||
+ | padding:1px 3px; | ||
+ | text-align:left; | ||
+ | text-decoration:none; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | .right-menu ul li a:hover | ||
+ | { | ||
+ | color:white; | ||
+ | } | ||
+ | .left-menu ul li a | ||
+ | { | ||
+ | padding:2px 7px; | ||
+ | text-align:left; | ||
+ | text-decoration:none; | ||
+ | color:white; | ||
+ | text-transform: capitalize; | ||
+ | } | ||
+ | .left-menu ul li a:hover | ||
+ | { | ||
+ | } | ||
+ | /* end menu (edit, page ...) */ | ||
+ | #MA-CONTENT{position:absolute;top:100px;width:100%;height:auto;left:0px;} | ||
+ | #mainbody{position:relative;margin:0 auto;width:980px;height:auto;} | ||
+ | #mainbody img{margin:0 auto;} | ||
+ | #mainbody p{text-align:justify;font-size:17px;margin:30px 0;font-family:Segoe UI Symbol;} | ||
+ | #mainbody p.biaoti{width:980px;margin:30px 0px;text-align:center;font-size:30px;color:#0099d4;} | ||
+ | #mainbody p.xiaobiaoti{width:980px;margin:20px 0px;text-align:center;font-size:25px;color:#c1ecd4;} | ||
+ | #mainbody p.zhujie{width:980px;color:green;text-align:center;margin-top:10px;} | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
- | |||
- | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:57, 18 October 2014