Team:Calgary/Sandbox
From 2012.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, height=device-height, initial-scale=1.0" /> | <meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, height=device-height, initial-scale=1.0" /> | ||
--> | --> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<style> | <style> | ||
Line 17: | Line 9: | ||
Minimal header: removes the search bar and header image and readjusts font colours in the menus. | Minimal header: removes the search bar and header image and readjusts font colours in the menus. | ||
- | Thanks a lot to the 2011 Brown-Stanford iGEM | + | Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code! |
- | Check out their | + | Check out their wikis at: |
+ | https://2011.igem.org/Team:Brown-Stanford | ||
+ | https://2012.igem.org/Team:Lethbridge | ||
***/ | ***/ | ||
- | /***Lethbridge's Header | + | /***Lethbridge's Header***/ |
#content h1.firstHeading { | #content h1.firstHeading { | ||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
#p-logo { | #p-logo { | ||
- | + | display: none; | |
} | } | ||
#searchform { | #searchform { | ||
visibility:hidden; | visibility:hidden; | ||
} | } | ||
- | + | ||
- | + | ||
- | + | ||
.left-menu { | .left-menu { | ||
background-color: #555; | background-color: #555; | ||
Line 39: | Line 31: | ||
} | } | ||
.left-menu a { | .left-menu a { | ||
- | |||
color: #fff; | color: #fff; | ||
} | } | ||
- | |||
div#top-section{ /*the div containing the entire top bar*/ | div#top-section{ /*the div containing the entire top bar*/ | ||
height: 20px; | height: 20px; | ||
- | |||
- | |||
margin-bottom: 0px !important; | margin-bottom: 0px !important; | ||
- | |||
- | |||
border: none; | border: none; | ||
- | |||
- | |||
- | |||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
#content{ | #content{ | ||
Line 99: | Line 76: | ||
.left-menu li, .right-menu li a { | .left-menu li, .right-menu li a { | ||
- | color: | + | color: #FFF !important; |
} | } | ||
Revision as of 16:34, 18 June 2012
Header
This is not a paragraph.