Ord

Slår op...

Tidsportalen

Mød fortidens vidner, løs din mission og dokumentér din rejse.

Historisk kilde
Billedtekst her...
Tid:
Sted:
Rolle

Navn

🎯 Dine missioner:

    Samtale med Fortiden (Dobbeltklik på svære ord for at få en forklaring på ordet)
    Min logbog
    --paper-shadow: 0 10px 30px rgba(0,0,0,0.5); } body { background-color: #1a120b; background-image: url('https://www.transparenttextures.com/patterns/dark-leather.png'); font-family: 'IM Fell English', serif; color: var(--ink); margin: 0; padding: 20px; display: flex; flex-direction: column; align-items: center; } .archive-station { background-color: var(--parchment); background-image: url('https://www.transparenttextures.com/patterns/parchment.png'); max-width: 1200px; width: 100%; padding: 40px; border: 2px solid var(--border-gold); box-shadow: var(--paper-shadow); position: relative; margin-bottom: 40px; } header { text-align: center; border-bottom: 3px double var(--border-gold); margin-bottom: 30px; padding-bottom: 20px; position: relative; } h1 { font-family: 'Lora', serif; font-size: 3em; color: var(--seal-red); margin: 0; } .subtitle { font-style: italic; font-size: 1.4em; color: #5d4037; margin-top: 10px; margin-bottom: 10px;} .controls { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 10px; } .debate-toggle { text-align: center; margin-bottom: 20px; font-family: 'Lora', serif; font-weight: bold; color: var(--seal-red); } .field label { font-family: 'Lora', serif; display: block; margin-bottom: 5px; font-weight: bold; color: var(--seal-red); } select { width: 100%; padding: 12px; font-size: 1.1em; font-family: 'IM Fell English'; border: 1px solid var(--border-gold); background: rgba(255,255,255,0.7); cursor: pointer; } .dashboard { display: grid; grid-template-columns: 400px 1fr; gap: 30px; display: none; margin-top: 20px; } .actor-card { background: rgba(255,255,255,0.5); padding: 25px; border: 1px solid var(--border-gold); border-radius: 5px; text-align: center; } #actorBio { font-size: 1.25em; line-height: 1.4; text-align: left; } .badge { display: inline-block; padding: 4px 12px; background: var(--seal-red); color: white; font-family: 'Lora', serif; font-size: 0.9em; margin-bottom: 10px; border-radius: 20px; } .missions { background: #e9e0d2; padding: 25px; border-left: 8px solid var(--seal-red); } .missions h3 { font-family: 'Lora', serif; margin-top: 0; font-size: 1.5em; color: var(--seal-red); } .mission-list { list-style: none; padding: 0; margin: 0; } .mission-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; font-size: 1.3em; line-height: 1.4; } .mission-text { flex-grow: 1; font-style: italic; } .mission-btn { background: none; border: 1px solid var(--border-gold); color: var(--ink); padding: 5px; border-radius: 4px; cursor: pointer; font-size: 1em; display: flex; align-items: center; justify-content: center; transition: 0.2s; } .mission-btn:hover { background: var(--border-gold); color: white; } .mission-btn.done { background: var(--teacher-green); border-color: var(--teacher-green); color: white; } .progress-container { width: 100%; background: #ccc; border-radius: 10px; height: 10px; margin-bottom: 15px; overflow: hidden; } .progress-bar { height: 100%; background: var(--teacher-green); width: 0%; transition: width 0.4s ease; } .criticism { margin-top: 20px; padding: 15px; background: #fff; border: 1px dashed var(--seal-red); font-size: 1.15em; line-height: 1.5; text-align: left; } .interaction-grid { display: grid; grid-template-columns: 1fr; gap: 40px; margin-top: 30px; display: none; } .box-title { font-family: 'Lora', serif; font-weight: bold; margin-bottom: 10px; border-bottom: 1px solid var(--border-gold); } textarea { width: 100%; height: 300px; background: rgba(255,255,255,0.4); border: 1px solid #ccc; font-family: 'Special Elite', cursive; padding: 15px; box-sizing: border-box; font-size: 1.05em; } .page-footer { text-align: center; margin-top: 10px; margin-bottom: 20px; color: var(--border-gold); font-family: 'IM Fell English', serif; font-size: 1.2em; line-height: 1.5; } .page-footer a { color: var(--border-gold); text-decoration: none; transition: color 0.3s; } .page-footer a:hover { color: var(--seal-red); text-decoration: underline; } /* Chat Styles */ .chat-container { display: flex; flex-direction: column; gap: 10px; } .chat-messages { height: 380px; overflow-y: auto; background: rgba(255,255,255,0.4); border: 1px solid #ccc; padding: 15px; display: flex; flex-direction: column; gap: 15px; scroll-behavior: smooth; } .msg-bubble { padding: 12px 18px; border-radius: 8px; max-width: 85%; font-family: 'Special Elite', cursive; font-size: 1.05em; line-height: 1.4; position: relative; } .user-bubble { background: rgba(139, 0, 0, 0.1); border: 1px solid var(--seal-red); align-self: flex-end; color: var(--seal-red); } .ai-bubble { background: rgba(255, 255, 255, 0.7); border: 1px solid var(--border-gold); align-self: flex-start; } .chat-input-area { display: flex; gap: 10px; flex-wrap: wrap; } .chat-input-area input { flex-grow: 1; padding: 12px; font-family: 'IM Fell English', serif; font-size: 1.1em; border: 1px solid var(--border-gold); background: rgba(255,255,255,0.8); min-width: 200px; } button { background: var(--seal-red); color: white; border: none; padding: 12px 25px; font-family: 'Lora', serif; font-size: 1.1em; cursor: pointer; transition: 0.3s; border-radius: 3px; } button:hover { background: #5a0000; transform: translateY(-2px); } button:disabled { background: #ccc; cursor: not-allowed; transform: none; } .btn-group { text-align: center; margin-top: 10px; display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .info-btn-group { display: flex; justify-content: center; gap: 15px; margin-bottom: 30px; flex-wrap: wrap; } .info-btn-group button { background: #5d4037; font-size: 1em; padding: 10px 20px; } .info-btn-group button:hover { background: #3e2a24; } /* Modal / Popup vindue til systemprompt og info */ .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); display: none; justify-content: center; align-items: center; z-index: 1000; } .modal-content { background: var(--parchment); background-image: url('https://www.transparenttextures.com/patterns/parchment.png'); padding: 40px; border: 3px solid var(--border-gold); max-width: 600px; width: 90%; text-align: center; box-shadow: 0 0 30px rgba(0,0,0,0.5); display: flex; flex-direction: column; gap: 20px; max-height: 90vh; overflow-y: auto; } .modal-content h2 { font-family: 'Lora', serif; color: var(--seal-red); margin: 0; } .modal-content textarea { height: 250px; font-size: 0.95em; cursor: text; } .modal-buttons { display: flex; justify-content: center; gap: 15px; } .btn-close { background: #5d4037; } .btn-close:hover { background: #3e2a24; } /* Dictionary Tooltip */ #dictTooltip { position: absolute; display: none; background: #fff; border: 2px solid var(--border-gold); padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); border-radius: 5px; max-width: 300px; z-index: 500; font-family: 'IM Fell English', serif; font-size: 1.1em; pointer-events: none; } #dictTooltip h4 { margin: 0 0 5px 0; color: var(--seal-red); font-family: 'Lora', serif; } /* Wikipedia Image Box */ .source-card { background: rgba(255,255,255,0.8); border: 1px solid var(--border-gold); padding: 15px; border-radius: 5px; text-align: center; } .source-image { width: 100%; height: auto; max-height: 300px; object-fit: contain; background-color: #e9e0d2; border: 2px solid #5d4037; margin-bottom: 10px; } .source-caption { font-size: 0.9em; font-style: italic; color: #5d4037; margin-bottom: 15px; } .timeline-info { background: #e9e0d2; padding: 10px; border-left: 4px solid var(--border-gold); text-align: left; font-size: 1.1em; } .wiki-link { display: block; margin-top: 15px; font-family: 'Lora', serif; font-weight: bold; color: var(--seal-red); text-decoration: none; transition: color 0.3s; text-align: left; } .wiki-link:hover { color: #5a0000; text-decoration: underline; } .chat-messages::-webkit-scrollbar { width: 8px; } .chat-messages::-webkit-scrollbar-track { background: rgba(0,0,0,0.05); } .chat-messages::-webkit-scrollbar-thumb { background: var(--border-gold); border-radius: 4px; } /* Print Container (Hidden on screen) */ #printContainer { display: none; } /* --- PRINT STYLES --- */ @media print { body { background: white !important; padding: 0; } body > * { display: none !important; } #printContainer { display: block !important; position: absolute; top: 0; left: 0; right: 0; background-color: var(--parchment); background-image: url('https://www.transparenttextures.com/patterns/parchment.png'); padding: 50px; border: 4px double var(--border-gold); min-height: 100vh; font-family: 'IM Fell English', serif; } .print-header { text-align: center; border-bottom: 2px solid var(--seal-red); margin-bottom: 30px; padding-bottom: 20px; } .print-header h1 { color: var(--seal-red); font-size: 3em; margin: 0; } .print-content { font-size: 14pt; line-height: 1.8; white-space: pre-wrap; } }

    Ord

    Slår op...

    Tidsportalen

    Mød fortidens vidner, løs din mission og dokumentér din rejse.

    Historisk kilde
    Billedtekst her...
    Tid:
    Sted:
    Rolle

    Navn

    🎯 Dine missioner:

      Samtale med Fortiden (Dobbeltklik på svære ord for at få en forklaring på ordet)
      Min logbog