summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormorkt <morkt@users.noreply.github.com>2015-11-26 10:08:46 +0400
committermorkt <morkt@users.noreply.github.com>2015-11-26 10:08:46 +0400
commit20511590c1611fbd0679703300eac55a0f8c5026 (patch)
treef368faa971ac2a3b5cf6d0ce3817bf8b3ceccc0a /data
parent3791fa634d3aaadcd326612697672db439be3fe0 (diff)
Modified cast block layout.
Diffstat (limited to 'data')
-rw-r--r--data/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index e3404883..fefd5654 100644
--- a/data/style.css
+++ b/data/style.css
@@ -612,6 +612,23 @@ div.staff li b.grayedout { margin-left: 10px }
div.staff td.tc1,
div.staff td.tc2 { white-space: nowrap; padding-left: 20px; padding-right: 20px; }
+div.cast_list b.grayedout { margin-left: 10px }
+div.cast_list .char_bubble {
+ background: url($_boxbg$) repeat;
+ display: inline-block;
+ text-align: left;
+ vertical-align: top;
+ width: 300px;
+ margin: 3px;
+ padding: 3px 10px;
+}
+div.cast_list .char_bubble .name {
+ font-weight: bold;
+ white-space: nowrap;
+ border-bottom: 1px solid $border$;
+ margin-bottom: 3px;
+}
+
/***** Staff edit *****/