summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-15 15:52:21 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commit096d811c5835c0d97dd687a68465e6d68adac675 (patch)
tree6a62bba001d0fb7d8ded650b20c9971ac5932d8d /cards.css
parent0659b78aa31e23c8feb6d4ff57a1cd349021b28f (diff)
downloadtable-battles-096d811c5835c0d97dd687a68465e6d68adac675.tar.gz
Rocoux. Improved layout.
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/cards.css b/cards.css
index bf1cd56..b0b9221 100644
--- a/cards.css
+++ b/cards.css
@@ -44,9 +44,9 @@
.name.red { background-color: #e32223; color: white; }
.name.pink { background-color: #f49899; color: black; }
.name.blue { background-color: #2482e4; color: white; }
-.name.dkblue { background-color: #04089f; color: white; }
.name.dkblue { background-color: #1239c3; color: white; }
.name.dkblue { background-color: #44d; color: white; }
+.name.dkblue { background-color: #04089f; color: white; }
.name.sym {
padding-left: 30px;
@@ -188,7 +188,11 @@
min-height: 18px;
}
-.lore_text, .rule_text, .action_rule {
+.action_effect.short {
+ min-height: 18px;
+}
+
+.lore_text, .rule_text {
font-family: "Source Serif SmText";
margin: 6px 0;
padding: 0 12px;
@@ -197,10 +201,6 @@
text-indent: 12px;
}
-.action_rule {
- margin: 4px 0 8px 0;
-}
-
.lore_text {
font-style: italic;
}
@@ -283,11 +283,7 @@
/* SQUEEZE CARDS WITH TOO MUCH INFO */
-.action_effect.short { min-height: 18px; }
-.squeeze1 .action_effect { min-height: 18px; }
-.squeeze2 .action_row + .action_row { margin-top: 0px }
-.squeeze3 .action_effect { min-height: 18px; }
-.squeeze3 .action_row + .action_row { margin-top: 0px }
+.squeeze .action_row + .action_row { margin-top: 6px }
/* PRINT STYLE */