MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
K (Logo Bild und Hintergrund wechseln) |
||
(5 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
/* .catlinks { display: none; } */ | /* .catlinks { display: none; } */ | ||
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */ | /* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */ | ||
body.page-uikipedi_as_ralju.action-view h1.firstHeading, body.page-uikipedi_as_ralju.action-submit h1.firstHeading { display: none; } | /* body.page-uikipedi_as_ralju.action-view h1.firstHeading, body.page-uikipedi_as_ralju.action-submit h1.firstHeading { display: none; }*/ | ||
/* Planner - Seitenleiste Mimachen-Wiki */ | |||
body{ | |||
background-color: #ffc52f; | |||
} | |||
#mw-page-base{ | |||
background: rgb(255,197,47); | |||
background: -moz-linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); | |||
background: -webkit-linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); | |||
background: linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); | |||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc52f",endColorstr="#ffffff",GradientType=1); | |||
} | |||
.mw-wiki-logo { | |||
filter: brightness(0) invert(1); | |||
} |
Aktuelle Version vom 7. Juni 2021, 11:53 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* .catlinks { display: none; } */ /* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */ /* body.page-uikipedi_as_ralju.action-view h1.firstHeading, body.page-uikipedi_as_ralju.action-submit h1.firstHeading { display: none; }*/ /* Planner - Seitenleiste Mimachen-Wiki */ body{ background-color: #ffc52f; } #mw-page-base{ background: rgb(255,197,47); background: -moz-linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); background: linear-gradient(0deg, rgba(255,197,47,1) 35%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc52f",endColorstr="#ffffff",GradientType=1); } .mw-wiki-logo { filter: brightness(0) invert(1); }