Team:Northwestern/Templates/Escape
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | */ | ||
+ | |||
+ | #top-section { | ||
+ | height: 1px; | ||
+ | font: "Source Sans Pro", 12px, #000;} | ||
+ | |||
+ | #top-section { /*-- styling for default menu bar (edit, page, history, etc.) --*/ | ||
+ | background-color: transparent; | ||
+ | border: 0 none; | ||
+ | height: 14px; | ||
+ | z-index: 100; | ||
+ | top: 0; | ||
+ | position: fixed; | ||
+ | width: 975px; | ||
+ | left: 50%; | ||
+ | margin-left: -487px; | ||
+ | } | ||
+ | |||
+ | #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; | ||
+ | } | ||
/*********************************************************************************/ | /*********************************************************************************/ |
Revision as of 20:28, 18 July 2014