Team:Wageningen UR/Templates/navMenupoint
From 2011.igem.org
(Difference between revisions)
(113 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <head> |
- | + | ||
- | < | + | <style type="text/css"> |
+ | |||
+ | ul li a:link { | ||
+ | font-family: arial, sans; | ||
+ | color: #01b0db; | ||
+ | text-decoration: none; | ||
+ | font-size: 13px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | ul li a:visited { | ||
+ | font-family: arial, sans; | ||
+ | color: #01b0db; | ||
+ | text-decoration: none; | ||
+ | font-size: 13px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | ul li a:hover { | ||
+ | font-family: arial, sans; | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | font-size: 13px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | ul li a:active { | ||
+ | font-family: arial, sans; | ||
+ | color: black; | ||
+ | text-decoration: none; | ||
+ | font-size: 13px; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | #sideBar | ||
+ | { | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/7/75/Navigationbackground_grey_WUR.png'); */ | ||
+ | float: right; | ||
+ | height: 100%; | ||
+ | /* margin: 20px 10px 0 30px; */ | ||
+ | padding-right: 5px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #navMenupoint { | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/a/ae/4menubar.png'); */ | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png'); */ | ||
+ | background-repeat: no-repeat; | ||
+ | position: center; | ||
+ | height: 37px; | ||
+ | padding-right: 3px; | ||
+ | margin-right: 5px; | ||
+ | border: dotted 1px transparent; | ||
+ | margin-left: -13px; | ||
+ | } | ||
+ | |||
+ | #navMenupoint.hovered, #navMenupoint:hover { | ||
+ | background-color: transparent; | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/e/e0/1menubar.png'); */ | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/4/43/3menubar.png'); */ | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/a/ae/4menubar.png'); */ | ||
+ | /* background-image: url('https://static.igem.org/mediawiki/2011/8/80/5menubar.png'); */ | ||
+ | /* border: dotted 1px #298BB6; | ||
+ | /* width: 88%; */ | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | </body> | ||
</html> | </html> |
Latest revision as of 22:38, 21 August 2011