summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-18 14:42:05 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commitd1dd9316d41cf86ccf4739355d88afd10ad27e05 (patch)
treeca0aa44e36861ac8cfd696143383f78fbe019be1 /play.css
parent5ecaccd4eb5abbf78a516fe234d49560addc7888 (diff)
downloadshores-of-tripoli-d1dd9316d41cf86ccf4739355d88afd10ad27e05.tar.gz
Improve log formatting.
Diffstat (limited to 'play.css')
-rw-r--r--play.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/play.css b/play.css
index befdd04..2e4dfb3 100644
--- a/play.css
+++ b/play.css
@@ -8,8 +8,10 @@ body.United_States header.your_turn { background-color: skyblue; }
#role_Tripolitania .role_name { background-color: salmon; }
#log { background-color: #eee; }
-#log .st { background-color: #777; color: white; font-weight: bold; padding:3px; text-align: center; }
-#log .ss { background-color: #ccc; color: #444; font-weight: bold; padding:3px; text-align: center; }
+#log .year { background-color: #777; color: white; font-weight: bold; padding:3px; text-align: center; }
+#log .season { background-color: #ccc; color: #444; font-weight: bold; padding:3px; text-align: center; }
+#log .raid, .battle { text-decoration: underline; font-style: italic; font-weight: bold; }
+#log .round { text-decoration: underline; font-style: italic; }
#log .end { font-style: italic; }
#log .us_tip { color: blue; text-decoration: dotted underline; cursor: help; }
#log .tr_tip { color: #d00; text-decoration: dotted underline; cursor: help; }