diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -15,11 +15,15 @@ header.your_turn { background-color: orange; } #log { background-color: wheat; } #log div { padding-left: 20px; text-indent: -12px; } -#log .st { background-color: brown; color: gold; font-weight: bold; } +#log div.i { padding-left: 32px; text-indent: -12px; } +#log div.i { font-style: italic; } +#log .h1 { background-color: brown; color: gold; font-weight: bold; } +#log .h2 { background-color: brown; color: gold; font-weight: bold; } #log .C { background-color: salmon; } #log .P { background-color: #eb5; } -#log .bs { background-color: tan; } -#log .br { font-style: italic; text-decoration: underline; } +#log .h4 { background-color: tan; } +#log .h5 { font-style: italic; text-decoration: underline; } +#log .tip:hover { text-decoration: underline; cursor: pointer; } /* CARDS */ @@ -165,6 +169,12 @@ header.your_turn { background-color: orange; } opacity: 0.8; z-index: 9; } +.space.tip { + opacity: 1; + border-color: yellow; + border-style: dashed; + z-index: 9; +} #blocks.hide_blocks { display: none; |