Team:Bordeaux/Test
From 2012.igem.org
(Difference between revisions)
ChristopheD (Talk | contribs) |
ChristopheD (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | /* Adapted from TU Delft 2010's Pieter van Boheemen's Wiki Hacks | + | <html> |
+ | <style type="text/css"> | ||
+ | /* Adapted from TU Delft 2010's Pieter van Boheemen's Wiki Hacks,2011 Queens_Canada Wiki code and Team British_Columbia 2011- START Wiki Hacks */ | ||
#top-section { | #top-section { | ||
Line 24: | Line 26: | ||
} | } | ||
- | + | #menubar.left-menu { | |
+ | background-color: #606060; | ||
+ | width: 975px; | ||
+ | float: left; | ||
+ | border: none; | ||
+ | } | ||
+ | #menubar.left-menu a { | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | color: white; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #search-controls { | ||
+ | display: none; | ||
+ | margin-top: 0px; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: white; | ||
+ | border: none; | ||
+ | color: black; | ||
+ | line-height: 1.5em; | ||
+ | padding-bottom: none; | ||
+ | margin-bottom: none; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | font-smooth: always; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #contentSub { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #footer { | ||
+ | display: none; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background-color: #A8A8A8 ; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | /* END Wiki Hacks */ | ||
+ | </style> | ||
</html> | </html> |
Revision as of 08:45, 20 June 2012