MediaWiki:Vector.CSS: Unterschied zwischen den Versionen

Aus Ottonien Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. */
/* <pre> */
:root {
    --ul-list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Ccircle cx='2.5' cy='9' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}


#content { background-color: #d5c096; } - changes the background color of the content of articles/pages, including the title of the articles.
html {
    -webkit-text-size-adjust: 100%;
}


#bodyContent { background-color: #d5c096; } - changes the background color of the content of pages, without the title of the pages.
body {
    background: var(--body-background-image) var(--body-background-color) top left / 1500px 375px no-repeat;
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}
 
.vector-body {
    font-size: 0.9em;
}
 
#firstHeading {
    font-weight: bold;
}

Version vom 22. Juli 2024, 12:01 Uhr

/*

 */
:root {
    --ul-list-style-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='13'%3E%3Ccircle cx='2.5' cy='9' r='2.5' fill='%23000'/%3E%3C/svg%3E");
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background: var(--body-background-image) var(--body-background-color) top left / 1500px 375px no-repeat;
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

.vector-body {
    font-size: 0.9em;
}

#firstHeading {
    font-weight: bold;
}