This repository was archived by the owner on Mar 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
165 lines (137 loc) · 3.85 KB
/
style.css
File metadata and controls
165 lines (137 loc) · 3.85 KB
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
body {
background: white url('img/bg.png');
padding: 0;
margin: 0;
font-family: 'Noto Sans JP', sans-serif;
}
.bare {
text-align: center;
min-width: 640px;
margin: 0 auto 0 auto !important;
/*
ah yes, the peak of web design (TM)
no ugly hacks or anything
give me a break its almost deadline
*/
padding: 0.05px;
box-shadow: 0 0 5px black;
width: 90%;
max-width: 1200px;
}
#header {
background: url('img/header.png');
text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
box-shadow: 0 0 5px #333;
width: 100.1%;
}
#header a {
display: block;
}
#content {
background: white;
margin: 8px;
overflow: hidden;
}
h1, h2, h3 {
display: inline-block;
padding: 0;
margin: 0;
line-height: 50px;
color: #fff;
}
h1 { margin: 15px 0 0 0; font-size: 36px; }
h2 { margin: 0; font-size: 20px; }
h3 { margin: 0 0 10px 0; font-size: 14px; }
#content_parent { margin:15px 15px 25px 15px; }
.flavor { font-size: 14px; margin: 15px 10px 15px 10px; }
.choices { font-size: 14px; margin: 10px 10px 25px 10px; }
.choices_before { font-size: 14px; margin: 10px 10px 10px 10px; }
#leaderboard {
background:white;
width: 100.05%;
margin: 0;
border-spacing: 0;
}
.main-button {
font-weight: bold;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.choices_in { margin-top: 10px; }
th {
background: url('img/back.png');
font-weight: bold;
padding:6px;
text-align: center;
}
#footer {
font-size: 10px;
margin: 15px auto 0 auto;
text-align: center;
}
#leaderboard td {
padding: 8px 15px 8px 15px !important;
display: table-cell;
vertical-align: middle !important;
text-align: center;
overflow: hidden;
}
.award { width: 25px; height: 25px; display: inline-block; background-image: url('img/awards.png'); margin:0 0 -3px 0; cursor: help; opacity: 0.3; }
.award_boss1 { background-position: 0 0; }
.award_boss2 { background-position: -25px 0; }
.award_boss3 { background-position: -50px 0; }
.award_boss4 { background-position: -75px 0; }
.award_boss5 { background-position: -100px 0; }
.award_opp { background-position: -125px 0; }
.award_100 { background-position: -150px 0; }
.award_emp { background-position: -175px 0; }
.award_hax1 { background-position: -200px 0; }
.award_hax2 { background-position: -225px 0; }
.award_hax3 { background-position: -250px 0; }
.award_hax4 { background-position: -275px 0; }
.award_hax4_pending { background-position: -325px 0; }
.award_quick { background-position: -350px 0; }
.award_wholesome { background-position: -300px 0; }
.award_achieved { opacity: 1 !important; }
.wholesome td { background-image: url('img/wholesome.png') !important; }
.own_score td { background-color: #ffd !important; }
.tooltip, .tooltip-inner {
max-width: 400px !important;
}
.tooltip-name { font-size: 14px; display: inline-block; margin-top: 4px; }
.tooltip-points { font-size: 10px; }
.tooltip-desc { font-size: 12px; display: inline-block; margin-top: 8px; margin-bottom: 4px; }
.button-form { display: inline-block; }
.normal-inp { width: 60% !important; margin: auto; }
.register-notes {
padding: 0.1px;
background: #ffc;
font-size: 12px;
text-align: center;
margin-bottom: 15px;
}
.register-notes p {
margin: 8px;
}
.error {
background: #fcc;
margin-bottom: 10px;
padding: 8px;
border-radius: 15px;
}
.success {
background: #cfc;
margin-bottom: 10px;
padding: 8px;
border-radius: 15px;
}
.challenge .difficulty {
font-size: 10px;
display: inline-block;
margin-bottom: 10px;
}
.challenge {
background: #eef;
border-radius: 10px;
padding: 16px;
margin-bottom: 16px;
}