summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battlemap/www/style.css')
-rw-r--r--src/battlemap/www/style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/battlemap/www/style.css b/src/battlemap/www/style.css
index ffd32d5..e2b5151 100644
--- a/src/battlemap/www/style.css
+++ b/src/battlemap/www/style.css
@@ -224,6 +224,27 @@
height: 100px;
}
+.battlemap-character-portrait *
+{
+ box-sizing: border-box;
+ background-size: 100% 100%;
+ width: inherit;
+ height: inherit;
+}
+
+.battlemap-character-portrait-body
+{
+ z-index: 1;
+}
+
+.battlemap-character-portrait-armor
+{
+ position: relative;
+ z-index: 1;
+ top: -100%;
+ background-size: 200% 100%;
+}
+
.battlemap-timeline-element,
.battlemap-characters-element
{