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

From 2011.igem.org

(Difference between revisions)
 
(7 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 42: Line 42:
}
}
h1{  
h1{  
-
     /*border-bottom: 1px solid #e4e4e4;*/
+
     border-bottom: 1px solid #e4e4e4;
-
     border-left: 5px solid;
+
     line-height: 1.2em;
-
    padding-left: 8px;
+
}
}
h2{
h2{
-
     border-bottom: none;
+
     border-bottom: 1px dotted #e4e4e4;
-
}
+
-
h3{
+
-
    font-weight: normal;
+
-
   
+
}
}
ul, ol{
ul, ol{
Line 65: 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