Team:ETH Zurich/Templates/stylesheet
From 2013.igem.org
(Difference between revisions)
(64 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | body, p, | + | body, p, li, ol, ul { |
- | color: | + | color:black; |
font-family: Verdana; | font-family: Verdana; | ||
- | font-size: | + | font-size:14px; |
- | + | ||
} | } | ||
- | h1 | + | a.frog{display: block; position: relative; top: -110px;visibility:hidden} |
- | color: | + | |
+ | h1 { | ||
+ | color:Grey; | ||
font-family: Verdana; | font-family: Verdana; | ||
- | font-size: | + | font-size:18px; |
} | } | ||
- | |||
- | |||
- | |||
- | |||
.member_name { | .member_name { | ||
font-weight:bold; | font-weight:bold; | ||
Line 25: | Line 23: | ||
} | } | ||
- | a { | + | .member_function { |
- | color: | + | font-family:Arial; |
+ | } | ||
+ | |||
+ | a:link { | ||
+ | color: Royalblue; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color: Royalblue; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: Blue; | ||
+ | } | ||
+ | |||
+ | /*a:hover { | ||
+ | color: rgb(0,200,200); | ||
+ | }*/ | ||
+ | |||
+ | .mid_img { | ||
+ | margin: 0 auto; | ||
+ | } | ||
+ | |||
+ | #eth_content .thumbcaption { | ||
+ | font-size:12px !important; | ||
+ | } | ||
+ | |||
+ | dl { | ||
+ | font-size:10px !important; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 15:43, 28 October 2013