]> git.sesse.net Git - pr0n/blob - files/pr0n-fullscreen.css
Fix an (irrelevant) confusion about addEventListener.
[pr0n] / files / pr0n-fullscreen.css
1 * {
2         margin: 0;
3         padding: 0;
4 }
5
6 body {
7         background-color: black;
8         color: white;
9 }
10 .container {
11         text-align: center;
12 }
13 .container #optionmenu {
14         text-align: left;
15 }
16
17 img, #text {
18         vertical-align: middle;
19 }
20
21 #previous {
22         position: absolute;
23         bottom: 0px;
24         left: 0px;
25         z-index: 2;
26 }
27 #next {
28         position: absolute;
29         bottom: 0px;
30         right: 0px;
31         z-index: 2;
32 }
33 #close {
34         position: absolute;
35         top: 0px;
36         right: 0px;
37         z-index: 2;
38 }
39 #options {
40         position: absolute;
41         top: 0px;
42         left: 0px;
43         z-index: 2;
44 }
45 #optionmenu {
46         display: none;
47         position: absolute;
48         top: 50px;
49         left: 0px;
50         z-index: 2;
51         background-color: white;
52         color: black;
53         font-family: sans-serif;
54         padding: 5px;
55         margin-left: 2px;
56         border: 1px solid black;
57         opacity: 0.7;
58         line-height: 1.5em;
59 }
60 #optionmenu a {
61         color: black;
62         text-decoration: none;
63 }
64
65 #fulldownload {
66         display: none;
67 }
68
69 html, body {
70         overflow: hidden;
71 }