Team:Freiburg Software/css font

From 2010.igem.org

(Difference between revisions)
 
(26 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<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 15px;  
+
margin: 15px 15px 15px 25px;
 +
}
 +
 
 +
p.caption {
 +
text-align: left;
 +
font-size: 11px;
 +
color: white;
 +
font-style: italic;
 +
text-align: justify;
 +
margin: 5px 5px 5px 5px;  
}
}
Line 18: Line 41:
h1 {
h1 {
-
margin: 20px 15px 15px 35px;
+
margin: 20px 15px 15px 15px;
font-size: 18px;
font-size: 18px;
}
}
h2 {
h2 {
-
margin: 15px 10px 10px 10px;
+
margin: 15px 10px 10px 20px;
font-size: 16px;
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 {
p a {
color: yellow;
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