Team:RHIT
From 2013.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
https://github.com/ghinda/css-toggle-switch | https://github.com/ghinda/css-toggle-switch | ||
------------------------------------------ */ | ------------------------------------------ */ | ||
+ | body{ | ||
+ | background-color: #f8fcfd; | ||
+ | } | ||
+ | #menubar { | ||
+ | position: absolute; | ||
+ | background: none; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .left-menu, .right-menu{ | ||
+ | position: absolute; | ||
+ | background: none; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .left-menu li a, .right-menu li a { | ||
+ | color: #000 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .left-menu ul li, .right-menu ul li a{ | ||
+ | background: none; | ||
+ | color: #000 !important; | ||
+ | } | ||
+ | |||
+ | .left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active { | ||
+ | color: #000 !important; | ||
+ | } | ||
+ | #p-logo{ | ||
+ | display: none; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | #catlinks{ | ||
+ | border:none; | ||
+ | } | ||
+ | |||
+ | #top-section{ | ||
+ | height:20px; | ||
+ | background-color: #f8fcfd; | ||
+ | border:none; | ||
+ | } | ||
+ | #content{ | ||
+ | background-color: #f8fcfd; | ||
+ | border:none; | ||
+ | } | ||
+ | #footer-box{ | ||
+ | background-color: #f8fcfd; | ||
+ | } | ||
+ | /* Search bar, will put somewhere else later*/ | ||
+ | #search-controls { | ||
+ | overflow:hidden; | ||
+ | display:none; | ||
+ | background: none; | ||
+ | } | ||
/* Hide by default */ | /* Hide by default */ |
Revision as of 13:01, 27 August 2013
<!DOCTYPE HTML>