diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-04 20:17:16 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-04 20:17:26 +0100 |
commit | a6716206241f57fb189fc0814294178090aaeb9d (patch) | |
tree | 36f4746d80d83d4ad832cbece08cbac311ac9ffd /play.html | |
parent | 2b4b2e23eed2317c110f8e49203e517614663a39 (diff) | |
download | algeria-a6716206241f57fb189fc0814294178090aaeb9d.tar.gz |
Move title and border mask to map svg from play html.
Removes the need for URW Gothic as a web font.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -14,11 +14,6 @@ <script defer src="play.js"></script> <style> -@font-face { font-family: "URW Gothic"; src: url(fonts/URWGothic-Book.woff2); } -@font-face { font-family: "URW Gothic"; font-weight: bold; src: url(fonts/URWGothic-Demi.woff2); } -@font-face { font-family: "URW Gothic"; font-style: italic; src: url(fonts/URWGothic-BookOblique.woff2); } -@font-face { font-family: "URW Gothic"; font-style: italic; font-weight: bold; src: url(fonts/URWGothic-DemiOblique.woff2); } - :root { --fln-base: #006633; --fln-70: #61b37b; @@ -539,19 +534,6 @@ svg .area.tip, svg .urban2.tip { <svg id="svgmap" width="1503px" height="1103px" viewBox="0 0 1503 1103"> -<g fill="#555"> -<rect width="1503" height="53" x="0" y="0" /> -<rect width="1503" height="53" x="0" y="1050" /> -<rect width="53" height="1103" x="0" y="0" /> -<rect width="53" height="1103" x="1450" y="0" /> -</g> - -<g font-family="URW Gothic" text-anchor="middle" fill="white"> -<text font-size="48" x="200" y="120" fill="white">ALGERIA</text> -<text fill-opacity="0.7" font-weight="bold" letter-spacing="0.5" font-size="12" x="200" y="145" fill="white">The War of Independence 1954-1962</text> -<text fill-opacity="0.7" font-weight="bold" letter-spacing="0.5" font-size="12" x="200" y="165" fill="white">Game design by Brian Train</text> -</g> - <rect x="895" y="110" width="135" height="100" fill="#888" /> <rect x="895" y="110" width="45" height="100" opacity="0.6" fill="#002153" /> <rect x="940" y="110" width="45" height="100" opacity="0.6" fill="#ffffff" /> |