Template:Team:HokkaidoU Japan/CSS
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | # | + | body { |
- | position: | + | background: #ffffff; |
- | + | } | |
+ | |||
+ | #globalWrapper { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
width: 100%; | width: 100%; | ||
+ | height: 0; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
- | + | border: 0; | |
- | + | font-size: 100%; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #content { |
- | + | position: absolute; | |
- | + | top: 0; | |
- | + | left: 0; | |
- | + | width: 100%; | |
+ | height: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
} | } | ||
#bodyContent { | #bodyContent { | ||
+ | position: absolute; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | width: 100%; | ||
+ | height: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
+ | font-size: 100%; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
display: none; | display: none; | ||
} | } | ||
- | # | + | #footer-box { |
- | + | display: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | # | + | #catlinks { |
- | display:none; | + | display: none; |
} | } | ||
- | + | .firstHeading { | |
display: none; | display: none; | ||
} | } | ||
Line 53: | Line 62: | ||
} | } | ||
- | # | + | #top-section { |
- | + | border: none; | |
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 05:53, 27 May 2014