MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus TuxBoxWIKI
Zur Navigation springen Zur Suche springen
(Test css)
(reset)
Markierung: Ersetzt
 
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/*********************************
* 1) Haupt-Content dunkel färben
*********************************/
.skin-vector .mw-content-ltr,
.skin-vector .mw-parser-output,
.skin-vector .mw-body,
.skin-vector #content,
.skin-vector .mw-content-text {
    background-color: #2f3240 !important;
    color: #bfc4ce !important;
}
/*********************************
* 2) Inhaltsverzeichnis (TOC)
*********************************/
.mw-parser-output #toc,
.mw-parser-output .toc {
    background-color: #2f3240 !important;
    color: #bfc4ce !important;
    border: 1px solid #3e414d !important;
}
.mw-parser-output #toc a,
.mw-parser-output .toc a {
    color: #53a7fd !important;
    text-decoration: none;
}
.mw-parser-output #toc a:hover,
.mw-parser-output .toc a:hover {
    color: #53fd7c !important;
}
/********************************************
* 3) Tabellen, Boxen, Infokästen im Artikel
********************************************/
.mw-parser-output table,
.mw-parser-output table th,
.mw-parser-output table td {
    background-color: #2f3240 !important;
    border: 1px solid #3e414d !important;
    color: #bfc4ce !important;
}
.mw-parser-output table.wikitable>caption {
    background-color: #2f3240 !important;
    color: #bfc4ce !important;
}
/****************************************************
* 4) Weitere Kleinigkeiten: Code-Blöcke, Pre-Text...
****************************************************/
.mw-parser-output pre,
.mw-parser-output code,
.mw-parser-output tt {
    background-color: #393c48 !important;
    color: #eeeeee !important;
    border: 1px solid #3e414d !important;
}
#footer,
.skin-vector .mw-footer,
.skin-vector-2022-footer {
  background-color: #242731 !important;
  border-top: 1px solid #3e414d !important;
  color: #999;
}
.mw-specialpage-summary,
.mw-specialpage-summary ~ div {
  background-color: #2f3240 !important;
  color: #bfc4ce !important;
}

Aktuelle Version vom 23. Januar 2025, 20:29 Uhr

/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */