Template:Team:BostonU/CSS
From 2014.igem.org
(Difference between revisions)
Line 37: | Line 37: | ||
} | } | ||
- | #menubar a:link | + | #menubar a:link, #menubar a:visited, { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ |
color:#FFF; | color:#FFF; | ||
text-decoration: none; | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar a:active, #menubar a:hover, #menubar:hover | ||
+ | { | ||
+ | color:#FFF; | ||
+ | text-decoration: underline; | ||
background-color: transparent; | background-color: transparent; | ||
} | } |
Revision as of 23:01, 17 June 2014