mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
fixed stupid mobile dick
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<div id="pBar"></div>
|
<div id="pBar"></div>
|
||||||
<div id="sBar"></div>
|
<div id="sBar"></div>
|
||||||
<div id="eBar"></div>
|
<div id="eBar"></div>
|
||||||
<div class="bgimage" id="bgimage"></div>
|
<div class="bgimage chp" id="bgimage"></div>
|
||||||
<div class="top vcent centered">
|
<div class="top vcent centered">
|
||||||
<div id="change" class="small">
|
<div id="change" class="small">
|
||||||
<div id="mobile-banner">
|
<div id="mobile-banner">
|
||||||
|
|||||||
@@ -10,7 +10,14 @@
|
|||||||
$i = rand(0, count($bg)-1); // generate random number size of the array
|
$i = rand(0, count($bg)-1); // generate random number size of the array
|
||||||
$selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen
|
$selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen
|
||||||
?>
|
?>
|
||||||
|
<style type="text/css">
|
||||||
|
<!--
|
||||||
|
.bgimage{
|
||||||
|
background: url(./static/<?php echo $selectedBg; ?>) no-repeat;
|
||||||
|
opacity:0;
|
||||||
|
}
|
||||||
|
-->
|
||||||
|
</style>
|
||||||
<title>Zöff</title>
|
<title>Zöff</title>
|
||||||
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen">
|
<meta name="author" content="Nicolas 'Nixo' Almagro Tonne & Kasper 'KasperRT' Rynning-Tønnesen">
|
||||||
<meta name="description" content="The shared YouTube radio.">
|
<meta name="description" content="The shared YouTube radio.">
|
||||||
|
|||||||
@@ -51,32 +51,9 @@ foreach($fil as $files){
|
|||||||
<style>
|
<style>
|
||||||
#change {
|
#change {
|
||||||
opacity:1 !important;
|
opacity:1 !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<?php include("header.php"); ?>
|
<?php include("header.php"); ?>
|
||||||
<style type="text/css">
|
|
||||||
.bgimage{
|
|
||||||
background: url(./static/<?php echo $selectedBg; ?>) no-repeat;
|
|
||||||
-webkit-transition: opacity 1s;
|
|
||||||
background-size: 500%;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center center;
|
|
||||||
background-color: #000;
|
|
||||||
/* background-image: url(bg5.jpg); */
|
|
||||||
-webkit-filter: blur(50px) brightness(0.8);
|
|
||||||
-moz-filter: blur(50px) brightness(0.8);
|
|
||||||
-ms-filter: blur(50px) brightness(0.8);
|
|
||||||
-o-filter: blur(50px) brightness(0.8);
|
|
||||||
filter: blur(50px) brightness(0.8);
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="bgimage" id="bgimage"></div>
|
<div class="bgimage" id="bgimage"></div>
|
||||||
|
|||||||
@@ -645,14 +645,18 @@ input[type="radio"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bgimage {
|
.bgimage {
|
||||||
background-image: url(bg6.jpg);
|
|
||||||
position:fixed;
|
position:fixed;
|
||||||
background-size:500%;
|
background-size:500%;
|
||||||
background-color:#FFF;
|
background-color:#000;
|
||||||
-webkit-filter:brightness(80%);
|
-webkit-filter:brightness(80%);
|
||||||
filter:brightness(90%);
|
filter:brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chp {
|
||||||
|
background-image: url(bg6.jpg);
|
||||||
|
background-color:#FFF;
|
||||||
|
}
|
||||||
|
|
||||||
#player {
|
#player {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:45%;
|
height:45%;
|
||||||
|
|||||||
Reference in New Issue
Block a user