diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-04-04 23:12:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-05-03 18:48:16 +0200 |
commit | be261dc88a1f27cb2e404eab65e6aef17c024997 (patch) | |
tree | b89b3e98ffb6eab920eefe6db238ac5838deb705 /play.css | |
parent | 781be5d4542560150e4b910236a20871d8d2760a (diff) | |
download | andean-abyss-be261dc88a1f27cb2e404eab65e6aef17c024997.tar.gz |
Pause for Roll!
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -352,27 +352,28 @@ path.tip { stroke: yellow; } } #this_card { position: relative; } -#shaded_event, #unshaded_event { display: none; } -#shaded_event.action, #unshaded_event.action { display: block; } #this_card.c #shaded_event { border-top-color: transparent; } #this_card.c #unshaded_event { border-image: radial-gradient(100px 30px at bottom, transparent 65%, white) 3 } -#unshaded_event { +#unshaded_event, #shaded_event { + display: none; position: absolute; box-sizing: border-box; - //border-radius: 8px; border: 3px solid white; +} + +#shaded_event.action, #unshaded_event.action { + display: block; +} + +#unshaded_event { left: 13px; right: 13px; top: 186px; } #shaded_event { - position: absolute; - box-sizing: border-box; - //border-radius: 8px; - border: 3px solid white; left: 19px; right: 19px; bottom: 23px; |