X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4;hp=7f93aff2fd4e06b74a5b20528e8e1149fc419491;hb=6cd0332e10bb468ef5506be63b8a47f7c7e12fd9;hpb=133c9fb7f197da55e8b85e98a17ae6a184a28832 diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index 7f93aff..b501128 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -33,24 +33,36 @@ img, #text { right: 0px; z-index: 2; } - -#preload, #preload_box { +#options { + position: absolute; + top: 0px; + left: 0px; + z-index: 2; +} +#optionmenu { + display: none; position: absolute; - left: -2000px; - top: -2000px; - width: 1px; - height: 1px; -/* left: 10px; - top: 10px; - width: 20px; - height: 20px; */ + 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; }