Localized dependencies, restyled player, removed logging

This commit is contained in:
Nixo
2014-12-14 19:21:33 +01:00
parent 8632aefa40
commit 2972b782db
7 changed files with 30 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ body{background:#000; margin:0; }
::-moz-input-placeholder{color: #FEFEFE;}
::input-placeholder{color: #FEFEFE;}
.innbox, .innbox a{
width:90%; height: 50px; border-radius:7px; border:none; font-family: 'Open Sans', sans-serif; font-size: 25px; margin-bottom: 20px;
width:90%; height: 50px; border-radius:4px; border:none; font-family: 'Open Sans', sans-serif; font-size: 25px; margin-bottom: 20px;
color:#f15; text-align: center;-webkit-transition:background 1s;-moz-transition:background 1s;-o-transition:background 1s; transition:background 1s;
background-color: rgba(255, 255, 255, 0.22);
}
@@ -122,3 +122,12 @@ input[type="radio"]{display: none;}
}
.footer{font-size: 40px; margin-top: 150px;}
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(open_sans.woff) format('woff');
}