X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=pr0n-fullscreen.css;h=9aab84d9b252a063a2a3b6f7da166ee9d1658fed;hp=c52800081d09aa5b7477179aec4a5e2b20894d8a;hb=73989553af1cafeade2d91cc5ca32ea5eeffb8cb;hpb=35e3b7e6b17b782f42c71ca58223c5a24e386eb7 diff --git a/pr0n-fullscreen.css b/pr0n-fullscreen.css index c528000..9aab84d 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; @@ -26,8 +28,8 @@ img { } #preload { position: absolute; - left: -2px; - top: -2px; + left: -2000px; + top: -2000px; width: 1px; height: 1px; /* left: 10px; @@ -37,13 +39,10 @@ img { } /* IE5/6 madness */ -html -{ +html { overflow: hidden; } - body { height: 100%; - overflow: auto; }