]> git.sesse.net Git - pr0n/blob - files/pr0n-fullscreen.css
Bla bla. :-P
[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 /* IE centering hacks */
15 #iehack {
16         _position: absolute;
17         _top: 50%;
18         _left: 50%;
19 }
20 #image {
21         _position: relative;
22         _top: -50%;
23         _left: -50%;
24 }
25
26 img, #text {
27         vertical-align: middle;
28 }
29
30 #previous {
31         position: absolute;
32         bottom: 0px;
33         left: 0px;
34         z-index: 1;
35 }
36 #next {
37         position: absolute;
38         bottom: 0px;
39         right: 0px;
40         z-index: 1;
41 }
42 #close {
43         position: absolute;
44         top: 0px;
45         right: 0px;
46         z-index: 1;
47 }
48
49 #preload {
50         position: absolute;
51         left: -2000px;
52         top: -2000px;
53         width: 1px;
54         height: 1px; 
55 /*      left: 10px;
56         top: 10px;
57         width: 20px;
58         height: 20px; */
59 }
60
61 /* IE5/6 madness */
62 html {
63         overflow: hidden;
64 }
65 body
66 {
67         height: 100%;
68 }