]> git.sesse.net Git - pr0n/blob - pr0n-fullscreen.css
9aab84d9b252a063a2a3b6f7da166ee9d1658fed
[pr0n] / 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 img {
14         vertical-align: middle;
15 }
16
17 #previous {
18         position: absolute;
19         bottom: 0px;
20         left: 0px;
21         z-index: 1;
22 }
23 #next {
24         position: absolute;
25         bottom: 0px;
26         right: 0px;
27         z-index: 1;
28 }
29 #preload {
30         position: absolute;
31         left: -2000px;
32         top: -2000px;
33         width: 1px;
34         height: 1px; 
35 /*      left: 10px;
36         top: 10px;
37         width: 20px;
38         height: 20px; */
39 }
40
41 /* IE5/6 madness */
42 html {
43         overflow: hidden;
44 }
45 body
46 {
47         height: 100%;
48 }