Template:Team:HokkaidoU Japan/css/typography.css

From 2011.igem.org

(Difference between revisions)
 
(4 intermediate revisions not shown)
Line 32: Line 32:
h1, h2, h3, h4, h5, h6{
h1, h2, h3, h4, h5, h6{
     font-family: 'Josefin Sans', sans-serif;
     font-family: 'Josefin Sans', sans-serif;
-
     font-weight: bold;
+
     font-weight: normal;
     letter-spacing: 0.15em;
     letter-spacing: 0.15em;
     margin: 2em 0 1em 0;
     margin: 2em 0 1em 0;
Line 43: Line 43:
h1{  
h1{  
     border-bottom: 1px solid #e4e4e4;
     border-bottom: 1px solid #e4e4e4;
 +
    line-height: 1.2em;
}
}
h2{
h2{
Line 59: Line 60:
     -moz-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     border-radius: 4px;
 +
}
 +
table{
 +
    border-collapse: collapse;
 +
    border: 1px solid #ababab;
 +
    font-size: 100%;
 +
}
 +
table th, table td{
 +
    padding: 0.4em 0.6em;
}
}
</style></html>
</style></html>

Latest revision as of 11:13, 5 October 2011