projects
/
pr0n
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b501128cd667a2ab7fa6a1d7cbf6fddfa65e1ab4
[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
#fulldownload {
63
display: none;
64
}
65
66
html, body {
67
overflow: hidden;
68
}