]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Add a new 2304x1728 resolution (twice 1152x864), for fitting better into 30-inch...
[pr0n] / files / pr0n-fullscreen.css
index 390ffdcb7d4ce4ad6c2027384b32b8b0dc20dc97..7f93aff2fd4e06b74a5b20528e8e1149fc419491 100644 (file)
@@ -10,7 +10,8 @@ body {
 .container {
        text-align: center;
 }
-img {
+
+img, #text {
        vertical-align: middle;
 }
 
@@ -18,22 +19,22 @@ img {
        position: absolute;
        bottom: 0px;
        left: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 #next {
        position: absolute;
        bottom: 0px;
        right: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 #close {
        position: absolute;
        top: 0px;
        right: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 
-#preload {
+#preload, #preload_box {
        position: absolute;
        left: -2000px;
        top: -2000px;