Team:TU-Delft/CSSLaksh
From 2012.igem.org
(Difference between revisions)
(Replaced content with "<html> <style type="text/css"> @charset "UTF-8"; - →CSS Document: </style> <html>") |
|||
Line 3: | Line 3: | ||
@charset "UTF-8"; | @charset "UTF-8"; | ||
/*CSS Document */ | /*CSS Document */ | ||
+ | |||
+ | /* OVERRIDING */ | ||
+ | body { | ||
+ | /* format main-background C0C5CA*/ | ||
+ | background-color: #7297BA; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); | ||
+ | } | ||
+ | #bodyContent a{ | ||
+ | /* format link color*/ | ||
+ | } | ||
+ | #content { | ||
+ | /* format global document body */ | ||
+ | font-family:"Verdana",Arial,sans-serif; | ||
+ | background-color: #E0F574; | ||
+ | } | ||
+ | #contentSub, #catlinks { | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | /* removes pagename */ | ||
+ | display: none; | ||
+ | } | ||
+ | #top-section { | ||
+ | background-color: black; | ||
+ | height: 0; | ||
+ | border: none;} | ||
+ | |||
+ | #p-logo { | ||
+ | /* removes iGEM logo */ | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #menubar { | ||
+ | /* format top menubar */ | ||
+ | top: 0px; | ||
+ | float: left; | ||
+ | border: none; | ||
+ | font-family:"Trebuchet MS","Verdana",Arial,sans-serif; | ||
+ | font-size:85%; | ||
+ | height: 24px; | ||
+ | } | ||
+ | #menubar li a { | ||
+ | color: #7297BA; | ||
+ | } | ||
+ | #menubar li a:hover { | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | #menubar.right-menu { | ||
+ | /* format right part of top menubar and add iGEM mini logo */ | ||
+ | text-align: right; | ||
+ | right: auto; | ||
+ | background-color: #336699; | ||
+ | width: 975px; | ||
+ | z-index: 7; | ||
+ | } | ||
+ | #menubar.left-menu { | ||
+ | /* format left part of top menubar */ | ||
+ | text-align: left; | ||
+ | width: auto; | ||
+ | z-index: 8; | ||
+ | } | ||
+ | #menubar.left-menu:hover { | ||
+ | background-color: transparent;} | ||
</style> | </style> | ||
<html> | <html> |
Revision as of 07:48, 7 September 2012