Team:Freiburg Bioware/css font

From 2010.igem.org

(Difference between revisions)
 
(46 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
-
a {
+
body{
-
color: red
+
font-family:verdana,arial,helvetica,geneva,sans-serif;
 +
background:#fff;
}
}
-
h1, h2, h3, h4 {
+
.news{
 +
font-size:1.17em;
 +
}
 +
 
 +
#content{
 +
color: #333
 +
}
 +
 
 +
a, a:visited, a:active, a:hover, a h5 {
 +
color: #1010b8;
 +
}
 +
a.onlyAnchor { text-decoration:none; color:#333; }
 +
 
 +
h1, h2, h3, h4, h5 {
text-dekoration:none;
text-dekoration:none;
 +
padding:0px 0px 0px 0px;
 +
border: none;
 +
color: #333;
 +
text-align: left;
}
}
-
h1 {
+
.bold {
 +
font-weight: bolder;
 +
}
 +
 
 +
#bodyContent h1 {
display: block;
display: block;
font-size: 2em;
font-size: 2em;
-
color: #444444;
+
margin: 20px 0 30px 0;
-
margin: .67em 0
+
-
text-align: center;
+
font-weight: bolder;
font-weight: bolder;
 +
text-align:left;
}
}
-
h2 {
+
#bodyContent h2 {
display: block;
display: block;
font: x-small sans-serif;
font: x-small sans-serif;
font-size: 1.5em;
font-size: 1.5em;
-
color: #444444;
 
margin: .75em 0;
margin: .75em 0;
-
text-align: center;
+
text-align: left;
font-weight: bolder;
font-weight: bolder;
-
border-bottom: 1px solid #aaa;
+
border-bottom: solid #555 1px;
 +
margin:0 0 0 0;
 +
padding-bottom: 2px;
}
}
Line 33: Line 55:
display: block;
display: block;
font-size: 1.17em;
font-size: 1.17em;
-
color: #444444;
 
margin: .83em 0;
margin: .83em 0;
-
text-align: center;
+
text-align: left;
font-weight: bolder;
font-weight: bolder;
}
}
Line 41: Line 62:
h4 {
h4 {
display: block;
display: block;
-
color: #444444;
 
margin: 1.12em 0
margin: 1.12em 0
text-align: center;
text-align: center;
font-weight: bolder;
font-weight: bolder;
 +
font-size: 1em;
 +
}
 +
h5 {
 +
display: inline;
 +
font-feight: bolder;
 +
font-size:0.9em;
}
}
p.standard {
p.standard {
font-size: 12px;
font-size: 12px;
-
color: #444444;
 
margin: 20px 10px 20px 10px;
margin: 20px 10px 20px 10px;
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 {
 +
margin: 10px 10px 10px 10px;
 +
text-align: left;
 +
}
p {
p {
font-size: 12px;
font-size: 12px;
-
color: #444444;
 
margin: 20px 10px 20px 10px;
margin: 20px 10px 20px 10px;
text-align: justify;
text-align: justify;
}
}
 +
 +
 +
/* table */
 +
table {
 +
color:#333;
 +
border-collapse:collapse;
 +
background:transparent;
 +
}
 +
td {
 +
padding:10px;
 +
border: none;
 +
}
 +
table.highlights td {
 +
background: white;
 +
}
 +
</style>
</style>
</html>
</html>

Latest revision as of 02:45, 28 October 2010