]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Rework preloading.
[pr0n] / files / pr0n-fullscreen.css
index 8df506111ca39c22d974b80fe8e7b2754590978c..b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4 100644 (file)
@@ -10,6 +10,7 @@ body {
 .container {
        text-align: center;
 }
 .container {
        text-align: center;
 }
+
 img, #text {
        vertical-align: middle;
 }
 img, #text {
        vertical-align: middle;
 }
@@ -18,38 +19,50 @@ img, #text {
        position: absolute;
        bottom: 0px;
        left: 0px;
        position: absolute;
        bottom: 0px;
        left: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 #next {
        position: absolute;
        bottom: 0px;
        right: 0px;
 }
 #next {
        position: absolute;
        bottom: 0px;
        right: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 #close {
        position: absolute;
        top: 0px;
        right: 0px;
 }
 #close {
        position: absolute;
        top: 0px;
        right: 0px;
-       z-index: 1;
+       z-index: 2;
 }
 }
-
-#preload {
+#options {
        position: absolute;
        position: absolute;
-       left: -2000px;
-       top: -2000px;
-       width: 1px;
-       height: 1px; 
-/*     left: 10px;
-       top: 10px;
-       width: 20px;
-       height: 20px; */
+       top: 0px;
+       left: 0px;
+       z-index: 2;
+}
+#optionmenu {
+       display: none;
+       position: absolute;
+       top: 50px;
+       left: 0px;
+       z-index: 2;
+       background-color: white;
+       color: black;
+       font-family: sans-serif;
+       padding: 5px;
+       margin-left: 2px;
+       border: 1px solid black;
+       opacity: 0.7;
+       line-height: 1.5em;
+}
+#optionmenu a {
+       color: black;
+       text-decoration: none;
 }
 
 }
 
-/* IE5/6 madness */
-html {
-       overflow: hidden;
+#fulldownload {
+       display: none;
 }
 }
-body
-{
-       height: 100%;
+
+html, body {
+       overflow: hidden;
 }
 }