From 55587a61d739aebaf43b0dacff598f3cfd8689bb Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Fri, 14 Mar 2025 17:21:30 -0400 Subject: Rework event headers --- play.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'play.css') diff --git a/play.css b/play.css index 20afdd6..e482421 100644 --- a/play.css +++ b/play.css @@ -128,11 +128,14 @@ header.your_turn.ve { background-color: #ffbf32 } .die.action { box-shadow: 0 0 0 1px #333, 0 0 0px 3px white; } /* LOG */ -#log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin: 8px 0; text-align: center; } +#log .h1 { background-color: silver; font-weight: bold; padding-top:4px; padding-bottom:4px; margin-top: 8px; margin-bottom: 4px; text-align: center; } #log .h1 { background-image: linear-gradient(60deg, gray, turquoise, gold); text-shadow: 0 0 4px white; } #log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } -#log .h1.mi { background-image: linear-gradient(60deg, rgb(83, 8, 8), rgb(255, 0, 0), rgb(44, 44, 40)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white} +#log .h1.mi { background-image: linear-gradient(60deg, rgb(83, 8, 8), rgb(255, 0, 0), rgb(44, 44, 40)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; font-variant: small-caps; } +#log .h1.succ1 { background-image: linear-gradient(60deg, rgb(67, 70, 54), rgb(97, 102, 82), rgb(67, 70, 54)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; font-variant: small-caps; } +#log .h1.succ2 { background-image: linear-gradient(170deg, rgb(15, 76, 69), rgb(0, 132, 121), rgb(3, 99, 95)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; font-variant: small-caps; } +#log .h1.succ3 { background-image: linear-gradient(240deg, rgb(118, 80, 0), rgb(187, 145, 9), rgb(65, 42, 0)); text-shadow: 0 0 4px rgb(0, 0, 0); color: white; font-variant: small-caps; } #log .h2.ds { background-color: silver } #log .h2.bk { background-color: #85dbd2 } #log .h2.ve { background-color: #e4ba6e } @@ -142,8 +145,8 @@ header.your_turn.ve { background-color: #ffbf32 } #log .italic { font-style: italic; } #log div { padding-left: 20px; text-indent: -12px; } #log div.indent { padding-left: 32px; text-indent: -12px; } -#log .h1 { border-bottom: 2px solid #444; border-top: 2px solid #444; } -#log .h2 { border-bottom: 1px solid #444; border-top: 1px solid #444; } +#log .h1 { border-bottom: 1px solid #444; border-top: 1px solid #444; } +/* #log .h2 { border-bottom: 1px solid #444; border-top: 1px solid #444; } */ #log .h3 { text-decoration: underline;} #log .adice { -- cgit v1.2.3