Template:MIT-style
From 2011.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
a:hover { | a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
+ | } | ||
+ | table { | ||
+ | font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif; | ||
+ | font-size:12px; | ||
+ | background:#fff; | ||
+ | border-collapse:collapse; | ||
+ | text-align:left; | ||
+ | margin:20px; | ||
+ | } | ||
+ | |||
+ | table th { | ||
+ | font-size:14px; | ||
+ | font-weight:normal; | ||
+ | color:#039; | ||
+ | border-bottom:2px solid #6678b1; | ||
+ | padding:10px 8px; | ||
+ | } | ||
+ | |||
+ | table td { | ||
+ | color:#669; | ||
+ | padding:9px 8px 0; | ||
} | } | ||
Revision as of 23:34, 28 September 2011