Team:Heidelberg/tables
From 2010.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 43: | Line 43: | ||
table.pgrouptable { | table.pgrouptable { | ||
- | + | font-family: calibri, sans-serif; | |
- | + | background-color: #f9f9f9; | |
+ | color: #000; | ||
+ | font-size: 12px; | ||
+ | line height: 11px; | ||
+ | width: 100%; | ||
+ | text-align:left; | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
+ | margin: 1em 1em 1em 0; | ||
} | } | ||
- | .pgrouptable th | + | |
+ | table.pgrouptable thead th { | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
+ | background-color: #AAAAAA; | ||
+ | text-align: center; | ||
} | } | ||
- | .pgrouptable | + | table.pgrouptable td { |
- | + | border: 1px solid rgb(61,61,61); | |
- | + | border: 1px #aaa solid; | |
+ | color: #000; | ||
+ | padding: 0.2em; | ||
+ | font-size: 11px; | ||
+ | line-height: 12px; | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
/* Zebra-Tabellen - nicht für IE....*/ | /* Zebra-Tabellen - nicht für IE....*/ |
Latest revision as of 12:03, 23 October 2010