]> 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 3d964fc4084f6e800a7ac3a40bb9d302307e14db..7f93aff2fd4e06b74a5b20528e8e1149fc419491 100644 (file)
@@ -11,18 +11,6 @@ body {
        text-align: center;
 }
 
-/* IE centering hacks */
-#iehack {
-       position: absolute;
-       _top: 50%;
-       _left: 50%;
-}
-#image {
-       _position: relative;
-       _top: -50%;
-       _left: -50%;
-}
-
 img, #text {
        vertical-align: middle;
 }
@@ -31,22 +19,22 @@ img, #text {
        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;