|
|
|
@ -12,12 +12,19 @@ button::-moz-focus-inner {
@@ -12,12 +12,19 @@ button::-moz-focus-inner {
|
|
|
|
|
|
|
|
|
|
input, button { |
|
|
|
|
opacity: 0.8; |
|
|
|
|
color: #5A526C; |
|
|
|
|
color: #432B79; |
|
|
|
|
background: #BFBACC; |
|
|
|
|
border: 0; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
height: 18px; |
|
|
|
|
line-height: 18px; |
|
|
|
|
outline: none; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
body { |
|
|
|
|
color: #E8E8E8; |
|
|
|
|
background-color: #000; |
|
|
|
|
background-color: #18102d; |
|
|
|
|
font-family: Sans-Serif, Arial; |
|
|
|
|
font-size: 14px; |
|
|
|
|
font-weight: normal; |
|
|
|
@ -89,7 +96,7 @@ img:hover {
@@ -89,7 +96,7 @@ img:hover {
|
|
|
|
|
|
|
|
|
|
.b-g::before { |
|
|
|
|
content: ""; |
|
|
|
|
background-image: linear-gradient(to left, #9B94BF, #000); |
|
|
|
|
background-image: linear-gradient(to left, #9B94BF, #18102d); |
|
|
|
|
height: 1px; |
|
|
|
|
width: 360px; |
|
|
|
|
display: inline-block; |
|
|
|
@ -97,7 +104,7 @@ img:hover {
@@ -97,7 +104,7 @@ img:hover {
|
|
|
|
|
|
|
|
|
|
.b-g::after { |
|
|
|
|
content: ""; |
|
|
|
|
background-image: linear-gradient(to right, #9B94BF, #000); |
|
|
|
|
background-image: linear-gradient(to right, #9B94BF, #18102d); |
|
|
|
|
height: 1px; |
|
|
|
|
width: 360px; |
|
|
|
|
display: inline-block; |
|
|
|
|