Team:Freiburg Software/css head

From 2010.igem.org

(Difference between revisions)
(New page: <html> <style> /* menu */ /* menu top */ #menu_top { width: 390px; height: 20px; - border: 1px solid blue;: float: right; } .menu_button_top a { width: 125px; height: 25px; margin...)
Line 46: Line 46:
#menu_left {
#menu_left {
width: 165px;
width: 165px;
-
height: 473px;
+
height: auto;
margin: 90px 0px 0px 0px;
margin: 90px 0px 0px 0px;
float: left;
float: left;
Line 85: Line 85:
.menu_button_left_sub a:hover {
.menu_button_left_sub a:hover {
opacity: 0.6;
opacity: 0.6;
-
}
 
-
 
-
#human a {
 
-
background: #666666;
 
-
border-top: 2px solid #444444;
 
}
}
Line 123: Line 118:
#subDeveloper a {
#subDeveloper a {
background: blue;
background: blue;
-
/*background: white url(http://www.molbiotech.uni-freiburg.de/iGEM/wiki2010/images/1/1a/Freiburg_10_software_colored_blue.png) no-repeat scroll center center;/*
+
/*background: white url(http://www.molbiotech.uni-freiburg.de/iGEM/wiki2010/images/1/1a/Freiburg_10_software_colored_blue.png) no-repeat scroll center center;*/
}
}
-
/* Link */
+
#human a {
 +
background: #666666;
 +
border-top: 2px solid #444444;
 +
border-bottom: 20px solid #444444;
 +
}
-
#link_synbiowave {
+
 
-
position: absolute;
+
#world_map {
-
left: 50%;
+
margin: 0px 0px 0px 0px;
-
top: 100px;
+
border: 3px outset #444444;
-
width: 100px;
+
float: left;
-
height: 100px;
+
-
border: 1px solid red;
+
-
z-index: 1;
+
}
}
 +
</style>
</style>
</html>
</html>

Revision as of 13:03, 17 October 2010