Team:SDU-Denmark/css
From 2010.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style type="text/css"> | <style type="text/css"> | ||
- | . | + | #header { |
- | + | position:absolute; | |
+ | top:0px; | ||
+ | left:150px; | ||
+ | margin: 0; | ||
+ | width: 687px; | ||
+ | height: 113px; | ||
+ | align: center; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2010/5/5e/Header.jpg) | ||
+ | } | ||
+ | |||
+ | #navigation { | ||
+ | position:absolute; | ||
+ | top:106px; | ||
+ | left:150px; | ||
+ | margin: 0; | ||
+ | width: 687px; | ||
+ | height: 30px; | ||
+ | align: center; | ||
+ | } | ||
+ | |||
+ | #blabla { | ||
+ | position:absolute; | ||
+ | top:143px; | ||
+ | left:150px; | ||
+ | margin: 0; | ||
+ | width: 687px; | ||
+ | align: center; | ||
+ | background: #ffffff; | ||
+ | color: #000000; | ||
+ | |||
+ | } | ||
+ | |||
+ | #menu { | ||
+ | position: relative; | ||
+ | top: 0px; | ||
+ | background: #d1d1d1; | ||
+ | margin: 0; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | #general { | ||
+ | background: #d1d1d1; | ||
+ | text-align: center; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
#text { | #text { | ||
- | + | background: #d1d1d1; | |
- | + | font-size: 12px; | |
+ | font: Verdana; | ||
+ | text-align: left; | ||
} | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | padding: 0; | ||
+ | } | ||
+ | |||
+ | #bodyContent | ||
+ | { | ||
+ | background-color: #d1d1d1; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #content | ||
+ | { | ||
+ | background-color: #d1d1d1; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #footer-box | ||
+ | { | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:13, 20 April 2010