From d1dd9316d41cf86ccf4739355d88afd10ad27e05 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 18 Jan 2022 14:42:05 +0100 Subject: Improve log formatting. --- play.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'play.css') 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; } -- cgit v1.2.3