Color change

This commit is contained in:
mathias 2015-02-17 22:15:33 +02:00
parent bd5bf98251
commit 25f669f6c9

View file

@ -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';