]> de.git.xonotic.org Git - xonotic/xonstat.git/blob - xonstat/batch/badges/css/style.css
Wait for precondition checks before beginning the DB transaction.
[xonotic/xonstat.git] / xonstat / batch / badges / css / style.css
1 body {
2   color: #ccc;
3   font-family: monospace;
4   font-size: 12px;
5 }
6 #badge {
7   background: url('../img/dark_wall.png');
8   height: 60px;
9   padding: 5px;
10   position: fixed;
11   width: 550px;
12 }
13 #nick {
14   font-size: 22px;
15   font-weight: bold;
16   height: 28px;
17   left: 10px;
18   overflow: hidden;
19   position: absolute;
20   width: 285px;
21 }
22 #games_played {
23   left: 10px;
24   position: absolute;
25   top: 45px;
26 }
27 #win_percentage, #kill_ratio, #elo {
28   left: 300px;
29   position: absolute;
30 }
31 #win_percentage {
32   top: 5px;
33 }
34 #kill_ratio {
35   top: 25px;
36 }
37 #elo {
38   top: 45px;
39 }