]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/static/css/app.css
Add Arc to the damage chart.
[xonotic/xonstat.git] / xonstat / static / css / app.css
1 /* Fonts */
2 @font-face {
3     font-family: 'Xolonium';
4     src: url('fonts/xolonium.eot');
5     src: url('fonts/xolonium.eot?#iefix') format('embedded-opentype'),
6          url('fonts/xolonium.ttf') format('truetype'),
7          url('fonts/xolonium.woff') format('woff'),
8          url('fonts/xolonium.svg#xoloniumregular') format('svg');
9     font-weight: normal;
10     font-style: normal;
11 }
12
13 body {
14   background-color: #0F0F0F;
15   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) repeat scroll 0% 0%, url("img/bg.jpg") no-repeat fixed center center / cover black;
16   color: #9B9B9B;
17   font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
18 }
19
20 h1, h2, h3, h4, h5 {
21   color: #C3C3C3;;
22   font-family: "Xolonium", Helvetica, Arial, sans-serif;
23 }
24
25 p {
26   color: #C3C3C3;
27   font-size: 1.2rem;
28 }
29
30 hr {
31   border-color: #1b1b1b;
32 }
33
34 ul, ol, dl {
35   font-size: 1.1rem;
36 }
37
38 fieldset {
39   border: none;
40 }
41
42 table {
43   background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.70);
44   border: 1px solid #436688;
45   border-collapse: collapse;
46   border-spacing: 0;
47 }
48
49 table tr td {
50   font-size: 10px;
51 }
52
53 table thead, table th {
54   background-color: #001021;
55 }
56
57 table td, table th {
58   border: 1px solid #436688;
59 }
60
61 table tr.even, table tr.alt, table tr:nth-of-type(2n) {
62   background: none;
63 }
64
65 table thead tr th, table thead tr td, table tr th, table tr td {
66   color: #D0D0D0;
67 }
68
69 .table-condensed {
70   table-layout: fixed;
71   width: 100%;
72 }
73
74 .table-hover tr:hover {
75     background-color: #222;
76 }
77
78 .table-condensed th, .table-condensed td {
79   padding: 4px 5px;
80 }
81
82 .no-stretch {
83   overflow: hidden;
84   text-overflow: ellipsis;
85   white-space: nowrap;
86 }
87
88 .top-bar {
89   height: 50px;
90 }
91
92 .top-bar .name h1 a {
93   color: rgb(200, 200, 200);
94   font-size: 1.1rem;
95   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
96 }
97
98 .top-bar-section ul li {
99   background: none;
100 }
101
102 .top-bar-section ul li > a {
103   color: rgb(200, 200, 200);
104   font-family: 'Xolonium';
105   font-size: 1rem;
106   text-shadow: 0px 1px 1px rgba(200, 200, 200, 0.4);
107 }
108
109 .top-bar-section li:not(.has-form) a:not(.button) {
110   line-height: 50px;
111 }
112
113 .top-bar, .contain-to-grid {
114   background: linear-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 95% );
115   margin-bottom: 15px;
116 }
117
118 .top-bar.expanded .title-area {
119   background: none;
120 }
121
122 .top-bar-section li:not(.has-form) a:not(.button) {
123   background: none;
124 }
125
126 .top-bar-section li:not(.has-form) a:not(.button):hover {
127  background: #333;
128 }
129
130 .panel {
131   background-color: #151515;
132   border-color: rgb(40, 40, 40);
133 }
134
135 .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
136   color: #777777;
137 }
138
139 .th {
140   box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.4);
141 }
142
143 .th:hover, .th:focus {
144   box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.7);
145 }
146
147 /* accordion overrides */
148 .accordion .accordion-navigation, .accordion dd {
149   border: 1px solid #222222;
150   margin-bottom: 5px;
151 }
152
153 .accordion .accordion-navigation > a, .accordion dd > a {
154   background: none;
155   color: #C3C3C3;
156   font-family: "Xolonium", "Helvetica Neue", Helvetica, Arial, sans-serif;
157   font-size: 0.8rem;
158 }
159
160 .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
161   background: none;
162 }
163
164 .accordion .accordion-navigation.active > a, .accordion .accordion-navigation > a:hover {
165   background: #242424;
166 }
167
168 ul.accordion {
169   margin-left: 0;
170 }
171
172 /* Footer */
173 #footer {
174   background: linear-gradient( rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 95% );
175   font-family: sans-serif;
176   font-style: italic;
177   margin: 15px 0px 0px 0px;
178   padding-top: 5px;
179   width: 100%;
180 }
181
182 #footer p {
183   color: white;
184   margin-bottom: 0.5rem;
185   text-align: center;
186 }
187
188 #footer ul {
189   font-size: 1rem;
190   list-style: none;
191   margin-left: 0;
192 }
193
194 #title {
195   color: #08C;
196   font-size: 1.8rem;
197   margin-bottom: 10px;
198   position: relative;
199   text-align: center;
200   text-shadow: 2px 2px 3px #333;
201 }
202
203 .statline {
204   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
205   font-size: 0.9rem;
206   position: relative;
207   top: -10px;
208 }
209
210 .nostretch {
211   overflow: hidden;
212   text-overflow: ellipsis;
213   white-space: nowrap;
214 }
215
216 .button.tiny {
217   margin: 0;
218   padding: 0.5rem 1rem 0.5rem;
219 }
220
221 .tabs dd > a, .tabs .tab-title > a {
222   background: none;
223   color: #aaa;
224   padding: 1rem;
225 }
226
227 .tabs dd > a:hover, .tabs .tab-title > a:hover {
228   background-color: #1D1D1D;
229 }
230
231 .tabs dd.active a, .tabs .tab-title.active a {
232   background-color: #111;
233   color: #aaa;
234 }
235
236 .eloup {
237   color: #008000;
238 }
239
240 .elodown {
241   color: #BE0000;
242 }
243
244 .eloneutral {
245   color: gray;
246 }
247
248 .game {
249   margin-bottom: 1rem;
250 }
251
252 .game a {
253     color: #CCC;
254 }
255
256 .game a:hover {
257     color: #d95f00;
258     text-decoration: none;
259 }
260
261 .game tr {
262     background-color: #000;
263 }
264
265 .game tr.red {
266   background-color: #4d0000;
267 }
268
269 .game tr.blue {
270   background-color: #00004d;
271 }
272
273 .game tr.yellow {
274   background-color: #4d4d00;
275 }
276
277 .game tr.pink {
278   background-color: #4d004d;
279 }
280
281 .teamscore {
282   text-shadow: -1px -1px 0 #222;
283   font-weight: bold;
284 }
285
286 .teamscore .red {
287   color: #ad0000;
288 }
289
290 .teamscore .blue {
291   color: #0000ad;
292 }
293
294 .teamscore .yellow {
295   color: #adad00;
296 }
297
298 .teamscore .pink {
299   color: #ad00ad;
300 }
301
302 .player-score {
303   color: #FEFF3A;
304 }
305
306 .tabs-content {
307   margin-bottom: 0;
308 }