diff options
-rw-r--r-- | play.css | 15 | ||||
-rw-r--r-- | play.html | 4 |
2 files changed, 11 insertions, 8 deletions
@@ -1,9 +1,16 @@ main { background-color: #777; } -#role_DS { background-color: silver } -#role_BK { background-color: turquoise } -#role_VK { background-color: gold } -#role_Solo { background-image: linear-gradient(120deg, gray, turquoise, gold) } +#role_DS { background-color: #89a } +#role_BK { background-color: #30b58b } +#role_VE { background-color: #ffbf32 } + +header.your_turn.ds { background-color: #89a } +header.your_turn.bk { background-color: #30b58b } +header.your_turn.ve { background-color: #ffbf32 } + +#role_Solo { + background-image: linear-gradient(120deg, #89a, #30b58b, #ffbf32) +} .role.active span { text-decoration: underline; } @@ -320,10 +320,6 @@ c-32 0 -38 0 -46 2 -11 2 -20 5 -23 6 -2 0 -5 2 -8 3 -4 1 -10 4 -14 6 -6 4 </svg> <div id="spaces"> - <div id="mongol_invaders" class="box" style="top:1266px;left:684px;width:141px;height:140px"></div> - <div id="available_ds" class="box" style="top:1266px;left:684px;width:141px;height:140px"></div> - <div id="available_bk" class="box" style="top:1266px;left:684px;width:141px;height:140px"></div> - <div id="available_ve" class="box" style="top:1266px;left:684px;width:141px;height:140px"></div> </div> <div id="tokens"> |