Team:Tsinghua-A/template/killbanner
From 2012.igem.org
(Difference between revisions)
(Created page with "<html> <head> <style> div#contentSub{ display: none; position: absolute; } div#top-section{ background: url() no repeat; background-color:#E6E6E6; color: #D1...") |
|||
(9 intermediate revisions not shown) | |||
Line 11: | Line 11: | ||
background-color:#E6E6E6; | background-color:#E6E6E6; | ||
color: #D1E9E9; | color: #D1E9E9; | ||
- | height: | + | height: 0px; |
width: 100%; | width: 100%; | ||
border: 0px; | border: 0px; | ||
+ | |||
} | } | ||
Line 21: | Line 22: | ||
} | } | ||
div#menubar{ | div#menubar{ | ||
+ | height:0px; | ||
position: relative; | position: relative; | ||
top: 0; | top: 0; | ||
Line 64: | Line 66: | ||
} | } | ||
#content h1.firstHeading {display: none;} | #content h1.firstHeading {display: none;} | ||
+ | #content | ||
+ | { | ||
+ | border:none; | ||
+ | height: 100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | width:100%; | ||
+ | position: absolute; | ||
+ | background-color: #FFFFFF; | ||
+ | } | ||
</style></head> | </style></head> | ||
</html> | </html> |
Latest revision as of 14:09, 26 October 2012