Team:TU Darmstadt/css

From 2012.igem.org

(Difference between revisions)
Line 84: Line 84:
background-color: #6A8B22;
background-color: #6A8B22;
}
}
 +
#top{
#top{
-
position:absolute;
+
position:absolut;
top:45px;
top:45px;
height:145px;
height:145px;
 +
left:10px;
width: 220 px;
width: 220 px;
background-image:url('http://www.igem.tu-darmstadt.de/media/header/igem_1/Header_igem_agar.jpg');
background-image:url('http://www.igem.tu-darmstadt.de/media/header/igem_1/Header_igem_agar.jpg');
z-index:2;
z-index:2;
}
}

Revision as of 00:14, 17 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{ font:Tahoma sans-serif; background-color:#F0F0F0; font-color: #333 font-family:Tahoma,Arial,Helvetica,sans-serif; line-height:1.6em; } em{ font-style:italic; }

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

} h1 { border-bottom:1px solid #E5E5E5; font-size:109% !important; margin-top:9px; margin-bottom:1px; padding-bottom:3px }

  1. content{

border-top: 1px solid #333; border-bottom:thin solid #E5E5E5; border-left:thin solid #E5E5E5; border-right:thin solid #E5E5E5; } h1,h2,h3{ margin-bottom:.4em; margin-top:0; } h1{ font-size:127%; color: #b5b5b5 } h2{ font-size:109%; } h3{ font-size:100%; }

h2,h3 {color:#6A8B22}

  1. search-controls{

position: absolute; top: 27px; width: 215px; height: 13px; background-color: transparent; text-align: right; z-index: 9; } input.searchButton { margin: 1px 5px 0 10px; font-size: 95%; background:#fff url(http://www.tu-darmstadt.de/media/corporate_design/cd_grafiken/css-sprite.png) no-repeat 0 -2866px center; border-style:none; height:13px; width:14px; font-weight: bold; }

  1. searchInput {
   width: 10.9em;
   margin: 0;
   font-size: 95%;

}

  1. p-logo {

display: none; }

  1. top-section{

height: 17px; margin-top: 5px; margin-bottom: 2px; border: none; background-color: #6A8B22; }

  1. top{

position:absolut; top:45px; height:145px; left:10px; width: 220 px; background-image:url('http://www.igem.tu-darmstadt.de/media/header/igem_1/Header_igem_agar.jpg'); z-index:2; }