]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Fix an (irrelevant) confusion about addEventListener.
[pr0n] / files / pr0n-fullscreen.css
index 7ef5221a17c0be7ba9499c7fa2e9935f62ea18bf..d4f897af0d05a1c9729001a199f628c6494b7344 100644 (file)
@@ -10,17 +10,8 @@ body {
 .container {
        text-align: center;
 }
-
-/* IE centering hacks */
-#iehack {
-       _position: absolute;
-       _top: 50%;
-       _left: 50%;
-}
-#image {
-       _position: relative;
-       _top: -50%;
-       _left: -50%;
+.container #optionmenu {
+       text-align: left;
 }
 
 img, #text {
@@ -31,38 +22,61 @@ 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;
+}
+#options {
+       position: absolute;
+       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;
 }
 
-#preload {
+#fulldownload {
+       display: none;
+}
+
+.fsbox {
        position: absolute;
-       left: -2000px;
-       top: -2000px;
-       width: 1px;
-       height: 1px; 
-/*     left: 10px;
-       top: 10px;
-       width: 20px;
-       height: 20px; */
+       transform-origin: top left;
+       background-color: white;
+       color: black;
+       font: 12px sans-serif;
+       line-height: 24px;
+       border-top: 1px solid black;
+       z-index: 1;
 }
 
-/* IE5/6 madness */
-html {
+html, body {
        overflow: hidden;
 }
-body
-{
-       height: 100%;
-}