mirror of
https://github.com/kaboomserver/website.git
synced 2025-02-11 19:50:40 +00:00
Color change
This commit is contained in:
parent
bd5bf98251
commit
25f669f6c9
1 changed files with 9 additions and 7 deletions
16
index.html
16
index.html
|
@ -107,7 +107,7 @@ p {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #AA0000;
|
color: #C41212;
|
||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
-moz-transition: all .2s ease-in-out;
|
-moz-transition: all .2s ease-in-out;
|
||||||
transition: all .2s ease-in-out;
|
transition: all .2s ease-in-out;
|
||||||
|
@ -229,8 +229,8 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: #AA0000 solid 1px;
|
border: #C41212 solid 1px;
|
||||||
color: #AA0000;
|
color: #C41212;
|
||||||
background: none;
|
background: none;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
|
@ -247,15 +247,16 @@ input {
|
||||||
|
|
||||||
input:hover,
|
input:hover,
|
||||||
input:focus {
|
input:focus {
|
||||||
border: #AA0000 solid 1px;
|
border: #C41212 solid 1px;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
color: #D6D6D6;
|
color: #D6D6D6;
|
||||||
background: #AA0000;
|
background: #C41212;
|
||||||
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
#ip {
|
#ip {
|
||||||
border: #AA0000 solid 1px;
|
border: #C41212 solid 1px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #AA0000;
|
background: #C41212;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 10px 0 0 0;
|
margin: 10px 0 0 0;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
@ -263,6 +264,7 @@ input:focus {
|
||||||
-webkit-border-radius: 3px 0px 0px 3px;
|
-webkit-border-radius: 3px 0px 0px 3px;
|
||||||
border-radius: 3px 0px 0px 3px;
|
border-radius: 3px 0px 0px 3px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
#facebook:before {
|
#facebook:before {
|
||||||
font-family: 'icon';
|
font-family: 'icon';
|
||||||
|
|
Loading…
Reference in a new issue