]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Keep JPEGs in the YCbCr colorspace instead of going between YCbCr and RGB
[pr0n] / files / pr0n-fullscreen.css
index 7ef5221a17c0be7ba9499c7fa2e9935f62ea18bf..145dd9dc138ede207c3f328491561a18087a7c93 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,19 +19,19 @@ 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 {