record and order by number of games
[sc2-widget] / battle.css
1 body {
2         background: #000D1A;
3         color: #CCE6FF;
4         font: 24px Source Sans Pro, Arial, sans-serif;
5         margin-top: 1ex;
6 }
7
8 h1 {
9         font: 700 1.2em Eurostile Extd,Source Sans Pro,sans-serif;
10         text-transform: uppercase;
11         margin-top: 0;
12 }
13 h1:before {
14         background: url('https://static.starcraft2.com/dist/images/global/logos/img-sc2-nav-icon.png') no-repeat;
15         width: 50px;
16         height: 50px;
17         display: inline-block;
18         content: '';
19         vertical-align: middle;
20         margin: -1ex .4em -1ex 0;
21 }
22 .ladders {
23         font: 700 .8em Eurostile, sans-serif;
24         text-transform: uppercase;
25 }
26 h1,
27 strong {
28         color: #FFF;
29         letter-spacing: .05em;
30         text-shadow: 0 2px 4px rgba(0, 0, 0, .8), 0 8px 16px rgba(0, 0, 0, .6);
31 }
32 a {
33         color: inherit;
34         text-decoration: none;
35         transition: all .5s;
36 }
37 a:hover {
38         color: #FFF;
39 }
40 a:hover img {
41         border-color: #FFF;
42 }
43 em {
44         color: #A3B8CC;
45 }
46 small {
47         color: #7AA3CC;
48         font-weight: 400;
49         font-size: 100%;
50 }
51
52 ul {
53         overflow: hidden;
54         padding: 0;
55         margin: 0;
56         list-style: none;
57 }
58 li {
59         float: left;
60         margin-right: .8em;
61 }
62
63 figure {
64         text-align: center;
65         display: inline-block;
66         margin: 0;
67 }
68 figcaption {
69         margin-top: .2ex;
70 }
71 img {
72         border: 2px solid #122A42;
73         background: #021120;
74 }
75
76 li, li img {
77         transition: all 1s;
78 }
79 .select > li {
80         opacity: .5;
81 }
82 .select > li.select {
83         opacity: 1;
84 }
85 .select > .select img {
86         border-color: #055CB3;
87 }
88 .ladders li:hover {
89         background: #0C2643;
90         cursor: help;
91 }
92
93 .rank:before {
94         background: url("https://static.starcraft2.com/dist/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png") no-repeat;
95         background-position: -100px 0;
96         width: 45px;
97         height: 45px;
98         display: inline-block;
99         content: '';
100         vertical-align: middle;
101 }
102 .rank.bronze:before {
103         background-image: url("https://static.starcraft2.com/dist/images/bronze.249b7eee2d0c53c60a15403ded9bdc7c.png");
104 }
105 .rank.silver:before {
106         background-image: url("https://static.starcraft2.com/dist/images/silver.57bb73a131314d657135d2acf533d5e5.png");
107 }
108 .rank.gold:before {
109         background-image: url("https://static.starcraft2.com/dist/images/gold.ef84260f60c780d9fa2d99f083668592.png");
110 }
111 .rank.platinum:before {
112         background-image: url("https://static.starcraft2.com/dist/images/platinum.f407fcd425549f315098b0806ef8eac4.png");
113 }
114 .rank.diamond:before {
115         background-image: url("https://static.starcraft2.com/dist/images/diamond.6faad792f7b6bfc1c9f9bbeb5c289043.png");
116 }
117 .rank.master:before {
118         background-image: url("https://static.starcraft2.com/dist/images/master.51c47057b8cee504613a87cd84fba16b.png");
119 }
120 .rank.grandmaster:before {
121         background-image: url("https://static.starcraft2.com/dist/images/grandmaster.d2ab9065434e8fa4042d30e5010df5f9.png");
122 }
123
124 .ladders {
125         float: right;
126         margin: 0;
127         margin-top: -3ex;
128 }
129 .ladders li {
130         float: none;
131         margin-right: 0;
132 }