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