Team:Freiburg Bioware/css font

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> /* css for presentation sites, not for journal */ - Remove padding and margin: * { margin: 0; padding: 0; border: 0; } </style)
Line 1: Line 1:
<html>
<html>
<style>
<style>
 +
/* default styles to avoid unprofessional handling */
 +
{{:Team:Freiburg_Bioware/default_css}}
/* css for presentation sites, not for journal */
/* css for presentation sites, not for journal */
Line 10: Line 12:
     border: 0;  
     border: 0;  
}
}
 +
 +
body
 +
    {
 +
    font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
 +
    /* background: url(/images/wallpaper.png) repeat; */
 +
    color: #000000;   
 +
    text-align:center;
 +
}
 +
 +
#wrapper
 +
    { 
 +
    width:980px; 
 +
    text-align:left; 
 +
    margin-left:auto; 
 +
    margin-right:auto; 
 +
    background-color: #FFFFFF;
 +
}
 +
 +
h1
 +
    {
 +
    font-size: 2.2em;
 +
}
 +
   
 +
h2
 +
    {
 +
    font-size: 2.0em;   
 +
}
 +
   
 +
h3
 +
    {
 +
    font-size: 1.8em;
 +
}
 +
   
 +
h4
 +
    {
 +
    font-size: 1.6em;   
 +
}
 +
   
 +
h5
 +
    {
 +
    font-size: 1.4em;   
 +
}
 +
   
 +
p
 +
    {
 +
    font-size: 1.2em;
 +
</style
</style

Revision as of 18:37, 6 October 2010