Template:Template HD 1
From 2011.igem.org
(Difference between revisions)
Line 112: | Line 112: | ||
height: 25px; | height: 25px; | ||
padding: 0 17px; | padding: 0 17px; | ||
- | color: # | + | color: #A60901; |
font: bold 15px/25px Arial, Helvetica; | font: bold 15px/25px Arial, Helvetica; | ||
text-decoration: none; | text-decoration: none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 144: | Line 139: | ||
left: 15px; | left: 15px; | ||
z-index: 99999; | z-index: 99999; | ||
- | background: | + | background: #A60901; |
} | } | ||
Line 171: | Line 166: | ||
line-height: 1; | line-height: 1; | ||
display: block; | display: block; | ||
+ | color: #ffffff; | ||
white-space: nowrap; | white-space: nowrap; | ||
float: none; | float: none; | ||
Line 190: | Line 186: | ||
#menu ul a:hover | #menu ul a:hover | ||
{ | { | ||
- | background: | + | background: #269434; |
} | } | ||
#menu ul li:first-child a | #menu ul li:first-child a | ||
{ | { | ||
- | -moz-border-radius: | + | -moz-border-radius: 15px 15px 0 0; |
- | border-radius: | + | border-radius: 15px 15px 0 0; |
} | } | ||
Line 203: | Line 199: | ||
content: ''; | content: ''; | ||
position: absolute; | position: absolute; | ||
- | left: | + | left: 10px; |
top: -8px; | top: -8px; | ||
width: 0; | width: 0; | ||
height: 0; | height: 0; | ||
- | border-left: | + | border-left: 15px solid transparent; |
- | border-right: | + | border-right: 15px solid transparent; |
- | border-bottom: 8px solid # | + | border-bottom: 8px solid #000; |
} | } | ||
Line 219: | Line 215: | ||
#menu ul li:last-child a | #menu ul li:last-child a | ||
{ | { | ||
- | -moz-border-radius: 0 0 | + | -moz-border-radius: 0 0 15px 15px; |
- | border-radius: 0 0 | + | border-radius: 0 0 15px 15px; |
} | } | ||
Revision as of 01:28, 17 October 2011