MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus KGS-Wiki
Keine Bearbeitungszusammenfassung
(Änderung 2919 von Sn (Diskussion) rückgängig gemacht.)
Markierung: Zurückgesetzt
Zeile 58: Zeile 58:
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
     font-family: 'Source Code Pro', 'Inconsolata', 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace !important;
     font-family: 'Source Code Pro', 'Inconsolata', 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace !important;
}
.toc {
    float: left;
    margin-right: 1em;
}
}



Version vom 22. März 2023, 09:50 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

:root {
    --kgs-green: #00B169;
    --kgs-navy: #2D3E50;
    --kgs-blue: #3D83B2;
}

@media screen and (min-width: 851px) and (max-width: 1099px).color-middle {
    background: var(--kgs-green);
}

.color-right {
    background: var(--kgs-blue);
}

.color-left {
    background: var(--kgs-green);
}

.color-middle {
    background: var(--kgs-navy);
}

.mw-body h1.firstHeading, .CategoryTreeToggle {
    border-bottom-color: var(--kgs-blue);
}

.tools-inline li.selected {
    border-bottom-color: var(--kgs-blue);
}

a {
    color: var(--kgs-blue);
}

a:visited {
    color: var(--kgs-navy);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
    background-color: var(--kgs-blue);
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover, form:not(.oo-ui-layout) button:hover, form:not(.oo-ui-layout) input[type='submit']:hover, form:not(.oo-ui-layout) button:active, form:not(.oo-ui-layout) input[type='submit']:active {
    background-color: var(--kgs-green);
    border-color: var(--kgs-green);
}

body {
    font-family: 'Source Sans Pro', 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .mw-body dt, #p-logo-text a {
    font-family: 'Source Serif Pro', 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif !important;
}

.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
    font-family: 'Source Code Pro', 'Inconsolata', 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace !important;
}

.toc {
    float: left;
    margin-right: 1em;
}

.mw-body-content a > img, .mw-body-content .floatnone > img {
    max-width: initial !important;
}

.CategoryTreePageBullet::before {
    content: "\2022";
}

.CategoryTreePageBullet ~ a {
    padding-left: 8px;
}

.oo-ui-messageWidget.oo-ui-flaggedElement-success:not(.oo-ui-messageWidget-block) {
    color: var(--kgs-green);
}

.hintergrundfarbe2 {
    background-color: white;
}