Template:ZJU-China/Main
From 2014.igem.org
(Difference between revisions)
(6 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | #contentSub | + | #contentSub, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ |
.firstHeading { | .firstHeading { | ||
Line 8: | Line 8: | ||
border: none 0; | border: none 0; | ||
background-color: transparent; | background-color: transparent; | ||
+ | font-size: 0pt; | ||
+ | height: 0px; | ||
/* width: 975px; | /* width: 975px; | ||
margin: 0px auto; | margin: 0px auto; | ||
Line 29: | Line 31: | ||
#top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | #top-section:hover { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: | + | background-color: transparent; |
border: 0 none; | border: 0 none; | ||
height: 14px; | height: 14px; | ||
Line 35: | Line 37: | ||
top: 0; | top: 0; | ||
position: absolute; | position: absolute; | ||
- | + | width: 100%; | |
- | /* width: 975px; | + | /*width: 975px; |
left: 50%; | left: 50%; | ||
margin-left: -487px; */ | margin-left: -487px; */ | ||
Line 42: | Line 44: | ||
#top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
- | background-color: | + | background-color: transparent; |
height: 14px; | height: 14px; | ||
display: block; | display: block; | ||
Line 58: | Line 60: | ||
#menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | #menubar a:hover, #menubar:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
- | color: # | + | color: #fff; |
text-decoration: none; | text-decoration: none; | ||
background-color: transparent; | background-color: transparent; | ||
Line 69: | Line 71: | ||
#globalWrapper, #content { /*-- changes default wiki settings --*/ | #globalWrapper, #content { /*-- changes default wiki settings --*/ | ||
width: 100%; | width: 100%; | ||
- | height: 100%; | + | height: auto; /*100%;*/ |
border: 0px; | border: 0px; | ||
background-color: transparent; | background-color: transparent; | ||
Line 127: | Line 129: | ||
.sub-sidemenu a {color: #666;} | .sub-sidemenu a {color: #666;} | ||
- | #groupparts {text-align: center; margin-left: auto; margin-right: auto;} | + | #groupparts {text-align: center; margin-left: auto; margin-right: auto;margin-top:2em;margin-bottom:2em;box-shadow:0 0 5px #888888} |
+ | |||
+ | table.gallery {border: 1px solid #ccc; margin: 2px auto 2px auto; padding: 2px; background-color: white;} | ||
div.underconst | div.underconst | ||
Line 231: | Line 235: | ||
.annItem li {list-style: none; margin: 5px} | .annItem li {list-style: none; margin: 5px} | ||
+ | /* bodyContent reset */ | ||
+ | div#bodyContent { | ||
+ | position: relative; | ||
+ | top: 0px; | ||
+ | } | ||
+ | div#bodyContent > p { | ||
+ | height: 0px; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 0pt; | ||
+ | } | ||
+ | /* footer box reset */ | ||
+ | #footer-box { | ||
+ | border: none; | ||
+ | padding: 0; | ||
+ | width: 100%; | ||
+ | display:block; | ||
+ | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 08:33, 12 October 2014