X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=pr0n-fullscreen.css;h=390ffdcb7d4ce4ad6c2027384b32b8b0dc20dc97;hp=cde61ee2140913a5dcc56a11d51ae44c8738163c;hb=dbef44dee55e1aebc0a1ee9bc88e9a7466b43633;hpb=84b16cfb3e4428c4b07dddd8e4c5aa1f2aa1b6d7 diff --git a/pr0n-fullscreen.css b/pr0n-fullscreen.css index cde61ee..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,22 +26,30 @@ 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; + height: 1px; +/* left: 10px; + top: 10px; + width: 20px; + height: 20px; */ } /* IE5/6 madness */ -html -{ +html { overflow: hidden; } - body { height: 100%; - overflow: auto; }