Team:Heidelberg/tables

From 2010.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 43: Line 43:
table.pgrouptable {
table.pgrouptable {
-
    margin: 1em 1em 1em 0;
+
font-family: calibri, sans-serif;
-
    background: #f9f9f9;
+
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, .pgrouptable td {
+
 
 +
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 th {
+
table.pgrouptable td {
-
     background: #f2f2f2;
+
border: 1px solid rgb(61,61,61);
-
     text-align: center;
+
     border: 1px #aaa solid;
 +
color: #000;
 +
     padding: 0.2em;
 +
font-size: 11px;
 +
line-height: 12px;
}
}
-
.pgrouptable caption {
 
-
    font-weight: bold;
 
-
}
 
-
 
/* Zebra-Tabellen - nicht für IE....*/
/* Zebra-Tabellen - nicht für IE....*/

Latest revision as of 12:03, 23 October 2010