-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
114 lines (92 loc) · 1.42 KB
/
css.css
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
@charset "utf-8";
/* CSS Document */
div.godbox {
float: left;
background: #000000;
padding: 5px;
margin: 5px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 0.8em;
filter: alpha(opacity=92);
opacity: 0.92;
}
body.godbody {
}
div.gridbox {
position: absolute;
top: 0px;
left: 0px;
}
div.testbox {
position: absolute;
top: 0px;
left: 0px;
}
div.godsbox {
position: absolute;
top: 0px;
left: 0px;
}
div.sharebox {
float: left;
padding: 20px;
margin: 5px;
background: #000000;
width: 144px;
}
div.generatedbox {
float: left;
background: #000000;
padding: 5px;
margin-left: 80px;
margin-top: 28px;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 0.8em;
filter: alpha(opacity=92);
opacity: 0.92;
}
div.sourcebox {
clear: left;
float: left;
padding: 5px;
margin: 5px;
background: #000000;
font-family: Century Gothic, Arial, Helvetica, sans-serif;
font-size: 0.8em;
filter: alpha(opacity=92);
opacity: 0.92;
}
a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}
div.listnamebox {
float: left;
width: 26em;
}
div.listvotesbox {
float: left;
text-align: right;
width: 6em;
}
div.listtimebox {
float: left;
text-align: right;
width: 12em;
}
div.listrowbox {
margin-left: 2px;
margin-right: 2px;
margin-top: 8px;
margin-bottom: 8px;
float: left;
clear: left;
}