Template:Team:BostonU/CSS
From 2014.igem.org
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 85: | Line 85: | ||
a:link { | a:link { | ||
color: #F79042; | color: #F79042; | ||
+ | font-weight=500; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
a:visited { | a:visited { | ||
text-decoration: none; | text-decoration: none; | ||
+ | font-weight=500; | ||
color: #F79042; | color: #F79042; | ||
} | } | ||
Line 159: | Line 161: | ||
maincontent{ | maincontent{ | ||
+ | font-weight:100; | ||
+ | font-size:14px; | ||
text-align:justify; | text-align:justify; | ||
} | } | ||
Line 279: | Line 283: | ||
/* dropdown */ | /* dropdown */ | ||
- | #nav | + | #nav li:hover > ul { |
display: block; | display: block; | ||
opacity:1; | opacity:1; | ||
Line 290: | Line 294: | ||
/* level 2 list */ | /* level 2 list */ | ||
#nav ul { | #nav ul { | ||
- | + | display: none; | |
opacity:0; | opacity:0; | ||
margin: 20px 0 0 0; | margin: 20px 0 0 0; |
Latest revision as of 01:10, 18 October 2014