diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -23,13 +23,22 @@ body.Lancaster #event_header, body.Lancaster #hand_header, body.Lancaster #plan_ #log .h4 { text-decoration: underline; } #log .h1 { background-color: #e5ce98 } -#log .h2 { background-color: #d1cfa1 } +#log .h2 { background-color: #e6e5be } #log .h2.lancaster { background-color: #fad2d3 } #log .h2.york { background-color: #d1ddf1 } +#log .h1 { background-color: tan } +#log .h2 { background-color: gainsboro } + +#log .ip { float: right; padding: 0 4px 0 0; text-indent: 0; color: dimgray } +/* +#log .ip::after { content: "IP" } +*/ + #log div { padding-left: 20px; text-indent: -12px; } #log div.i { padding-left: 32px; text-indent: -12px; } +#log div.ii { padding-left: 44px; text-indent: -12px; } #log .card_tip { font-style: italic; } #log .card_tip:hover { text-decoration: underline; } @@ -283,7 +292,7 @@ body.Lancaster #plan_actions .york { display: none } border-radius: 50% 50% 0 0; } -.locale.fortress { border-radius: 0% 0% 0 0 } +.locale.fortress { border-radius: 25% 25% 0 0 } .locale.sea { border-radius: 50% } .locale.exile_box { border-radius: 0 0 50% 50% } |