summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css22
1 files changed, 14 insertions, 8 deletions
diff --git a/cards.css b/cards.css
index f5cd39b..f98f255 100644
--- a/cards.css
+++ b/cards.css
@@ -36,11 +36,6 @@
padding: 5px 0 5px 20px;
}
-.flip .dice_area .star {
- float: left;
- margin: 0 -48px 0 0;
-}
-
.name.with_symbol {
padding: 5px 0;
}
@@ -83,6 +78,10 @@
filter: drop-shadow( 0 0 2px linen );
}
+.flip .symbol {
+ top: -4px;
+}
+
.blue + .infantry { background-image: url(images/infantry1.png); }
.blue + .cavalry { background-image: url(images/cavalry1.png); }
.dkblue + .infantry { background-image: url(images/infantry1.png); }
@@ -207,7 +206,7 @@
line-height: 12px;
bottom: 0px;
left: 0px;
- padding: 8px 0;
+ padding: 7px 0;
width: 240px;
text-align: center;
}
@@ -230,7 +229,7 @@
line-height: 12px;
bottom: 0px;
right: 0px;
- padding: 8px 8px;
+ padding: 6px 8px;
}
.extra {
@@ -240,7 +239,7 @@
line-height: 12px;
bottom: 0px;
left: 0px;
- padding: 8px 8px;
+ padding: 6px 8px;
}
/* SCENARIO CARD */
@@ -272,6 +271,13 @@
.scenario_line { padding-left: 24px; }
+/* SQUEEZE CARDS WITH TOO MUCH INFO */
+
+.squeeze1 .action_effect { min-height: 18px; }
+.squeeze2 .action_row { margin: 12px 0 0 0 }
+.squeeze3 .action_effect { min-height: 18px; }
+.squeeze3 .action_row { margin: 6px 0 0 0 }
+
/* PRINT STYLE */
@media print {