Team:HUST-China/Templates/css2
From 2011.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | /* navigation */ | ||
+ | |||
/* navigation */ | /* navigation */ | ||
Line 23: | Line 25: | ||
#nav { | #nav { | ||
- | |||
font-family: Arial, Helvetica, sans-serif; | font-family: Arial, Helvetica, sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
- | |||
- | |||
height: 43px; | height: 43px; | ||
} | } | ||
Line 33: | Line 32: | ||
#nav .last { | #nav .last { | ||
padding-right: 2px; | padding-right: 2px; | ||
- | + | /* background-image:url(https://static.igem.org/mediawiki/2011/5/59/USTC_Software_nav_button_sep.jpg);*/ | |
+ | /* background-repeat:no-repeat;*/ | ||
+ | /* background-position:right;*/ | ||
} | } | ||
Line 47: | Line 48: | ||
#nav .on { | #nav .on { | ||
color:#fff !important; | color:#fff !important; | ||
- | background- | + | background-color: gray; |
background-position: bottom left !important; | background-position: bottom left !important; | ||
} | } | ||
Line 63: | Line 64: | ||
#nav a:hover { | #nav a:hover { | ||
color:#fff; | color:#fff; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2011/0/00/USTC_Software_nav_button_bg.jpg); | ||
background-position: bottom left; | background-position: bottom left; | ||
} | } | ||
Line 82: | Line 84: | ||
width:9em; | width:9em; | ||
float:left; | float:left; | ||
- | background-color: # | + | background-color: #2e2e2e; |
background-image: none !important; | background-image: none !important; | ||
} | } | ||
Line 95: | Line 97: | ||
#nav li ul ul { | #nav li ul ul { | ||
+ | left:12em; | ||
margin:0px 0 0 10px; | margin:0px 0 0 10px; | ||
} | } |
Revision as of 09:53, 5 October 2011