diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-18 15:27:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-01-08 16:36:48 +0100 |
commit | 3a65f3f621ccb4455f4bfd80c7c713a56c14ba84 (patch) | |
tree | 5ba8a6c59af6c3a71916702a328f6c160bf67a83 | |
parent | f235880209dc734648cbff6654fc94cb261922bb (diff) | |
download | table-battles-3a65f3f621ccb4455f4bfd80c7c713a56c14ba84.tar.gz |
reserve appearance
-rw-r--r-- | play.html | 59 |
1 files changed, 29 insertions, 30 deletions
@@ -117,29 +117,11 @@ main { .player_pool { width: 500px; - background-color: #0002; - margin: 0 auto; -} - -#player1 .player_pool { - margin: 0 auto 23px auto; - border-radius: 0 0 24px 24px; - padding-bottom: 4px; -} - -#player2 .player_pool { - margin: 23px auto 0 auto; - border-radius: 24px 24px 0 0; - padding-top: 4px; -} - -/* -.player_pool { - margin: 23px auto; + background-color: #0003; + padding: 8px; border-radius: 24px; - padding: 4px; + margin: 24px auto; } -*/ .player_name { color: antiquewhite; @@ -148,7 +130,7 @@ main { text-align: center; font-style: italic; font-family: "Source Serif"; - //padding: 4px; + padding: 4px; } .table_pool { @@ -170,14 +152,6 @@ main { #player1 .table_reserve, #player1 .table_front { align-items: end; } #player2 .table_reserve, #player2 .table_front { align-items: start; } -.table_front { - min-height: 509px; -} - -.table_reserve { - background-color: #0002; -} - #player1 .table_reserve { padding: 24px 24px 0 24px; } #player2 .table_reserve { padding: 0 24px 24px 24px; } @@ -185,6 +159,31 @@ main { flex-direction: row-reverse; } +.table_front { + min-height: 509px; +} + + +/* RESERVE OPTIONS */ + +/* +.table_reserve { background-color: #0001; } +*/ + +/* +.table_reserve { background-color: #f002; } +.table_front { background-color: #0f02; } +.slot { background-color: #00f2; } +*/ + +/* +.table_reserve { background-color: #0001; } +.player_pool { background-color: #0001; } +#player1 .player_pool { margin: 0 auto 24px auto; border-radius: 0 0 24px 24px; } +#player2 .player_pool { margin: 24px auto 0 auto; border-radius: 24px 24px 0 0; } +*/ + + /* CARD SLOTS */ .slot_cubes { |