]> git.sesse.net Git - pr0n/blob - files/pr0n-fullscreen.css
Through a fun set of hacks for the whole family (it's amazing that this should
[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 img {
18         z-index: 1;
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 #linkbg1, #linkbg2, #linkbg3 {
40         display: block;
41         position: absolute;
42         top: 0px;
43         right: 0px;
44         width: 100%;
45         height: 100%;
46         background-color: black;
47 }
48 #linkbg2 { z-index: -1; }
49 #linkbg3 { z-index: -1; }
50
51 #preload {
52         position: absolute;
53         left: -2000px;
54         top: -2000px;
55         width: 1px;
56         height: 1px; 
57 /*      left: 10px;
58         top: 10px;
59         width: 20px;
60         height: 20px; */
61 }
62
63 /* IE5/6 madness */
64 html {
65         overflow: hidden;
66 }
67 body
68 {
69         height: 100%;
70 }