User:Maiko/chiba.css
From 2008.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
} | } | ||
- | table a, table a:visited{ | + | table .class a, table .class a:visited{ |
color:#e9967a; | color:#e9967a; | ||
} | } |
Revision as of 11:52, 29 October 2008
h1,h2,h3,h4,h5,h6{ font-family:"Arial"; font-weight:bold; } h2{ border-bottom:3px solid #e9967a; padding:5px 10px; margin-top:40px; text-align:center; } h3{ border-bottom:1px dotted #888888; border-left:10px solid #e9967a; padding:3px 10px; margin-top:15px; } a:visited{ color:#0000ff; } table .class a, table .class a:visited{ color:#e9967a; } th{ background-color:Maroon; } p{ margin-left:20px; margin-right:20px; }