X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=pr0n-fullscreen.css;h=390ffdcb7d4ce4ad6c2027384b32b8b0dc20dc97;hp=c52800081d09aa5b7477179aec4a5e2b20894d8a;hb=6a3868f24eee6720fcaaa116ec75958ac44d783b;hpb=35e3b7e6b17b782f42c71ca58223c5a24e386eb7 diff --git a/pr0n-fullscreen.css b/pr0n-fullscreen.css index c528000..390ffdc 100644 --- a/pr0n-fullscreen.css +++ b/pr0n-fullscreen.css @@ -1,12 +1,14 @@ +* { + margin: 0; + padding: 0; +} + body { background-color: black; color: white; - margin: 0; - padding: 0; } .container { text-align: center; -/* border: 1px solid red; */ } img { vertical-align: middle; @@ -24,10 +26,17 @@ img { right: 0px; z-index: 1; } +#close { + position: absolute; + top: 0px; + right: 0px; + z-index: 1; +} + #preload { position: absolute; - left: -2px; - top: -2px; + left: -2000px; + top: -2000px; width: 1px; height: 1px; /* left: 10px; @@ -37,13 +46,10 @@ img { } /* IE5/6 madness */ -html -{ +html { overflow: hidden; } - body { height: 100%; - overflow: auto; }