From 1a9a6830c32732773234f7875a758a8197b3c0dc Mon Sep 17 00:00:00 2001 From: kasperrt Date: Mon, 29 Dec 2014 21:14:14 +0100 Subject: [PATCH 1/2] Styled the mobilesite a bit --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d880ab9d..b8861269 100755 --- a/static/style.css +++ b/static/style.css @@ -99,7 +99,7 @@ input[type="radio"]{display: none;} @media (max-width: 1000px) { #controls{display:none;} body{background-color: #2F2F2F;} - .bgimage{background-image: url(bg5.jpg);} + .bgimage{background-image: url(bg5.jpg);position:fixed;background-size:500%;} #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;} .playlist{width: 100%;} .lresult{font-size: 40px; height: 90px; font-size: 50px;} @@ -110,7 +110,7 @@ input[type="radio"]{display: none;} #plus{border-right:solid 3px rgb(172, 172, 172);} #search{text-align: left; height: 100px; font-size: 40px; border: solid 2px #ccc;} #buttons{text-align: center; height: 80px; margin: 0;} - .skip{height: 50px;} + .skip{height: 50px; -webkit-filter: brightness(300%);} .vcent{ top: inherit; -webkit-transform: translateY(0%); From bbd2807e21e78e87641e480926fce99a5b8808d4 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Mon, 29 Dec 2014 21:15:00 +0100 Subject: [PATCH 2/2] fixed even more! --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index b8861269..876beb7d 100755 --- a/static/style.css +++ b/static/style.css @@ -100,7 +100,7 @@ input[type="radio"]{display: none;} #controls{display:none;} body{background-color: #2F2F2F;} .bgimage{background-image: url(bg5.jpg);position:fixed;background-size:500%;} - #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;} + #player{width: 100%; height:45%; margin-bottom: 20px; box-shadow: none;display:none;} .playlist{width: 100%;} .lresult{font-size: 40px; height: 90px; font-size: 50px;} .votes{float: right; background-color: rgba(0,0,0,0.9); margin-top: -1.5em;font-size: 42px; padding-right: 8px; height: 89px; line-height: 89px; padding-left: 20px; border-radius: 1px;}