-
Notifications
You must be signed in to change notification settings - Fork 1
/
djrivals.css
122 lines (100 loc) · 2.26 KB
/
djrivals.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
115
116
117
118
119
120
121
122
a:link, a:visited {
color: #0000CC;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
font-size: 82%;
}
table {
table-layout: fixed;
}
/* title listing cells of the main page */
#rankings td {
vertical-align: top;
width: 350px;
}
/* ranking cells of the ranking page */
.djrank, .rivalrank {
vertical-align: top;
}
/* ranking table djicons */
.djrank td:nth-child(2) img, .rivalrank td:nth-child(2) img {
width: 52px;
height: 32px;
}
/* 1st column of the ranking tables */
.djrank th:nth-child(1), .djrank td:nth-child(1),
.rivalrank th:nth-child(1), .rivalrank td:nth-child(1) {
text-align: center;
width: 50px;
}
/* 2nd column of the ranking tables */
.djrank th:nth-child(2), .djrank td:nth-child(2),
.rivalrank th:nth-child(2), .rivalrank td:nth-child(2) {
text-align: center;
width: 75px;
}
/* 3rd column of the ranking tables */
.djrank th:nth-child(3), .djrank td:nth-child(3),
.rivalrank th:nth-child(3), .rivalrank td:nth-child(3) {
text-align: left;
width: 125px;
}
/* 4th column of the ranking tables */
.djrank th:nth-child(4), .djrank td:nth-child(4),
.rivalrank th:nth-child(4), .rivalrank td:nth-child(4) {
text-align: left;
width: 100px;
}
/* personal/rival score tables */
.tablesorter {
width: 475px;
}
/* 1st column of the personal/rival score tables */
.tablesorter th:nth-child(1) {
text-align: left;
width: 250px;
}
/* 2nd, 3rd, and 4th column of the personal/rival score tables */
.tablesorter th:nth-child(2), .tablesorter th:nth-child(3), .tablesorter th:nth-child(4) {
text-align: left;
width: 75px;
}
/* tab icons */
#ranking p > img, #me_tabs p > img, .rival_tabs p > img {
vertical-align: middle;
}
/* stats box */
#stats {
text-align: center;
width: 150px;
}
/* flashing gif clear lamp */
.fullcombo {
background-image: url("../images/fullcombo.gif");
}
/* gold clear lamp */
.exhardclear {
background-color: #FFD700;
}
/* light gray clear lamp */
.hardclear {
background-color: #DDDDDD;
}
/* azure clear lamp */
.normalclear {
background-color: #007FFF;
}
/* turquoise clear lamp */
.easyclear {
background-color: #40E0D0;
}
#dedication {
margin: 100px 0px 0px 0px;
}
#footer {
margin: 0px 0px 50px 10px;
}