-
Notifications
You must be signed in to change notification settings - Fork 0
/
nmd_styles.css
91 lines (79 loc) · 1.44 KB
/
nmd_styles.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
.nmd-logo-header {
height: 80px;
}
h3 small {
font-size: 16px;
}
.nmd-help-link {
font-size: 18px;
}
#nmd-deck-table {
border: 2px solid #555555;
margin: auto;
}
#nmd-deck-table * {
text-align: center;
}
#nmd-card-table {
background: #30836F;
color: #FFFFFF;
border: 2px solid #555555;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
#nmd-autplay-status-wrapper {
font-size: .8em;
}
#nmd-autplay-status-count {
background: #DDEECC;
padding: 0 3px 0 3px;
}
.nmd-playing-card {
position: relative;
max-width: 200px;
margin: auto;
border: 2px solid #555555;
background: #FFFFFF;
text-align: center;
padding-top: 35%;
aspect-ratio: 9/14;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
.nmd-winning-card {
border: 4px solid #176DF9;
}
.nmd-playing-card-winner_notice {
position:absolute;
bottom:0;
left: 0;
margin: auto;
background-color: #176DF9;
color: #FFFFFF;
text-align: center;
width: 100%;
padding-top: 4px;
padding-bottom: 4px;
font-size: 14px;
line-height: 110%;
}
.nmd-playing-card-winner_notice:after {
content: 'You\'re a Winner!';
}
#nmd-trump-card {
color: #000000;
max-width: 160px;
margin: auto;
border: 2px solid #555555;
background: #FFFFFF;
text-align: center;
aspect-ratio: 14/9;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}