diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 19 |
1 files changed, 4 insertions, 15 deletions
@@ -79,13 +79,6 @@ header.your_turn { background-color: orange; } /* PLAN */ #plan { - //background-color: white; - //border: 1px solid black; - //position: fixed; - top: 84px; - left: 36px; - //box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5); - //z-index: 51; user-select: none; max-width: 1275px; margin: 36px auto; @@ -93,9 +86,7 @@ header.your_turn { background-color: orange; } #plan_header { font-weight: bold; - cursor: move; text-align: center; - //border-bottom: 1px solid black; background-color: #444; color: white; padding: 3px 1em; @@ -721,8 +712,6 @@ body.shift .mustered_vassals { width: 32px; height: 64px; background-image: url(images/legate.svg); - top: 1580px; - left: 170px; filter: drop-shadow(0px 2px 4px #0004); } @@ -1099,10 +1088,10 @@ body.shift .mustered_vassals { <div id="boxes"></div> <div id="pieces"> - <div id="turn" class="marker circle turn levy t1"></div> - <div id="vp2" class="marker circle victory russian v0 stack"></div> - <div id="vp1" class="marker circle victory teutonic v0 stack"></div> - <div id="legate"></div> + <div id="turn" class="hide marker circle turn levy t1"></div> + <div id="vp2" class="hide marker circle victory russian v0 stack"></div> + <div id="vp1" class="hide marker circle victory teutonic v0 stack"></div> + <div id="legate" class="hide"></div> </div> </div> |