diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-11 13:23:06 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-11 16:06:33 +0100 |
commit | 25367abbb82953fe23de73358009118a9ffa3134 (patch) | |
tree | d220c06bd9d756ba1d2fcf358adc9092c5b16b95 /play.css | |
parent | 4bdd35c50cc542d4ed4bdd78f8d925f9de65c5ce (diff) | |
download | votes-for-women-25367abbb82953fe23de73358009118a9ffa3134.tar.gz |
Remove unused CSS rules.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -189,8 +189,6 @@ section > * { .panel { padding: 3px; font-family: TiffanyGothicCC; - x-font-variant: small-caps; - font-feature-settings: 'smcp'; background-color: hsl(43, 52%, 88%); box-shadow: 1px 2px 4px #0004; min-width: fit-content; @@ -298,8 +296,6 @@ body.Opposition .popup li.action:hover { background-color: var(--opp-25) } #mapwrap { width: 1100px; height: 850px; - x-border: 1px solid #222; - x-margin-top: -1px; box-shadow: 1px 2px 4px #0004; } @@ -311,15 +307,6 @@ body.Opposition .popup li.action:hover { background-color: var(--opp-25) } background-size: 1100px 850px; } -#map-texture { - position: absolute; - width: 1100px; - height: 850px; - background-image: url(map-texture.jpg); - background-size: 1100px 850px; - mix-blend-mode: multiply; -} - svg { position: absolute; } @@ -497,14 +484,6 @@ div.nineteenth_amendment_score:not(.hide) { .piece.yellow.cube { background-image: url(pieces/iso_yellow_cube.svg); } .piece.purple.cube { background-image: url(pieces/iso_purple_cube.svg); } -/* 2D CUBES */ -/* -.piece.cube { width: 14px; height: 14px; border: 1px solid black; } -.piece.purple.cube { background-color: #6d5798; } -.piece.yellow.cube { background-color: #fec36d; } -.piece.red.cube { background-color: #e06136; } -*/ - .piece.turn { width: 30px; height: 30px; |