Team:Potsdam Bioware/css

From 2012.igem.org

(Difference between revisions)
 
(15 intermediate revisions not shown)
Line 4: Line 4:
html,body {height:100%;margin:0;padding:0;}
html,body {height:100%;margin:0;padding:0;}
 +
body {
body {
background-image: url(https://static.igem.org/mediawiki/2012/3/33/Antibody.jpg);
background-image: url(https://static.igem.org/mediawiki/2012/3/33/Antibody.jpg);
         background-repeat:repeat-y repeat-x;
         background-repeat:repeat-y repeat-x;
-
 
+
       
}
}
.gradient_golden {
.gradient_golden {
Line 60: Line 61:
}
}
 +
#menu .selected {
 +
  background-color:#B41111;
 +
  height: 27px;
 +
  border-top-right-radius: 5px;
 +
  border-top-left-radius: 5px;
 +
}
#menu {
#menu {
Line 90: Line 97:
   position: absolute;  
   position: absolute;  
   margin : 0px;
   margin : 0px;
 +
  padding: 0px;
 +
}
 +
 +
#menu ul ul {
   padding: 0px;
   padding: 0px;
}
}
Line 101: Line 112:
#menu li ul li:hover {
#menu li ul li:hover {
   height:auto;
   height:auto;
 +
  float:none;
 +
  text-align:left;
}
}

Latest revision as of 17:13, 20 October 2012