Team:Freiburg Bioware/css font

From 2010.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 4: Line 4:
body{
body{
font-family:verdana,arial,helvetica,geneva,sans-serif;
font-family:verdana,arial,helvetica,geneva,sans-serif;
 +
background:#fff;
}
}
-
.news_ticker{
+
.news{
font-size:1.17em;
font-size:1.17em;
}
}
Line 15: Line 16:
a, a:visited, a:active, a:hover, a h5 {
a, a:visited, a:active, a:hover, a h5 {
-
color: #030659;
+
color: #1010b8;
}
}
 +
a.onlyAnchor { text-decoration:none; color:#333; }
h1, h2, h3, h4, h5 {
h1, h2, h3, h4, h5 {
Line 30: Line 32:
}
}
-
h1 {
+
#bodyContent h1 {
display: block;
display: block;
font-size: 2em;
font-size: 2em;
-
margin: .67em 0;
+
margin: 20px 0 30px 0;
font-weight: bolder;
font-weight: bolder;
text-align:left;
text-align:left;
}
}
-
h2 {
+
#bodyContent h2 {
display: block;
display: block;
font: x-small sans-serif;
font: x-small sans-serif;
Line 76: Line 78:
text-align: justify;
text-align: justify;
}
}
 +
 +
.box_home_small p {
 +
text-align:left;
 +
margin:0 10px 0;
 +
}
 +
 +
#bodyContent .box_home_small h2 {
 +
margin-bottom:5px;
 +
}
 +
.box_home p {
.box_home p {
margin: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
Line 84: Line 96:
margin: 20px 10px 20px 10px;
margin: 20px 10px 20px 10px;
text-align: justify;
text-align: justify;
-
}
 
-
box_home_small p {
 
-
margin: 10px;
 
}
}
 +
/* table */
/* table */
Line 98: Line 108:
padding:10px;
padding:10px;
border: none;
border: none;
 +
}
 +
table.highlights td {
 +
background: white;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 02:45, 28 October 2010