Team:Wageningen UR/Templates/Page Header
From 2013.igem.org
(Difference between revisions)
Karrenbelt (Talk | contribs) |
Karrenbelt (Talk | contribs) |
||
Line 19: | Line 19: | ||
#menubar { | #menubar { | ||
display: table-cell; | display: table-cell; | ||
- | background: transparent; | + | background: transparent;} |
- | } | + | |
- | #menubar.left-menu { | + | #menubar.left-menu {width: 100%;} |
- | + | ||
- | } | + | |
- | #menubar.right-menu { | + | #menubar.right-menu {text-align: right;} |
- | + | ||
- | } | + | |
#menubar * { | #menubar * { | ||
color: transparent !important; | color: transparent !important; | ||
- | background: transparent !important; | + | background: transparent !important;} |
- | } | + | |
- | #top-section:hover #menubar * { | + | #top-section:hover #menubar * {color: blue !important;} |
- | + | ||
- | } | + | #top-section:hover #menubar.left-menu {background: rgba(255, 255, 255, 0.75) !important;} |
- | |||
- | |||
- | |||
/* Navigation | /* Navigation | ||
-------------------------------------------------*/ | -------------------------------------------------*/ |
Revision as of 21:36, 25 July 2013
Page title
List of templates:
- Team:Wageningen_UR/Templates/Page Header
- this page, include at the start of every page. This page contains all the css needed to style all of the pages.
- Team:Wageningen_UR/Templates/Page Footer
- include at the end of every page. This page contains all js for all the more complex functions in this wiki.
- Team:Wageningen_UR/Templates/Navigation
- edit the menu here