Template:TU-Delft css
From 2012.igem.org
(Difference between revisions)
(60 intermediate revisions not shown) | |||
Line 98: | Line 98: | ||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
* { | * { | ||
Line 110: | Line 111: | ||
* { margin: 0px; padding: 0px; } | * { margin: 0px; padding: 0px; } | ||
- | |||
/* OVERRIDING */ | /* OVERRIDING */ | ||
- | + | body { | |
- | body{ | + | /* format main-background C0C5CA*/ |
- | background-color: # | + | background-color: #7297BA; |
- | background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); | + | background-image: url('https://static.igem.org/mediawiki/2012/1/1e/Fluroscent_Background.JPG'); |
- | } | + | } |
- | + | #bodyContent a{ | |
- | # | + | /* format link color*/ |
- | + | } | |
- | + | #content { | |
- | + | /* format global document body */ | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | #content { | + | |
- | + | ||
font-family:"Verdana",Arial,sans-serif; | font-family:"Verdana",Arial,sans-serif; | ||
- | background-color: #E0F574;} | + | background-color: #E0F574; |
+ | } | ||
+ | #contentSub, #catlinks { | ||
+ | display:none; | ||
+ | } | ||
- | #top-section { | + | .firstHeading { |
- | + | /* removes pagename */ | |
+ | display: none; | ||
+ | } | ||
+ | #top-section { | ||
+ | background-color: black; | ||
height: 0; | height: 0; | ||
- | |||
- | |||
border: none;} | border: none;} | ||
+ | #p-logo { | ||
+ | /* removes iGEM logo */ | ||
+ | display: none; | ||
+ | } | ||
- | + | #menubar { | |
- | #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 { | |
- | #menubar li a { | + | color: #7297BA; |
- | + | } | |
- | #menubar | + | #menubar li a:hover { |
- | + | text-decoration: underline; | |
- | + | } | |
#menubar.right-menu { | #menubar.right-menu { | ||
/* format right part of top menubar and add iGEM mini logo */ | /* format right part of top menubar and add iGEM mini logo */ | ||
Line 170: | Line 174: | ||
z-index: 8; | z-index: 8; | ||
} | } | ||
+ | #menubar.left-menu:hover { | ||
+ | background-color: transparent;} | ||
#search-controls { | #search-controls { | ||
Line 214: | Line 220: | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
+ | .right-menu li a { | ||
+ | background-color: transparent; | ||
+ | } | ||
#footer-box { | #footer-box { | ||
Line 231: | Line 240: | ||
} | } | ||
- | + | /* | |
+ | End Format iGEM base | ||
+ | */ | ||
/* --- OVERRIDING, RÖR INTE ÖVER --- */ | /* --- OVERRIDING, RÖR INTE ÖVER --- */ | ||
- | + | body {font-family: "Verdana", arial, sans-serif; font-size: 12px;} | |
- | body { | + | |
#wrapper { width: 960px; margin: 10px auto; padding: 6px; } | #wrapper { width: 960px; margin: 10px auto; padding: 6px; } | ||
- | |||
#header{ | #header{ | ||
/* position logo */ | /* position logo */ | ||
Line 251: | Line 260: | ||
#nav { | #nav { | ||
margin: 0; | margin: 0; | ||
- | background:# | + | background:#AEC245; |
line-height: 35px; | line-height: 35px; | ||
- | border-bottom: 0px solid #6699cc; | + | border-bottom: 0px solid #6699cc; |
+ | color: #3b3b3b; | ||
} | } | ||
Line 276: | Line 286: | ||
#nav li a:hover { | #nav li a:hover { | ||
- | background: # | + | background: #336699; |
color: #fff; | color: #fff; | ||
+ | font-size:20px; | ||
} | } | ||
Line 283: | Line 294: | ||
/* sub levels link hover */ | /* sub levels link hover */ | ||
#nav ul li:hover a, #nav li:hover li a { | #nav ul li:hover a, #nav li:hover li a { | ||
- | background: # | + | background: #AEC245; /* Huvudbakgrund för dropdown. */ |
border: none; | border: none; | ||
color: #fff; | color: #fff; | ||
} | } | ||
#nav ul a:hover { | #nav ul a:hover { | ||
- | background: # | + | background: #336699!important; /* <- musöver på dorpdown. TA INTE BORT !IMPORTANT*/ |
color: #fff !important; | color: #fff !important; | ||
} | } | ||
Line 318: | Line 329: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
/* rounded corners of first and last link */ | /* rounded corners of first and last link */ | ||
Line 372: | Line 378: | ||
} | } | ||
- | + | .boxWrap | |
- | + | { | |
- | + | border: 1px solid #CCCCCC; | |
- | + | background-color: #F5F5F5; | |
- | + | box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); | |
+ | -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Safari/Chrome */ | ||
+ | -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Old Mozilla Versions */ | ||
+ | border-radius: 15px; | ||
+ | -moz-border-radius: 15px; | ||
+ | padding: 15px; | ||
+ | text-align:justify; | ||
+ | max-width: 1000px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* CSS Document */ | ||
+ | #menu, #menu ul { | ||
+ | list-style:none; | ||
+ | padding:0; | ||
+ | margin:0; | ||
+ | } | ||
+ | #menu li { | ||
+ | float:left; | ||
+ | position:relative; | ||
+ | line-height:3.5em; | ||
+ | width:15em; | ||
+ | } | ||
+ | #menu li ul { | ||
+ | position:absolute; | ||
+ | margin-top:-1em; | ||
+ | margin-left:.5em; /* for IE */ | ||
+ | display:none; | ||
+ | } | ||
+ | #menu ul li ul { | ||
+ | margin-top:-3em; | ||
+ | margin-left:7em; | ||
+ | } | ||
+ | /* ******************************************************************* */ | ||
+ | /* SHOW SUBMENU 1 */ | ||
+ | #menu li:hover ul, #menu li.over ul { | ||
+ | display:block; | ||
+ | } | ||
+ | #menu li:hover ul ul, #menu li.over ul ul { | ||
+ | display:none; | ||
+ | } | ||
+ | /* SHOW SUBMENU 2 */ | ||
+ | #menu ul li:hover ul, #menu ul li.over ul { | ||
+ | display:block; | ||
+ | } | ||
+ | /* ******************************************************************* */ | ||
+ | /* STYLING UP THE LINKS */ | ||
+ | #menu a { | ||
+ | display:block; | ||
+ | border-right:1px solid #fff; | ||
+ | background:#E0F574; | ||
+ | color:#3B3B3B; | ||
+ | text-decoration:none; | ||
+ | padding:0 10px; | ||
+ | } | ||
+ | #menu a:hover { | ||
+ | background-color:#5798B4; | ||
+ | color:#fff; | ||
+ | } | ||
+ | #menu ul { | ||
+ | border-top:1px solid #fff; | ||
+ | } | ||
+ | #menu ul a { | ||
+ | border-right:none; | ||
+ | border-right:1px solid #fff; | ||
+ | border-bottom:1px solid #fff; | ||
+ | border-left:1px solid #fff; | ||
+ | background:#AEC245; | ||
+ | } | ||
+ | |||
+ | /* ******************************************************************* */ | ||
+ | |||
+ | #menu { | ||
+ | z-index:1; | ||
+ | } | ||
+ | #menu ul { | ||
+ | z-index:2; | ||
+ | } | ||
+ | #menu ul ul { | ||
+ | z-index:3; | ||
+ | } | ||
+ | |||
+ | /* ******************************************************************* */ | ||
+ | |||
+ | /* Fix IE. Hide from IE Mac \*/ | ||
+ | * html ul li { float: left; height: 1%; } | ||
+ | * html ul li a { height: 1%; } | ||
+ | /* End */ | ||
</style> | </style> | ||
</head> | </head> | ||
</html> | </html> |
Latest revision as of 22:42, 4 September 2012