X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=16d52088f109908d767c9495569fe9ddcbd82973;hp=a61676c8d25d255e636b2600a1c9ce1e82555884;hb=872fc70512d24ca88b368a9c58269a283c804192;hpb=ccb2ed620dc4bb9140f64edd0942756fec546d74 diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index a61676c..16d5208 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -19,22 +19,47 @@ 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 { +#preload, #preload_box { position: absolute; left: -2000px; top: -2000px;