Team:TU Darmstadt/css

From 2012.igem.org

(Difference between revisions)
Line 17: Line 17:
     background-color:#F0F0F0;
     background-color:#F0F0F0;
     border:none;
     border:none;
-
}
 
-
sup,sub{
 
-
font-size:81% !important;
 
-
line-height:0;
 
-
}
 
-
pre,code{
 
-
font-family:"Lucida Console","Courier New",Courier,monospace;
 
}
}

Revision as of 19:07, 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:#F0F0F0; font-family:Tahoma,Arial,Helvetica,sans-serif; line-height:1.6em; } em{ font-style:italic; }

  1. footer-box{
   background-color:#F0F0F0;
   border:none;

}