Template:Team:UW/CSS
From 2014.igem.org
(Difference between revisions)
Line 156: | Line 156: | ||
font-size: 14px; | font-size: 14px; | ||
display: inline-block; | display: inline-block; | ||
- | color: # | + | color: #FFF; |
float: right; | float: right; | ||
padding: 0px 0px 10px 15px; | padding: 0px 0px 10px 15px; | ||
Line 208: | Line 208: | ||
border: 1px solid #222; | border: 1px solid #222; | ||
background-color: #b8860b; | background-color: #b8860b; | ||
- | background-image: -moz-linear-gradient(# | + | background-image: -moz-linear-gradient(#2E0854, #b8860b); |
background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#b8860b)); | background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#b8860b)); | ||
- | background-image: -webkit-linear-gradient(# | + | background-image: -webkit-linear-gradient(#2E0854, #b8860b); |
- | background-image: -o-linear-gradient(# | + | background-image: -o-linear-gradient(#2E0854, #b8860b); |
- | background-image: -ms-linear-gradient(# | + | background-image: -ms-linear-gradient(#2E0854, #b8860b); |
- | background-image: linear-gradient(# | + | background-image: linear-gradient(#2E0854, #b8860b); |
-moz-border-radius: 6px; | -moz-border-radius: 6px; | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
border-radius: 6px; | border-radius: 6px; | ||
- | -moz-box-shadow: 0 1px 1px # | + | -moz-box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset; |
- | -webkit-box-shadow: 0 1px 1px # | + | -webkit-box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset; |
- | box-shadow: 0 1px 1px # | + | box-shadow: 0 1px 1px #fff, 0 1px 0 #666 inset; |
display: inline-block; | display: inline-block; | ||
white-space: nowrap; | white-space: nowrap; | ||
Line 241: | Line 241: | ||
border-right: 1px solid #222; | border-right: 1px solid #222; | ||
-moz-box-shadow: 1px 0 0 #444; | -moz-box-shadow: 1px 0 0 #444; | ||
- | -webkit-box-shadow: 1px 0 0 # | + | -webkit-box-shadow: 1px 0 0 #2E0854; |
- | box-shadow: 1px 0 0 # | + | box-shadow: 1px 0 0 #2E0854; |
position: relative; | position: relative; | ||
display: inline-block; | display: inline-block; | ||
Line 317: | Line 317: | ||
border: 0; | border: 0; | ||
_line-height: 0; /*IE6 only*/ | _line-height: 0; /*IE6 only*/ | ||
- | -moz-box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | -moz-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
- | -webkit-box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | -webkit-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
- | box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
} | } | ||
#igemuwmenu ul li.active { | #igemuwmenu ul li.active { | ||
Line 326: | Line 326: | ||
border: 0; | border: 0; | ||
_line-height: 0; /*IE6 only*/ | _line-height: 0; /*IE6 only*/ | ||
- | -moz-box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | -moz-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
- | -webkit-box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | -webkit-box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
- | box-shadow: 0 1px 0 #b8860b, 0 2px 0 # | + | box-shadow: 0 1px 0 #b8860b, 0 2px 0 #fff; |
} | } | ||
Line 360: | Line 360: | ||
#igemuwmenu ul a:hover { | #igemuwmenu ul a:hover { | ||
background-color: #785D84; | background-color: #785D84; | ||
- | background-image: -moz-linear-gradient(# | + | background-image: -moz-linear-gradient(#94749a, #785D84); |
- | background-image: -webkit-gradient(linear, left top, left bottom, from(# | + | background-image: -webkit-gradient(linear, left top, left bottom, from(#94749a), to(#785D84)); |
- | background-image: -webkit-linear-gradient(# | + | background-image: -webkit-linear-gradient(#94749a, #785D84); |
- | background-image: -o-linear-gradient(# | + | background-image: -o-linear-gradient(#94749a, #785D84); |
- | background-image: -ms-linear-gradient(# | + | background-image: -ms-linear-gradient(#94749a, #785D84); |
- | background-image: linear-gradient(# | + | background-image: linear-gradient(#94749a, #785D84); |
} | } | ||
Line 391: | Line 391: | ||
border-bottom: 6px solid transparent; | border-bottom: 6px solid transparent; | ||
border-top: 6px solid transparent; | border-top: 6px solid transparent; | ||
- | border-right: 6px solid # | + | border-right: 6px solid #FFFFFF; |
} | } | ||
#igemuwmenu ul li:first-child a:hover:after { | #igemuwmenu ul li:first-child a:hover:after { | ||
- | border-bottom-color: # | + | border-bottom-color: #2E0854; |
} | } | ||
Line 446: | Line 446: | ||
-webkit-border-radius: 6px; | -webkit-border-radius: 6px; | ||
border-radius: 6px; | border-radius: 6px; | ||
- | -moz-box-shadow: 0 1px 1px # | + | -moz-box-shadow: 0 1px 1px #fff, 0 1px 0 #fff inset; |
- | -webkit-box-shadow: 0 1px 1px # | + | -webkit-box-shadow: 0 1px 1px #fff, 0 1px 0 #fff inset; |
- | box-shadow: 0 1px 1px # | + | box-shadow: 0 1px 1px #fff, 0 1px 0 #fff inset; |
} | } | ||
Line 458: | Line 458: | ||
width: 100%; | width: 100%; | ||
z-index: 1; | z-index: 1; | ||
- | background-color: # | + | background-color: #2E0854; |
display: none; | display: none; | ||
-moz-box-shadow: none; | -moz-box-shadow: none; | ||
Line 472: | Line 472: | ||
border-left: 8px solid transparent; | border-left: 8px solid transparent; | ||
border-right: 8px solid transparent; | border-right: 8px solid transparent; | ||
- | border-bottom: 8px solid # | + | border-bottom: 8px solid #2E0854; |
} | } | ||
Line 519: | Line 519: | ||
#igemuwmenu a:hover{ | #igemuwmenu a:hover{ | ||
- | color: # | + | color: #FFFFFF; |
} | } | ||
Revision as of 18:13, 25 September 2014
University of Washington iGEM 2014 |
||||||||||||
|