Team:Tsinghua-A/css/tt c.css

From 2012.igem.org

(Difference between revisions)
(Created page with " table, th, td { border: 1px solid #D4E0EE; border-collapse: collapse; font-family: "Trebuchet MS", Arial, sans-serif; color: #555; } caption { font-size: 150%; font-weigh...")
 
Line 5: Line 5:
font-family: "Trebuchet MS", Arial, sans-serif;
font-family: "Trebuchet MS", Arial, sans-serif;
color: #555;
color: #555;
-
}
+
 +
}
caption {
caption {
Line 15: Line 16:
td, th {
td, th {
padding: 4px;
padding: 4px;
 +
text-align:center;
}
}
 +
 +
Line 24: Line 28:
background-color: rgb(0,118,167) !important;
background-color: rgb(0,118,167) !important;
}
}
-
 

Latest revision as of 17:38, 26 September 2012

table, th, td { border: 1px solid #D4E0EE; border-collapse: collapse; font-family: "Trebuchet MS", Arial, sans-serif; color: #555;

}

caption { font-size: 150%; font-weight: bold; margin: 5px; }

td, th { padding: 4px; text-align:center; }



tbody th { font-weight: bold; color:#ffffff; background-color: rgb(0,118,167) !important; }


tbody tr:nth-child(odd) { background: #FCFDFE; } tbody tr:hover {background:rgb(133,212,246);}

tbody tr:nth-child(even) { background: #F7F9FC; } tbody tr:hover {background:rgb(133,212,246);}



tfoot th, tfoot td { font-size: 85%; }