forked from cdanis/urzas-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
decklist.css
62 lines (52 loc) · 791 Bytes
/
decklist.css
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
body {
color: white;
font: 36pt 'Roboto';
margin: 0;
background: #2c2c2c;
background: linear-gradient(to right, #2c2c2c, #121212);
text-align: center;
}
a {
color: #eee;
}
.title {
font: 72pt 'Metal Mania';
text-align: center;
margin-top: 40px;
margin-bottom: 30px;
color: #eee;
}
.date {
margin-bottom: 30px;
}
.columns {
display: flex;
justify-content: center;
margin-bottom: 200px;
}
.player {
width: 0;
flex: 1;
max-width: 310px;
text-align: left;
}
.player + .player {
margin-left: 140px;
}
.deck, .side {
font-size: 16px;
line-height: 30px;
}
.deck-name, .side-title {
font-size: 25px;
margin-top: 20px;
margin-bottom: 10px;
}
.mana {
float: right;
position: relative;
top: -2px;
}
.mana > .ms {
margin-left: 2px;
}