Team:Freiburg Software/css font

From 2010.igem.org

(Difference between revisions)
 
(44 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
-
<style>
+
<style type="text/css">
/* Font */
/* Font */
 +
 +
p {
 +
color: white;
 +
margin: 0px 0px 0px 5px;
 +
}
 +
 +
ul {
 +
color: white;
 +
}
 +
 +
code {
 +
background: #cccccc;
 +
color: black;
 +
}
p.main {
p.main {
Line 7: Line 21:
color: white;
color: white;
text-align: justify;
text-align: justify;
 +
margin: 15px 15px 15px 25px;
}
}
-
h1 {
+
p.caption {
 +
text-align: left;
 +
font-size: 11px;
color: white;
color: white;
 +
font-style: italic;
 +
text-align: justify;
 +
margin: 5px 5px 5px 5px;
}
}
-
u1 {
+
h1, h2, h3, h4, h5 {
-
font-size: 14px;
+
color: white;
color: white;
font-weight: bold;
font-weight: bold;
 +
text-decoration: none;
 +
border: none;
}
}
 +
h1 {
 +
margin: 20px 15px 15px 15px;
 +
font-size: 18px;
 +
}
 +
 +
h2 {
 +
margin: 15px 10px 10px 20px;
 +
font-size: 16px;
 +
}
 +
 +
h3 {
 +
margin: 15px 10px 10px 25px;
 +
font-size: 12px;
 +
font-weight: bolder;
 +
}
 +
 +
 +
h5 {
 +
margin: 5px 5px 5px 5px;
 +
font-size: 12px;
 +
text-align: center;
 +
text-decoration: none;
 +
}
 +
 +
p a {
 +
color: yellow;
 +
}
 +
p a:visited {
 +
color: #ffff77;
 +
}
 +
 +
.team_bolder {
 +
font-weight: bolder;
 +
vertical-align: top;
 +
width: 150px;
 +
}
</style>
</style>

Latest revision as of 22:18, 27 October 2010