]> git.sesse.net Git - pr0n/blobdiff - files/pr0n-fullscreen.css
Add an overflow/options/hamburger menu to download the original file, and also turn...
[pr0n] / files / pr0n-fullscreen.css
index 7f93aff2fd4e06b74a5b20528e8e1149fc419491..16d52088f109908d767c9495569fe9ddcbd82973 100644 (file)
@@ -33,6 +33,31 @@ img, #text {
        right: 0px;
        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, #preload_box {
        position: absolute;