Template:North America 2013 Page CSS
From 2013.igem.org
(Difference between revisions)
Line 768: | Line 768: | ||
/*--Menu Bar CSS--*/ | /*--Menu Bar CSS--*/ | ||
- | #navbarcontainer { width: 100%; | + | #navbarcontainer { |
+ | width: 100%; | ||
height: 35px; | height: 35px; | ||
- | background: # | + | background: #451700; |
margin-top:0px; | margin-top:0px; | ||
+ | font-size: 11px; | ||
} | } | ||
#navbar { width:975px; | #navbar { width:975px; | ||
Line 785: | Line 787: | ||
float: left; | float: left; | ||
border: 0px solid #fff; | border: 0px solid #fff; | ||
- | color: # | + | color: #451700; |
text-shadow: #000 1px 1px 1px; | text-shadow: #000 1px 1px 1px; | ||
padding:3px; line-height: 100%; | padding:3px; line-height: 100%; | ||
Line 806: | Line 808: | ||
position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/ | position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/ | ||
font-size: 1em; | font-size: 1em; | ||
- | background: # | + | background: #451700/*--url(https://static.igem.org/mediawiki/igem.org/c/c8/Navbar-3.gif) repeat-x--*/; |
z-index: 6; | z-index: 6; | ||
} | } | ||
Line 828: | Line 830: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | ul#topnav li:hover { background: # | + | ul#topnav li:hover { background: #993300 url(topnav_active.gif) repeat-x; } |
ul#topnav li span { | ul#topnav li span { | ||
float: left; | float: left; | ||
Line 837: | Line 839: | ||
display: none; /*--Hide by default--*/ | display: none; /*--Hide by default--*/ | ||
width: 720px; | width: 720px; | ||
- | background: # | + | background: #993300; |
color: #fff; | color: #fff; | ||
/*--Bottom right rounded corner--*/ | /*--Bottom right rounded corner--*/ |
Revision as of 17:57, 11 September 2013