summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/cards.css b/cards.css
index 1920573..2c79bbb 100644
--- a/cards.css
+++ b/cards.css
@@ -26,12 +26,20 @@
border-top: 1px solid black;
border-bottom: 1px solid black;
margin: 10px 0 12px 0;
- padding: 5px 30px 5px 0;
+ padding: 5px 20px 5px 0;
text-align: center;
font-size: 16px;
line-height: 16px;
}
+.flip .name {
+ padding: 5px 0 5px 20px;
+}
+
+.name.with_symbol {
+ padding: 5px 0;
+}
+
.name.red { background-color: #e32223; color: white; }
.name.pink { background-color: #f49899; color: black; }
.name.blue { background-color: #2482e4; color: white; }
@@ -66,6 +74,7 @@
width: 45px;
height: 63px;
background-size: contain;
+ z-index: 1;
filter: drop-shadow( 0 0 2px linen );
}