mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Mobile design?
This commit is contained in:
@@ -21,10 +21,10 @@
|
||||
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen">
|
||||
<meta name="description" content="The shared YouTube radio.">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta property="og:image" content="static/Logo.png" />
|
||||
<meta property="og:image" content="static/l.png" />
|
||||
<meta property="og:title" content="Zöff">
|
||||
<meta property="og:description" content="The shared YouTube radio.">
|
||||
<meta property="og:type" content="website">
|
||||
<link rel="stylesheet" type="text/css" href="static/style.css" title="Default" />
|
||||
<link rel="icon" type="image/png" href="static/favicon.png"/>
|
||||
<link rel="icon" type="image/png" href="static/l.png"/>
|
||||
<link rel="stylesheet" type="text/css" href="static/controlstyle.css" />
|
||||
@@ -117,7 +117,7 @@ input[type="radio"]{display: none;}
|
||||
@media only screen and (max-device-width: 1000px) {
|
||||
#controls{display:none;}
|
||||
body{background-color: #2F2F2F;}
|
||||
.bgimage{background-image: none;position:fixed;background-size:500%;background-color:black;-webkit-filter: blur(0px) brightness(0);}
|
||||
.bgimage{background-image: url(bg4.jpg);position:fixed;background-size:500%;background-color:black;-webkit-filter: brightness(70%);filter: brightness(70%);}
|
||||
#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;}
|
||||
|
||||
Reference in New Issue
Block a user