User:Maiko/chiba.css
From 2008.igem.org
< User:Maiko(Difference between revisions)
(30 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
h1,h2,h3,h4,h5,h6{ | h1,h2,h3,h4,h5,h6{ | ||
- | font-family:" | + | font-family:"Arial"; |
font-weight:bold; | font-weight:bold; | ||
} | } | ||
h2{ | h2{ | ||
- | border- | + | border-bottom:3px solid #e9967a; |
- | + | background:#e9967a; | |
- | background: #e9967a; | + | |
padding:5px 10px; | padding:5px 10px; | ||
- | margin-top: | + | margin-top:40px; |
+ | text-align:center; | ||
} | } | ||
h3{ | h3{ | ||
- | |||
border-left:10px solid #e9967a; | border-left:10px solid #e9967a; | ||
- | padding: | + | background:#dddddd; |
+ | padding:5px 10px; | ||
margin-top:15px; | margin-top:15px; | ||
} | } | ||
a:visited{ | a:visited{ | ||
- | color:#0000ff | + | color:#0000ff; |
} | } | ||
- | + | .menu a, .menu a:visited{ | |
color:#e9967a; | color:#e9967a; | ||
+ | } | ||
+ | |||
+ | #bodyContent{ | ||
+ | margin:5px; | ||
+ | } | ||
+ | |||
+ | .menu th{ | ||
+ | background-color:Maroon; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | margin-left:20px; | ||
+ | margin-right:20px; | ||
+ | } | ||
+ | |||
+ | .tbl td{ | ||
+ | border:1px solid #000000; | ||
+ | padding:5px; | ||
+ | } | ||
+ | |||
+ | .thumb tleft{ | ||
+ | margin:10px; | ||
} | } |
Latest revision as of 14:14, 20 October 2009
h1,h2,h3,h4,h5,h6{ font-family:"Arial"; font-weight:bold; } h2{ border-bottom:3px solid #e9967a; background:#e9967a; padding:5px 10px; margin-top:40px; text-align:center; } h3{ border-left:10px solid #e9967a; background:#dddddd; padding:5px 10px; margin-top:15px; } a:visited{ color:#0000ff; } .menu a, .menu a:visited{ color:#e9967a; } #bodyContent{ margin:5px; } .menu th{ background-color:Maroon; } p{ margin-left:20px; margin-right:20px; } .tbl td{ border:1px solid #000000; padding:5px; } .thumb tleft{ margin:10px; }