|
|
@ -245,22 +245,22 @@ body { |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 ); |
|
|
|
text-shadow: 0 1px hsla( 0, 0%, 100%, 0.5 ); |
|
|
|
background-image: -moz-linear-gradient(-90deg, |
|
|
|
background-image: -moz-linear-gradient(-90deg, |
|
|
|
hsla( 0, 0%, 100%, 0.4 ) , |
|
|
|
hsla( 0, 0%, 100%, 0.3 ) , |
|
|
|
hsla( 0, 0%, 100%, 0.0 ) |
|
|
|
hsla( 0, 0%, 100%, 0.0 ) |
|
|
|
); |
|
|
|
); |
|
|
|
background-image: -webkit-gradient(linear, 0 top, 0 bottom, |
|
|
|
background-image: -webkit-gradient(linear, 0 top, 0 bottom, |
|
|
|
from( hsla( 0, 0%, 100%, 0.4 ) ), |
|
|
|
from( hsla( 0, 0%, 100%, 0.3 ) ), |
|
|
|
to( hsla( 0, 0%, 100%, 0.0 ) ) |
|
|
|
to( hsla( 0, 0%, 100%, 0.0 ) ) |
|
|
|
); |
|
|
|
); |
|
|
|
margin-bottom: 0.2em; |
|
|
|
margin-bottom: 0.2em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#options li a:hover { |
|
|
|
#options li a:hover { |
|
|
|
background-color: #2BF; |
|
|
|
background-color: #5BF; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#options li a:active { |
|
|
|
#options li a:active { |
|
|
|
background-color: #29D; |
|
|
|
background-color: #39D; |
|
|
|
-webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|
-webkit-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|
-moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|
-moz-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|
-o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|
-o-box-shadow: inset 0 2px 8px hsla( 0, 0%, 0%, 0.6 ); |
|
|
|