-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
94 lines (78 loc) · 1.38 KB
/
stylesheet.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
@font-face {
font-family: "nanami-bold";
src: url("https://s3.amazonaws.com/steemmonsters/website/fonts/nanami-bold-webfont.woff")
format("woff");
}
body {
max-width: 840px;
}
input,
select {
display: inline;
}
td {
text-align: center;
vertical-align: middle;
}
.card {
height: 100px;
}
.cardcollection {
height: 150px;
}
.mana {
background-image: url("https://d36mxiodymuqjm.cloudfront.net/website/ui_elements/bg_mana.png");
display: inline-block;
height: 20px;
width: 20px;
color: white;
font-family: nanami-bold;
text-shadow: 1px 1px 4px #000;
font-size: 32px;
background-repeat: no-repeat;
text-align: center;
height: 50px;
width: 50px;
padding: 0;
margin: 0;
line-height: 50px;
background-size: 50px;
}
#bottom {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
background-color: white;
border-top: 3px solid black;
}
#bottombutton {
position: fixed;
bottom: 2px;
box-shadow: 2px 2px 2px;
}
h1 {
color: black !important;
}
#matchinfo {
width: 270px;
}
.cardshistory {
text-align: left;
}
.ruleset img {
padding: 2px;
}
details {
display: inline;
}
.winner {
background-color: #cdffcc !important;
}
.loser {
background-color: #ffcccb !important;
}
.border {
border-bottom: 1px solid black;
}