Team:Minnesota/Templates/cssStyle
From 2014.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <style | + | <style> |
- | + | ||
@CHARSET "ISO-8859-1"; | @CHARSET "ISO-8859-1"; | ||
/* Reset CSS | /* Reset CSS | ||
Line 51: | Line 50: | ||
/* Custom CSS | /* Custom CSS | ||
* --------------------------------------- */ | * --------------------------------------- */ | ||
+ | |||
body{ | body{ | ||
font-family: arial,helvetica; | font-family: arial,helvetica; | ||
Line 78: | Line 78: | ||
#menu li { | #menu li { | ||
display:inline-block; | display:inline-block; | ||
- | margin: | + | margin: .6%; |
color: #000; | color: #000; | ||
background:#fff; | background:#fff; | ||
Line 87: | Line 87: | ||
#menu li.active{ | #menu li.active{ | ||
background:#666; | background:#666; | ||
- | background: rgba(0,0,0, 0. | + | background: rgba(0,0,0, 0.25%); |
color: #fff; | color: #fff; | ||
} | } | ||
Line 102: | Line 102: | ||
#menu li a, | #menu li a, | ||
#menu li.active a{ | #menu li.active a{ | ||
- | padding: | + | padding: 5px 20px; |
display:block; | display:block; | ||
} | } | ||
Line 112: | Line 112: | ||
top:0; | top:0; | ||
left:0; | left:0; | ||
- | height: | + | height: 10%; |
z-index: 70; | z-index: 70; | ||
width: 100%; | width: 100%; | ||
Line 121: | Line 121: | ||
position: fixed; | position: fixed; | ||
z-index: 99; | z-index: 99; | ||
- | right: | + | right: 10%; |
- | top: | + | top: 3%; |
} | } | ||
#download{ | #download{ | ||
Line 245: | Line 245: | ||
z-index: 999; | z-index: 999; | ||
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 07:39, 15 October 2014