Warning: file_exists(): open_basedir restriction in effect. File(/bin/bash) is not within the allowed path(s): (/var/www/vhosts/wikitoyes.org/:/tmp/:/gitinfo) in /var/www/vhosts/wikitoyes.org/httpdocs/includes/shell/CommandFactory.php on line 119
MediaWiki:Common.css: Unterschied zwischen den Versionen – WikiToYes

MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus WikiToYes
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 29: Zeile 29:
   opacity: 1;
   opacity: 1;
   max-height: 400px;
   max-height: 400px;
}
/*BOOTSTRAP KOMPONENTEN
/* Füge dies am Ende der Datei hinzu */
.mw-custom-accordion {
  border: 1px solid #a2a9b1;
  margin-bottom: 15px;
  border-radius: 3px;
}
.mw-custom-accordion-header {
  background-color: #f8f9fa;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
}
.mw-custom-accordion-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #a2a9b1;
}
}

Version vom 16. Juli 2025, 15:01 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Obere dunkle Navbar bekommt höheren z-index */
nav.bg-dark.navbar-dark {
    position: relative;
    z-index: 1050;
}

/* Sticky navbar darunter: geringerer z-index */
.sticky-top {
    z-index: 1030 !important;
}

/* Stelle sicher, dass Dropdowns der oberen Leiste drüber liegen */
nav.bg-dark.navbar-dark .dropdown-menu {
    z-index: 1060 !important;
    position: absolute !important;
}

/* Das folgende CSS versteckt den __TOC__ Befehl (Inhaltsverzeichnis der Seite) das jetzt zugeklappt geöffnet wird. 
/* Aufruf auf der Seite  <div id="fade-toc" class="toc-fade" style="max-height: 400px; overflow-y: auto;"> __TOC__  </div>

.toc-fade {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  overflow: hidden;
}
.toc-fade.shown {
  opacity: 1;
  max-height: 400px;
}

/*BOOTSTRAP KOMPONENTEN
/* Füge dies am Ende der Datei hinzu */
.mw-custom-accordion {
  border: 1px solid #a2a9b1;
  margin-bottom: 15px;
  border-radius: 3px;
}
.mw-custom-accordion-header {
  background-color: #f8f9fa;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
}
.mw-custom-accordion-content {
  padding: 15px;
  display: none;
  border-top: 1px solid #a2a9b1;
}