]> git.sesse.net Git - pr0n/blob - files/pr0n-fullscreen.css
Many more fixes from the infobox cleanup fallout.
[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
14 img, #text {
15         vertical-align: middle;
16 }
17
18 #previous {
19         position: absolute;
20         bottom: 0px;
21         left: 0px;
22         z-index: 2;
23 }
24 #next {
25         position: absolute;
26         bottom: 0px;
27         right: 0px;
28         z-index: 2;
29 }
30 #close {
31         position: absolute;
32         top: 0px;
33         right: 0px;
34         z-index: 2;
35 }
36 #options {
37         position: absolute;
38         top: 0px;
39         left: 0px;
40         z-index: 2;
41 }
42 #optionmenu {
43         display: none;
44         position: absolute;
45         top: 50px;
46         left: 0px;
47         z-index: 2;
48         background-color: white;
49         color: black;
50         font-family: sans-serif;
51         padding: 5px;
52         margin-left: 2px;
53         border: 1px solid black;
54         opacity: 0.7;
55         line-height: 1.5em;
56 }
57 #optionmenu a {
58         color: black;
59         text-decoration: none;
60 }
61
62 #preload, #preload_box {
63         position: absolute;
64         left: -2000px;
65         top: -2000px;
66         width: 1px;
67         height: 1px; 
68 /*      left: 10px;
69         top: 10px;
70         width: 20px;
71         height: 20px; */
72 }
73
74 #fulldownload {
75         display: none;
76 }
77
78 /* IE5/6 madness */
79 html {
80         overflow: hidden;
81 }
82 body
83 {
84         height: 100%;
85 }