MediaWiki:Common.css

Aus Wikikama

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Subtitel unter dem Wikikama-Schriftzug */
#p-logo:after {
    content: "Mehr Wissen. Mehr Sicherheit. Fakten gegen Fakes.";
    display: block;
    font-size: 0.8em;
    color: gray;
    text-align: center;
    margin-top: 5px;
}

/* Einheitliche Schriftart auf Arial setzen */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

/* Optional: Überschriften leicht anpassen */
h1, h2, h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #2C5282;
}

/* Einheitliche Linkfarbe für alle Links */
a:link,
a:visited {
  color: #2B6CB0 !important; /* dein Wunschblau */
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#mw-content-container {
    border-bottom: none !important;
}

#mw-footer-container,
#mw-footer {
  background-color: #3a3a3a !important;
  color: #ccc;
}

#mw-footer a {
  color: #8ab4f8 !important; /* heller, gut lesbarer Blauton */
  text-decoration: underline; /* optional, zur besseren Erkennbarkeit */
}

#mw-footer a:hover {
  color: #a6c8ff !important; /* hellerer Blauton bei Hover */
}
#mw-footer-container {
  margin-bottom: 20px;
  /* Oder falls margin besser passt */
  /* margin-bottom: 20px; */
}

#mw-footer a:hover {
  color: #5599dd;
}

#support-banner {
  background: #FEF3C7;
  color: #111827;
  border-top: 2px solid #D97706;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

#support-banner a {
  color: #1D4ED8;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 480px) {
  #support-banner {
    font-size: 13px;
    padding: 10px 12px;
  }
}

.sidebar-chunk#site-tools,
#p-tb {
  display: none !important;
}

#mw-panel .portal a {
  display: block;
  background-color: #2C5282;
  color: white !important;
  padding: 6px 10px;
  margin: 4px 0;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
}

#mw-panel .portal a:hover {
  background-color: #1A365D;
}
/* Versteckt Login-Menü für alle, die nicht eingeloggt sind */
body:not(.user-logged-in) #user-tools,
body:not(.user-logged-in) .vector-user-menu,
body:not(.user-logged-in) #p-personal {
    display: none !important;
}

a[href*="Vorlage:Extension_DPL"] {
    display: none !important;
}