From fa2788feba85268d816301b1f67d3ebf30812e4f Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Mon, 24 Jul 2023 23:51:18 +0200 Subject: Include drawnings --- init.js | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'init.js') diff --git a/init.js b/init.js index 8b67048..cea6c1e 100644 --- a/init.js +++ b/init.js @@ -597,7 +597,20 @@ Programm erhalten haben. Wenn nicht, siehe gear.svg
  • info.svg
  • @@ -606,18 +619,11 @@ Programm erhalten haben. Wenn nicht, siehe marker.svg
  • marker-model.svg (modifiziert)
  • favicon.ico (zu PNG konvertiert)
  • -
  • markers/stiftskirche/image.jpg
  • -
  • markers/willigis_bruecke/image.jpg
  • -
  • markers/altstadt/image.jpg: Zeichnung einer Schülerin
  • markers/schloss/image.jpg
  • -
  • markers/kronberg/image.jpg
  • -
  • markers/pilger/image.jpg: TODO
  • markers/schoental/image.jpg
  • markers/stadttheater/image.jpg
  • -
  • markers/pompejanum/image.jpg
  • -
  • Fotos (markers/*/icon.png, fireworks/*.jpeg): © 2023 Ruth Pabst, Lizenz: CC BY-SA 4.0
  • +
  • markers/schoental_ruine/image.jpg
  • wrong-answer-buzzer.mp3
  • -
  • Gesprochene Texte (markers/*/sound.mp3): Schülerinnen und Schüler der Klasse 4a der Christian-Schad-Schule
  • Karten-Anbieter

    @@ -626,7 +632,7 @@ Programm erhalten haben. Wenn nicht, siehe markers/schoental_ruine/image.jpg + // container.style.scrollbarColor = "#7fb82e #e4edd7"; container.style.height = "90%"; @@ -929,10 +935,10 @@ const triggerMarker = (marker) => { onClose(); }); - container.style.width = "calc(100% - 20px)"; - container.style.height = "calc(100% - 20px)"; - container.style.top = "4px"; - container.style.left = "4px"; + container.style.width = "calc(100% - 30px)"; + container.style.height = "calc(100% - 30px)"; + container.style.top = "9px"; + container.style.left = "9px"; container.style.display = "flex"; container.style.flexFlow = "column"; @@ -987,7 +993,7 @@ const triggerMarker = (marker) => { timeCont.style.top = "40px"; timeCont.style.left = "4px"; timeCont.style.height = "calc(100% - 80px)"; - timeCont.style.width = "calc(100% - 8px)"; + timeCont.style.width = "calc(100% - 12px)"; timeCont.style.overflow = "auto"; timeCont.style.scrollbarColor = "#7fb82e #d9e9c6"; timeCont.style.direction = "rtl"; @@ -1119,7 +1125,7 @@ const triggerMarker = (marker) => { rect.removeChild(img); fillMarker(); - // TODO: firework, completion + // TODO } else { const rectOverlay = rect.appendChild(divOverlay()); const arrowOverlay = makeArrow("rgba(0, 0, 0, 0.5)"); -- cgit v1.2.3