X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=files%2Fpr0n-fullscreen.css;h=d4f897af0d05a1c9729001a199f628c6494b7344;hb=HEAD;hp=d144f8fc09fa935f068646d72bcbe51b5aed7eac;hpb=9a8d0492f4b5a4722470bbf1ce9e9ead695f5f7e;p=pr0n diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index d144f8f..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,27 +62,21 @@ img, #text { text-decoration: none; } -#preload, #preload_box { - position: absolute; - left: -2000px; - top: -2000px; - width: 1px; - height: 1px; -/* left: 10px; - top: 10px; - width: 20px; - height: 20px; */ -} - #fulldownload { display: none; } -/* IE5/6 madness */ -html { - overflow: hidden; +.fsbox { + position: absolute; + transform-origin: top left; + background-color: white; + color: black; + font: 12px sans-serif; + line-height: 24px; + border-top: 1px solid black; + z-index: 1; } -body -{ - height: 100%; + +html, body { + overflow: hidden; }