Color change

This commit is contained in:
mathias 2015-02-17 22:03:41 +02:00
parent a6d1d2af56
commit 231eca5a99

View file

@ -107,7 +107,7 @@ p {
a { a {
text-decoration: none; text-decoration: none;
color: #4a6f28; color: #AA0000;
-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;
@ -115,7 +115,7 @@ a {
a:hover, a:hover,
a:focus { a:focus {
color: #5b8731; color: #C40000;
} }
#intro { #intro {
@ -123,9 +123,9 @@ a:focus {
width: 100%; width: 100%;
height: 100%; height: 100%;
color: #fff; color: #fff;
background-color: #5b8731; background-color: #AA0000;
background-image: linear-gradient(90deg, rgba(74,111,40,.3) 50%, transparent 50%), background-image: linear-gradient(90deg, rgba(0,0,0,.05) 50%, transparent 50%),
linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%); linear-gradient(rgba(0,0,0,.07) 50%, transparent 50%);
background-size: 20px 20px; background-size: 20px 20px;
} }
@ -229,8 +229,8 @@ h1 {
} }
input { input {
border: #4a6f28 solid 1px; border: #AA0000 solid 1px;
color: #4a6f28; color: #AA0000;
background: none; background: none;
padding: 7px; padding: 7px;
width: 78px; width: 78px;
@ -247,15 +247,15 @@ input {
input:hover, input:hover,
input:focus { input:focus {
border: #4a6f28 solid 1px; border: #AA0000 solid 1px;
outline: 0; outline: 0;
color: #000; color: #D6D6D6;
background: #4a6f28; background: #AA0000;
} }
#ip { #ip {
border: #4a6f28 solid 1px; border: #AA0000 solid 1px;
color: #000; color: #fff;
background: #4a6f28; background: #AA0000;
padding: 7px; padding: 7px;
margin: 10px 0 0 0; margin: 10px 0 0 0;
font-size: 12px; font-size: 12px;