Team:Calgary Entrepreneurial/Sandbox
From 2013.igem.org
(Difference between revisions)
Line 269: | Line 269: | ||
/*Font positioning breaks at 1050px screen width*/ | /*Font positioning breaks at 1050px screen width*/ | ||
@media screen and (max-width: 1050px){ | @media screen and (max-width: 1050px){ | ||
+ | |||
+ | /**Wiki-specific CSS**/ | ||
+ | |||
+ | div#top-section{ /*the div containing the entire top bar*/ | ||
+ | background: #DEDEDE; | ||
+ | border: none; | ||
+ | height: 1.3em; | ||
+ | margin-bottom: 0px !important; | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | |||
+ | .left-menu li a, .right-menu li a { | ||
+ | color: #000 !important; | ||
+ | font-size: 0.7rem; | ||
+ | padding: 0 0.6em 0 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | .left-menu ul li, .right-menu ul li a{ | ||
+ | background: none; | ||
+ | color: #000 !important; | ||
+ | font-size: 0.7rem; | ||
+ | } | ||
+ | |||
+ | .left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active { | ||
+ | color: #000 !important; | ||
+ | font-size: 0.7rem; | ||
+ | } | ||
+ | |||
+ | /**End wiki-specific CSS**/ | ||
+ | |||
.logo{ | .logo{ |
Revision as of 04:36, 21 September 2013
Paragraph in black text
Paragraph text block for testing purposes.