]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Add a (hidden) feature for filtering authors down to a set, not just one.
[pr0n] / files / pr0n-fullscreen.css
index 8ea24bfbc384a096388de9dce8aae5f6c8fdd685..d144f8fc09fa935f068646d72bcbe51b5aed7eac 100644 (file)
@@ -14,9 +14,6 @@ body {
 img, #text {
        vertical-align: middle;
 }
-img {
-       z-index: 1;
-}
 
 #previous {
        position: absolute;
@@ -36,19 +33,33 @@ img {
        right: 0px;
        z-index: 2;
 }
-#linkbg1, #linkbg2, #linkbg3 {
-       display: block;
+#options {
        position: absolute;
        top: 0px;
-       right: 0px;
-       width: 100%;
-       height: 100%;
-       background-color: black;
+       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;
 }
-#linkbg2 { z-index: -1; }
-#linkbg3 { z-index: -1; }
 
-#preload {
+#preload, #preload_box {
        position: absolute;
        left: -2000px;
        top: -2000px;
@@ -60,6 +71,10 @@ img {
        height: 20px; */
 }
 
+#fulldownload {
+       display: none;
+}
+
 /* IE5/6 madness */
 html {
        overflow: hidden;