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...) |
|||
(34 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <style> | + | <style type="text/css"> |
/* menu */ | /* menu */ | ||
Line 7: | Line 7: | ||
#menu_top { | #menu_top { | ||
- | width: | + | width: 380px; |
height: 20px; | height: 20px; | ||
/*border: 1px solid blue;*/ | /*border: 1px solid blue;*/ | ||
Line 27: | Line 27: | ||
} | } | ||
.menu_button_top a:hover { | .menu_button_top a:hover { | ||
- | + | background: #777777; | |
- | + | ||
} | } | ||
Line 46: | Line 45: | ||
#menu_left { | #menu_left { | ||
width: 165px; | width: 165px; | ||
- | height: | + | height: auto; |
- | margin: | + | margin: 20px 0px 0px 0px; |
float: left; | float: left; | ||
border: 2px outset black; | border: 2px outset black; | ||
Line 60: | Line 59: | ||
font-size: 16px; | font-size: 16px; | ||
text-decoration: none; | text-decoration: none; | ||
- | color: | + | color: black; |
/*border: 1px solid blue;*/ | /*border: 1px solid blue;*/ | ||
text-indent: 20px; | text-indent: 20px; | ||
Line 66: | Line 65: | ||
} | } | ||
.menu_button_left a:hover { | .menu_button_left a:hover { | ||
- | opacity: 0. | + | opacity: 0.92; |
+ | color: white; | ||
} | } | ||
Line 77: | Line 77: | ||
font-size: 13px; | font-size: 13px; | ||
text-decoration: none; | text-decoration: none; | ||
- | color: | + | color: black; |
/*border: 1px solid blue;*/ | /*border: 1px solid blue;*/ | ||
text-indent: 50px; | text-indent: 50px; | ||
float: left; | float: left; | ||
- | |||
} | } | ||
.menu_button_left_sub a:hover { | .menu_button_left_sub a:hover { | ||
- | opacity: 0. | + | opacity: 0.92; |
- | + | color: white; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
#team a { | #team a { | ||
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/2/2d/Freiburg_10_software_button_green.png) no-repeat scroll center center; |
} | } | ||
- | # | + | #subTeam2010 a, #subTeamPic a, #subTeamCol a { |
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/5/52/Freiburg_10_software_colored_green.png) no-repeat scroll center center; |
} | } | ||
#project a { | #project a { | ||
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/6/69/Freiburg_10_software_button_yellow.png) no-repeat scroll center center; |
border-top: 2px solid #444444; | border-top: 2px solid #444444; | ||
- | |||
} | } | ||
- | # | + | #subProjectProspect a, #subProjectHistory a { |
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/b/b7/Freiburg_10_software_colored_yellow.png) no-repeat scroll center center; |
- | + | ||
} | } | ||
#user a { | #user a { | ||
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/1/15/Freiburg_10_software_button_red.png) no-repeat scroll center center; |
border-top: 2px solid #444444; | border-top: 2px solid #444444; | ||
} | } | ||
- | # | + | #subUserGuide a, #subUserRobot a { |
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/0/0a/Freiburg_10_software_colored_red.png) no-repeat scroll center center; |
} | } | ||
#developer a { | #developer a { | ||
- | background: white url( | + | background: white url(https://static.igem.org/mediawiki/2010/7/74/Freiburg_10_software_button_blue.png) no-repeat scroll center center; |
border-top: 2px solid #444444; | border-top: 2px solid #444444; | ||
} | } | ||
- | # | + | #subDeveloperGuide a, #subDeveloperTech a, #subDeveloperArch a, #subDeveloperAvai a { |
- | + | background: white url(https://static.igem.org/mediawiki/2010/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> |
Latest revision as of 18:25, 26 October 2010