Team:UNITS Trieste/style.css

From 2011.igem.org

(Difference between revisions)
Line 52: Line 52:
table {
table {
border-collapse: collapse;
border-collapse: collapse;
-
border-spacing: 0;
+
width: 50%;
 +
margin: 24px;
 +
font-size: 1.1em;
}
}
 +
th {
 +
background: #3e83c9;
 +
color: #fff;
 +
font-weight: bold;
 +
padding: 2px 11px;
 +
text-align: left;
 +
border-right: 1px solid #fff;
 +
line-height: 1.2;
 +
}
 +
td {
 +
padding: 6px 11px;
 +
border-bottom: 1px solid #95bce2;
 +
vertical-align: top;
 +
}
 +
td * {
 +
padding: 6px 11px;
 +
}
 +
tr.alt td {
 +
background: #ecf6fc;
 +
}
 +
tr.over td, tr:hover td {
 +
background: #bcd4ec;
 +
}
a img {
a img {
border: none;
border: none;

Revision as of 08:00, 10 August 2011

/* Theme Name: IGEM-UNITS_Trieste
Theme URI: https://2011.igem.org/team:UNITS_Trieste
Description: UNITS_Trieste Theme
Author: the UNITS_Trieste team
Version: 1.0
License: GNU General Public License

*/