list all ladders regardless of member count
[sc2-widget] / battle.css
1 body {
2         background: #000D1A;
3         color: #CCE6FF;
4         font: 24px Source Sans Pro, Arial, sans-serif;
5 }
6
7 h1 {
8         font: 700 1.2em Eurostile Extd,Source Sans Pro,sans-serif;
9         text-transform: uppercase;
10 }
11 .ladders {
12         font: 700 .8em Eurostile, sans-serif;
13         text-transform: uppercase;
14 }
15 h1,
16 strong {
17         color: #FFF;
18         letter-spacing: .05em;
19         text-shadow: 0 2px 4px rgba(0, 0, 0, .8), 0 8px 16px rgba(0, 0, 0, .6);
20 }
21 h2,
22 a {
23         color: #CCE6FF;
24         text-decoration: none;
25 }
26 em {
27         color: #A3B8CC;
28 }
29 small {
30         color: #7AA3CC;
31         font-weight: 400;
32         font-size: 100%;
33 }
34
35 ul {
36         overflow: hidden;
37         padding: 0;
38         margin: 0;
39         list-style: none;
40 }
41 li {
42         float: left;
43         margin-right: .8em;
44 }
45
46 figure {
47         text-align: center;
48         display: inline-block;
49         margin: 0;
50 }
51 figcaption {
52         margin-top: .2ex;
53 }
54 img {
55         border: 2px solid #122A42;
56         background: #021120;
57 }
58
59 .rank:before {
60         background: url("https://static.starcraft2.com/dist/images/none.c8b435f5900fab1ac7981cc9b56f6f44.png") no-repeat;
61         background-position: -100px 0;
62         width: 45px;
63         height: 45px;
64         display: inline-block;
65         content: '';
66         vertical-align: middle;
67 }
68 .rank.silver:before {
69         background-image: url("https://static.starcraft2.com/dist/images/silver.57bb73a131314d657135d2acf533d5e5.png");
70 }
71 .rank.gold:before {
72         background-image: url("https://static.starcraft2.com/dist/images/gold.ef84260f60c780d9fa2d99f083668592.png");
73 }
74 .rank.platinum:before {
75         background-image: url("https://static.starcraft2.com/dist/images/platinum.f407fcd425549f315098b0806ef8eac4.png");
76 }
77 .rank.diamond:before {
78         background-image: url("https://static.starcraft2.com/dist/images/diamond.6faad792f7b6bfc1c9f9bbeb5c289043.png");
79 }
80 .rank.master:before {
81         background-image: url("https://static.starcraft2.com/dist/images/master.51c47057b8cee504613a87cd84fba16b.png");
82 }