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: | + | 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; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
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;*/ |
} | } | ||
- | + | #human a { | |
+ | background: #666666; | ||
+ | border-top: 2px solid #444444; | ||
+ | border-bottom: 20px solid #444444; | ||
+ | } | ||
- | # | + | |
- | + | #world_map { | |
- | + | margin: 0px 0px 0px 0px; | |
- | + | border: 3px outset #444444; | |
- | + | float: left; | |
- | + | ||
- | border: | + | |
- | + | ||
} | } | ||
+ | |||
</style> | </style> | ||
</html> | </html> |
Revision as of 13:03, 17 October 2010