forked from cdanis/urzas-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deckimport.css
64 lines (53 loc) · 795 Bytes
/
deckimport.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
body, textarea, button {
font-family: 'Roboto';
}
body {
font-size: 20px;
}
.header {
position: absolute;
right: 20px;
top: 20px;
}
.header .button {
display: inline-block;
}
#user-pic {
background-repeat: no-repeat;
width: 40px;
height: 40px;
background-size: cover;
border-radius: 20px;
display: inline-block;
vertical-align: middle;
}
textarea, button {
display: block;
}
button, .button {
font-size: 16px;
padding: 5px;
border: 1px solid #555;
border-radius: 3px;
margin: 5px;
background: none;
}
textarea {
font-size: 10px;
}
.player {
margin: 20px;
display: inline-block;
vertical-align: top;
width: 15em;
}
.name {
margin-bottom: 20px;
}
.output, .deck {
font-size: 12px;
line-height: 1.5;
}
.error {
color: #CC0000;
}