diff --git a/index.php b/index.php index 892c4876..796bf5fe 100755 --- a/index.php +++ b/index.php @@ -16,7 +16,7 @@
-
+
diff --git a/php/header.php b/php/header.php index 0788864c..4d5e5e9b 100755 --- a/php/header.php +++ b/php/header.php @@ -10,7 +10,14 @@ $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 ?> - + Zöff diff --git a/php/nochan.php b/php/nochan.php index e776bc47..5b3e9476 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -51,32 +51,9 @@ foreach($fil as $files){ -
diff --git a/static/style.css b/static/style.css index 3769674f..24551deb 100755 --- a/static/style.css +++ b/static/style.css @@ -645,14 +645,18 @@ input[type="radio"] { } .bgimage { - background-image: url(bg6.jpg); position:fixed; background-size:500%; - background-color:#FFF; + background-color:#000; -webkit-filter:brightness(80%); filter:brightness(90%); } + .chp { + background-image: url(bg6.jpg); + background-color:#FFF; + } + #player { width:100%; height:45%;