User:Dirkvs/Stylesheets/IC07persist.css
From 2007.igem.org
(Difference between revisions)
Line 28: | Line 28: | ||
/******** Wiki Header text *******/ | /******** Wiki Header text *******/ | ||
- | + | div.portlet { | |
- | + | color: #white; | |
+ | } | ||
/******** Wiki Footer ************/ | /******** Wiki Footer ************/ |
Revision as of 21:16, 10 October 2007
/******** DEFAULT OVERIDE ********/ /******** Backgrounds ************/ /* Change both under body and globalWrapper. */ body { background-color: white; } #globalWrapper { background: none; background-color: white; } /******** Wiki Header ************/ #p-logo2 { background-image: url(https://2007.igem.org/images/wiki_words_on_gray.png); height: 91px; width: 840px; } #little-top { width: 959px; background-color: white; } /******** Wiki Header text *******/ div.portlet { color: #white; } /******** Wiki Footer ************/ #footer-box { width: 960px; background-color: white; } /******** NAVIGATION MENU ********/ h1.firstHeading {display: none;} #contentSub { font-size: 0px; } #navmenu { float: left; width: 640px; position: relative; padding: 0; margin: 0 0 0 0; list-style: none; z-index:20; margin-bottom: 10px; } #navmenu ul { list-style: none; position:absolute; border-right: solid 1px #666; border-bottom: solid 1px #666; border-left: solid 1px #666; line-height: 10pt; } #navmenu a { font-size: 11.5pt; font-family: "Lucida Grande", Verdana, arial, sans-serif; text-decoration: none; color: #FF75a3; display: block; list-style: none; } #navmenu a:hover { color: #FF6633; } #navmenu li { list-style: none; padding: 0.2em 0.5em; float:left; background-color: #FFF; } #navmenu li td a:visited { color: #5A3696; } #navmenu li ul { display: none; margin: 0; padding-left:0; background:white; list-style: none; } #navmenu li:hover ul { display: block; list-style: none; } #navmenu li li { padding: 0.1em 0.5em; float:none; list-style: none; } #navmenu li li:hover { background-color: #e6ecf6; list-style: none; } #navmenu li ul a { font-size: 8pt; color: #7f83bd; list-style: none; }