Team:UT-Tokyo/Templates/BeginContent
From 2011.igem.org
(Difference between revisions)
Line 98: | Line 98: | ||
font: 15px/20px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; | font: 15px/20px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; | ||
margin-bottom: 16px; | margin-bottom: 16px; | ||
+ | } | ||
+ | |||
+ | #pageContent table { | ||
+ | margin-left: 10px; | ||
+ | color: #ddd; | ||
+ | border-spacing: 0; | ||
+ | font: 12px/18px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | #pageContent table caption { | ||
+ | color: #fff; | ||
+ | font: Bold 18px/20px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; | ||
+ | text-align: left; | ||
+ | margin-bottom: 6px; | ||
+ | } | ||
+ | |||
+ | #pageContent table tr th { | ||
+ | background-color: #383838; | ||
+ | font-weight: bold; | ||
+ | color: #fff; | ||
+ | padding: 8px 5px; | ||
+ | } | ||
+ | |||
+ | #pageContent table tr td { | ||
+ | padding: 5px; | ||
+ | background-color: #383838; | ||
+ | } | ||
+ | #pageContent table tr:nth-child(even) td { | ||
+ | background-color: #393F40; | ||
+ | } | ||
+ | |||
+ | #pageContent table tr td.number { | ||
+ | text-align: right; | ||
} | } | ||
Revision as of 20:46, 13 September 2011