Team:TU Darmstadt/css

From 2012.igem.org

(Difference between revisions)
Line 6: Line 6:
** 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
** 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{
body{
background-color:#fff;
background-color:#fff;

Revision as of 18:41, 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{ background-color:#fff; color:#333; font-family:Tahoma,Arial,Helvetica,sans-serif; font-size:11px; line-height:1.6em; }