X-Git-Url: https://git.sesse.net/?p=pr0n;a=blobdiff_plain;f=files%2Fpr0n-fullscreen.css;h=d4f897af0d05a1c9729001a199f628c6494b7344;hp=b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4;hb=HEAD;hpb=6cd0332e10bb468ef5506be63b8a47f7c7e12fd9 diff --git a/files/pr0n-fullscreen.css b/files/pr0n-fullscreen.css index b501128..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; @@ -63,6 +66,17 @@ img, #text { display: none; } +.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; +} + html, body { overflow: hidden; }