Template:MIT-style

From 2011.igem.org

(Difference between revisions)
(Undo revision 196435 by Supacalafrglstic (talk))
Line 7: Line 7:
     text-decoration: none;
     text-decoration: none;
}
}
 +
a:hover {
a:hover {
     text-decoration: underline;
     text-decoration: underline;
 +
}
 +
#minimalist {
 +
    font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 +
    font-size:12px;
 +
    background:#fff;
 +
    border-collapse:collapse;
 +
    text-align:left;
 +
    margin:20px;
 +
}
 +
 +
#minimalist th {
 +
    font-size:14px;
 +
    font-weight:normal;
 +
    color:#039;
 +
    border-bottom:2px solid #6678b1;
 +
    padding:10px 8px;
 +
}
 +
 +
#minimalist td {
 +
    color:#669;
 +
    padding:9px 8px 0;
}
}

Revision as of 23:43, 28 September 2011