Template:Team:Concordia/CSS
From 2014.igem.org
(Difference between revisions)
Amitmalhotra (Talk | contribs) |
Amitmalhotra (Talk | contribs) |
||
Line 32: | Line 32: | ||
} | } | ||
+ | #top-section-bar { /*-- styling full width bar which hides behind default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color:transparent; | ||
+ | height: 14px; | ||
+ | display: block; | ||
+ | z-index: 10; | ||
+ | position: fixed; | ||
+ | width:100%; | ||
+ | top: 0; | ||
+ | } | ||
+ | |||
+ | #menubar a:link, #menubar a:visited { /*-- styling for default menu bar links (edit, page, history, etc.) --*/ | ||
+ | color:#FFF; | ||
+ | text-decoration: none; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar a:active, #menubar a:hover | ||
+ | { | ||
+ | color:#FFF; | ||
+ | text-decoration: underline; | ||
+ | background-color:transparent; | ||
+ | } | ||
/*Main Page and Generic Header + Body *****************************************/ | /*Main Page and Generic Header + Body *****************************************/ |
Revision as of 23:10, 12 August 2014