Team:USP-UNESP-Brazil/Templates/Header
From 2012.igem.org
(Difference between revisions)
Line 76: | Line 76: | ||
border: none; | border: none; | ||
} | } | ||
+ | |||
+ | /***** Menu Bar Hack - START *****/ | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
Line 87: | Line 89: | ||
} | } | ||
- | #menubar li a { | + | #menubar li a, footer-box li a, #footer li a{ |
background-color: transparent; | background-color: transparent; | ||
} | } | ||
- | #menubar:hover { | + | |
+ | #menubar:hover, #footer-box:hover, #footer:hover{ | ||
color: white; | color: white; | ||
} | } | ||
- | #menubar li a { | + | |
+ | #menubar li a, #footer-box li a, footer li a{ | ||
color: transparent; | color: transparent; | ||
} | } | ||
- | #menubar:hover li a { | + | |
+ | #menubar:hover li a, #footerbox:hover li a, #footer:hover li a{ | ||
color: white; | color: white; | ||
} | } | ||
- | #menubar.right-menu{ | + | |
+ | #menubar.right-menu, #footerbox:hover li a, #footer:hover li a{ | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | /***** Menu Bar Hack - END *****/ | ||
+ | |||
+ | /***** Footer Box Hack - START *****/ | ||
+ | |||
+ | #footer-box{ | ||
+ | |||
/* WIKI HACKS - END */ | /* WIKI HACKS - END */ |
Revision as of 23:41, 30 August 2012