Template:TU-Delft css
From 2012.igem.org
(Difference between revisions)
(14 intermediate revisions not shown) | |||
Line 260: | Line 260: | ||
#nav { | #nav { | ||
margin: 0; | margin: 0; | ||
- | background:# | + | background:#AEC245; |
line-height: 35px; | line-height: 35px; | ||
- | border-bottom: 0px solid #6699cc; | + | border-bottom: 0px solid #6699cc; |
+ | color: #3b3b3b; | ||
} | } | ||
Line 285: | Line 286: | ||
#nav li a:hover { | #nav li a:hover { | ||
- | background: # | + | background: #336699; |
color: #fff; | color: #fff; | ||
+ | font-size:20px; | ||
} | } | ||
Line 292: | Line 294: | ||
/* sub levels link hover */ | /* sub levels link hover */ | ||
#nav ul li:hover a, #nav li:hover li a { | #nav ul li:hover a, #nav li:hover li a { | ||
- | background: # | + | background: #AEC245; /* Huvudbakgrund för dropdown. */ |
border: none; | border: none; | ||
color: #fff; | color: #fff; | ||
} | } | ||
#nav ul a:hover { | #nav ul a:hover { | ||
- | background: # | + | background: #336699!important; /* <- musöver på dorpdown. TA INTE BORT !IMPORTANT*/ |
color: #fff !important; | color: #fff !important; | ||
} | } | ||
Line 326: | Line 328: | ||
line-height: 35px; | line-height: 35px; | ||
} | } | ||
- | + | ||
/* rounded corners of first and last link */ | /* rounded corners of first and last link */ |
Latest revision as of 22:42, 4 September 2012