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%;