Template:Team:BostonU/CSS
From 2014.igem.org
(Difference between revisions)
(6 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 247: | Line 251: | ||
ul#nav > li > a { | ul#nav > li > a { | ||
- | |||
line-height:10px; | line-height:10px; | ||
border-left:solid 3px #bbb; | border-left:solid 3px #bbb; | ||
Line 281: | Line 284: | ||
/* dropdown */ | /* dropdown */ | ||
#nav li:hover > ul { | #nav li:hover > ul { | ||
- | + | display: block; | |
opacity:1; | opacity:1; | ||
margin:0; | margin:0; | ||
Line 291: | 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