summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-11-26 15:10:34 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 13:02:37 +0100
commit7746a800c6d0402923b4dda3c9939b706716196d (patch)
treef3b9d9e5cc25b7f3b5daf4c8c442645b709b8b1f /play.html
parent1eb2d8cd1c5ea7615dde76e7352df1f0a14b71ab (diff)
downloadnevsky-7746a800c6d0402923b4dda3c9939b706716196d.tar.gz
Legate location.
Diffstat (limited to 'play.html')
-rw-r--r--play.html19
1 files changed, 4 insertions, 15 deletions
diff --git a/play.html b/play.html
index 0f3b954..ba769b4 100644
--- a/play.html
+++ b/play.html
@@ -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>