Template:Tsinghua:Common-Style
From 2014.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
margin: 0; | margin: 0; | ||
} | } | ||
- | h1, h2, h3 | + | |
- | padding- | + | h1, h2, h3 { |
- | padding- | + | font-weight: 100; |
+ | border-bottom: none; | ||
+ | padding-bottom: 0px; | ||
+ | padding-top: 0px; | ||
+ | background: none; | ||
+ | color: #7A0B0D; | ||
} | } | ||
+ | |||
+ | /* Normal text style */ | ||
+ | .normal { | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | .normal p{ | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .normal h1{ | ||
+ | font-size: 24px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | border-bottom: solid 1px #AAAAAA; | ||
+ | } | ||
+ | |||
+ | .normal h2{ | ||
+ | font-size: 20px; | ||
+ | font-weight: bold; | ||
+ | margin-bottom: 5px; | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | |||
+ | .normal h3{ | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | |||
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ | a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ | ||
border: none; | border: none; | ||
Line 377: | Line 412: | ||
display:none; | display:none; | ||
} | } | ||
+ | |||
Revision as of 07:20, 14 October 2014