Team:UiOslo Norway/Include/Header
From 2014.igem.org
(Difference between revisions)
StianLagstad (Talk | contribs) |
StianLagstad (Talk | contribs) |
||
Line 31: | Line 31: | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | /* | + | /* Color on the top-section links */ |
- | + | #menubar a:link, #menubar a:visited { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | |
- | color: | + | color:#FFF; |
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar a:active, #menubar a:hover | ||
+ | { | ||
+ | color:#FFF; | ||
+ | text-decoration: underline; | ||
+ | background-color:transparent; | ||
} | } | ||
Revision as of 15:11, 14 August 2014