X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4;hp=16d52088f109908d767c9495569fe9ddcbd82973;hb=HEAD;hpb=872fc70512d24ca88b368a9c58269a283c804192 diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index 16d5208..d4f897a 100644 --- a/files/pr0n-fullscreen.css +++ b/files/pr0n-fullscreen.css @@ -10,6 +10,9 @@ body { .container { text-align: center; } +.container #optionmenu { + text-align: left; +} img, #text { vertical-align: middle; @@ -59,23 +62,21 @@ img, #text { text-decoration: none; } -#preload, #preload_box { +#fulldownload { + display: none; +} + +.fsbox { position: absolute; - left: -2000px; - top: -2000px; - width: 1px; - height: 1px; -/* left: 10px; - top: 10px; - width: 20px; - height: 20px; */ + transform-origin: top left; + background-color: white; + color: black; + font: 12px sans-serif; + line-height: 24px; + border-top: 1px solid black; + z-index: 1; } -/* IE5/6 madness */ -html { +html, body { overflow: hidden; } -body -{ - height: 100%; -}