Zum Inhalt springen

Hauptseite: Unterschied zwischen den Versionen

Aus wiki4life
Keine Bearbeitungszusammenfassung
Der Seiteninhalt wurde durch einen anderen Text ersetzt: „<div style="background-color: #000; min-height: 100vh;"></div>“
Markierung: Ersetzt
Zeile 1: Zeile 1:
<div style="
<div style="background-color: #000; min-height: 100vh;"></div>
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #0e0f12;
  color: #e8eaed;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  text-align: center;
">
 
  <!-- Logo -->
  <div style="margin-bottom: 20px;">
    [[Datei:Wiki4life-logo.svg|300px|link=Hauptseite]]
  </div>
 
  <!-- Titel -->
  <h1 style="font-size: 42px; font-weight: 600; margin: 0;">Wiki4life</h1>
  <p style="color: #aaa; font-size: 18px; margin-top: 5px;">Die freie Lebens-Enzyklopädie</p>
 
  <!-- Suchleiste -->
  <div style="
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  ">
    <form action="/index.php" method="get" role="search" style="display:flex; justify-content:center;">
      <input type="search" name="search" placeholder="Wiki4life durchsuchen..."
        style="padding:12px 16px; width:350px; border:none; border-radius:8px 0 0 8px; outline:none; font-size:15px;">
      <input type="hidden" name="title" value="Spezial:Suche">
      <button type="submit"
        style="padding:12px 18px; background-color:#4da3ff; color:#fff; border:none; border-radius:0 8px 8px 0; cursor:pointer; font-size:15px;">
        🔍
      </button>
    </form>
  </div>
 
  <!-- Themenbereiche -->
  <div style="
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

Version vom 17. Oktober 2025, 14:08 Uhr