summaryrefslogtreecommitdiff
path: root/web/base.css
blob: bae8cbd52603c73338500c10e67807d5564b65bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#nojs {
	color: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	background-color:#000000;
}

#details {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-color: #FFFFFF;
	display: none;
	z-index: 999999;
	border-top-left-radius: 10px;
	padding: 10px;
}

#pi {
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 20pt;
	cursor: pointer;
	z-index: 999;
}

#latest {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	font-size: 10pt;
}

#latest a {
	color: #FFFFFF;
}

#ripoff {
	display: inline;
}