X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=d144f8fc09fa935f068646d72bcbe51b5aed7eac;hp=7f93aff2fd4e06b74a5b20528e8e1149fc419491;hb=6c8c4bf3f1e3109523f9ec6117abfdf0e04a0d99;hpb=133c9fb7f197da55e8b85e98a17ae6a184a28832 diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index 7f93aff..d144f8f 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -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; @@ -46,6 +71,10 @@ img, #text { height: 20px; */ } +#fulldownload { + display: none; +} + /* IE5/6 madness */ html { overflow: hidden;