Team:TU Darmstadt/css

From 2012.igem.org

(Difference between revisions)
Line 14: Line 14:
color: #838B91;
color: #838B91;
display: block;
display: block;
 +
}
 +
body{
 +
background-color:#fff;
 +
color:#333;
 +
font-family:Tahoma,Arial,Helvetica,sans-serif;
 +
font-size:11px;
 +
line-height:1.6em;
}
}

Revision as of 18:40, 16 August 2012

/*

    • TU Darmstadt like 'First Spirit' style sheet for CSS2-capable browsers.
    • Copyright iGEM Team 2012 TU Darmstadt - http://www.igem.tu-darmstadt.de/
    • License: GPL (http://www.gnu.org/copyleft/gpl.html)
    • Based on the corporate design of the Technische Universität Darmstadt http://www.webteam.tu-darmstadt.de/tu_web/index.de.jsp by TU Darmstadt Web Development
  • /

body { margin: 0; padding: 0; background: #749865 ; font: x-small sans-serif; /* line-height: 1.8em; */ color: #838B91; display: block; } body{ background-color:#fff; color:#333; font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:11px; line-height:1.6em; }