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