diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-18 14:42:05 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | d1dd9316d41cf86ccf4739355d88afd10ad27e05 (patch) | |
tree | ca0aa44e36861ac8cfd696143383f78fbe019be1 /play.css | |
parent | 5ecaccd4eb5abbf78a516fe234d49560addc7888 (diff) | |
download | shores-of-tripoli-d1dd9316d41cf86ccf4739355d88afd10ad27e05.tar.gz |
Improve log formatting.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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; } |