|
|
|
@ -13,7 +13,7 @@ button::-moz-focus-inner {
@@ -13,7 +13,7 @@ button::-moz-focus-inner {
|
|
|
|
|
input, button { |
|
|
|
|
opacity: 0.8; |
|
|
|
|
color: #000; |
|
|
|
|
background: #BFBACC; |
|
|
|
|
background: #ABA6B7; |
|
|
|
|
border: 0; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
height: 18px; |
|
|
|
@ -23,7 +23,7 @@ input, button {
@@ -23,7 +23,7 @@ input, button {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
color: #E8E8E8; |
|
|
|
|
color: #BFBACC; |
|
|
|
|
background-color: #000; |
|
|
|
|
font-family: Sans-Serif, Arial; |
|
|
|
|
font-size: 14px; |
|
|
|
@ -32,12 +32,12 @@ body {
@@ -32,12 +32,12 @@ body {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
color: #BFBACC; |
|
|
|
|
color: #ABA6B7; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
color: #BFBACC; |
|
|
|
|
color: #ABA6B7; |
|
|
|
|
text-decoration: none; |
|
|
|
|
-moz-transition: all .5s ease-in; |
|
|
|
|
-o-transition: all .5s ease-in; |
|
|
|
@ -47,7 +47,7 @@ a {
@@ -47,7 +47,7 @@ a {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
a:hover { |
|
|
|
|
color: #E8E8E8; |
|
|
|
|
color: #BFBACC; |
|
|
|
|
-webkit-transition: all .5s ease-in; /* issue #2 */ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -127,7 +127,7 @@ img:hover {
@@ -127,7 +127,7 @@ img:hover {
|
|
|
|
|
.c-1:active, |
|
|
|
|
.c-1:visited, |
|
|
|
|
.c-1:hover { |
|
|
|
|
color: #ABA6B7; |
|
|
|
|
color: #BFBACC; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.c-2, |
|
|
|
|