Template:Team:Calgary/ContentCSS
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <style> .Content { padding: 50px 6%; } .Color-Light { background: #CACACA; color: #6E6E6E; } .Color-Medium { background: #747474; color: #F4F4F4; } .Color-Dark { ...") |
|||
(5 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
.Content { | .Content { | ||
+ | position: absolute; | ||
padding: 50px 6%; | padding: 50px 6%; | ||
+ | top: 100px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .Content p { | ||
+ | font: 16px/125% Georgia, serif; | ||
+ | } | ||
+ | |||
+ | .Content h1, .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 { | ||
+ | font-family: Verdana, Geneva, sans-serif; | ||
+ | line-height: 150%; | ||
+ | } | ||
+ | .Content h1 { | ||
+ | font-weight: bold; | ||
+ | border-bottom: #F1F1F1 3px solid | ||
+ | } | ||
+ | |||
+ | .Content h2, .Content h3, .Content h4, .Content h5, .Content h6 { | ||
+ | margin-top: 20px; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | .Content h1 { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | |||
+ | .Content h2 { | ||
+ | font-size: 26px; | ||
+ | } | ||
+ | |||
+ | .Content h3 { | ||
+ | font-size: 22px; | ||
+ | } | ||
+ | |||
+ | .Content h4 { | ||
+ | font-size: 20px; | ||
+ | } | ||
+ | |||
+ | .Content h5 { | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | .Content h6 { | ||
+ | font-size: 16px; | ||
} | } | ||
.Color-Light { | .Color-Light { | ||
background: #CACACA; | background: #CACACA; | ||
+ | color: #6E6E6E; | ||
+ | } | ||
+ | |||
+ | .Color-Light h1, .Color-Light h2, .Color-Light h3, .Color-Light h4, .Color-Light h5, .Color-Light h6 { | ||
color: #6E6E6E; | color: #6E6E6E; | ||
} | } | ||
Line 12: | Line 61: | ||
.Color-Medium { | .Color-Medium { | ||
background: #747474; | background: #747474; | ||
+ | color: #F4F4F4; | ||
+ | } | ||
+ | |||
+ | .Color-Medium h1, .Color-Medium h2, .Color-Medium h3, .Color-Medium h4, .Color-Medium h5, .Color-Medium h6 { | ||
color: #F4F4F4; | color: #F4F4F4; | ||
} | } | ||
Line 17: | Line 70: | ||
.Color-Dark { | .Color-Dark { | ||
background: #2A2A2A; | background: #2A2A2A; | ||
+ | color: #F1F1F1; | ||
+ | } | ||
+ | |||
+ | .Color-Dark h1, .Color-Dark h2, .Color-Dark h3, .Color-Dark h4, .Color-Dark h5, .Color-Dark h6 { | ||
color: #F1F1F1; | color: #F1F1F1; | ||
} | } | ||
Line 25: | Line 82: | ||
} | } | ||
- | . | + | .Color-Blue h1, .Color-Blue h2, .Color-Blue h3, .Color-Blue h4, .Color-Blue h5, .Color-Blue h6 { |
- | + | color: #F4F4F4; | |
} | } | ||
Latest revision as of 01:19, 29 September 2014