summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/style.css')
-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 *****/