MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Recorder-Wiki
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: .toptextcells td { vertical-align: top; }“) |
|||
(15 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | |||
+ | /* Zebra-Tabellen */ | ||
+ | table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) { | ||
+ | background: white; | ||
+ | } | ||
+ | |||
+ | .nogrid th, | ||
+ | .nogrid td { | ||
+ | border: none; | ||
+ | } | ||
+ | /* @noflip */div.float-left, | ||
+ | table.float-left, | ||
+ | ul.float-left, | ||
+ | .float-left { | ||
+ | clear: left; | ||
+ | float: left; | ||
+ | margin: 1em 1em 1em 0; | ||
+ | } | ||
+ | /* @noflip */div.float-right, | ||
+ | table.float-right, | ||
+ | ul.float-right, | ||
+ | .float-right { | ||
+ | clear: right; | ||
+ | float: right; | ||
+ | margin: 1em 0 1em 1em; | ||
+ | } | ||
+ | div.centered, | ||
+ | table.centered, | ||
+ | ul.centered, | ||
+ | .centered { | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
.toptextcells td { | .toptextcells td { | ||
vertical-align: top; | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | /* gleicher vertikaler Abstand für Text und Listen in Tabellen */ | ||
+ | table ul, table p { | ||
+ | margin-top: .3em; | ||
+ | } | ||
+ | |||
+ | /* Seitenhintergrund ersetzen */ | ||
+ | /* | ||
+ | body { background: #E3EDD5 } | ||
+ | #mw-page-base { background-color:#E3EDD5; } | ||
+ | #mw-head-base { background-color:#E3EDD5; } | ||
+ | #p-logo { background-color:#E3EDD5; } | ||
+ | */ | ||
+ | |||
+ | /* Änderungen TS */ | ||
+ | html, body { | ||
+ | height: initial; | ||
+ | min-height: 100%; | ||
+ | } | ||
+ | |||
+ | body { background: linear-gradient(180deg, rgb(192, 236, 179) 10%, rgb(187, 201, 140) 90%); } | ||
+ | #p-logo { background-color:none; } | ||
+ | #mw-page-base { background-color:none; } | ||
+ | #mw-head-base { background-color:none; } | ||
+ | #mw-page-base { background-image: linear-gradient(90deg, rgb(192, 236, 179) 10%, rgb(187, 201, 140) 90%); } | ||
+ | |||
+ | #mw-head div.vectorMenu h3{ | ||
+ | background-color: #f3f3f3; | ||
+ | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQ…gBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=); | ||
+ | background-image: url(/skins/Vector/images/tab-break.png?09d4b)!ie; | ||
+ | backgro | ||
+ | |||
+ | |||
+ | |||
+ | .mw-body h4, .mw-body h5, .mw-body h6 { | ||
+ | font-size: 1.1em; | ||
} | } |
Aktuelle Version vom 23. November 2018, 16:17 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Zebra-Tabellen */ table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) { background: white; } .nogrid th, .nogrid td { border: none; } /* @noflip */div.float-left, table.float-left, ul.float-left, .float-left { clear: left; float: left; margin: 1em 1em 1em 0; } /* @noflip */div.float-right, table.float-right, ul.float-right, .float-right { clear: right; float: right; margin: 1em 0 1em 1em; } div.centered, table.centered, ul.centered, .centered { margin-left: auto; margin-right: auto; } .toptextcells td { vertical-align: top; } /* gleicher vertikaler Abstand für Text und Listen in Tabellen */ table ul, table p { margin-top: .3em; } /* Seitenhintergrund ersetzen */ /* body { background: #E3EDD5 } #mw-page-base { background-color:#E3EDD5; } #mw-head-base { background-color:#E3EDD5; } #p-logo { background-color:#E3EDD5; } */ /* Änderungen TS */ html, body { height: initial; min-height: 100%; } body { background: linear-gradient(180deg, rgb(192, 236, 179) 10%, rgb(187, 201, 140) 90%); } #p-logo { background-color:none; } #mw-page-base { background-color:none; } #mw-head-base { background-color:none; } #mw-page-base { background-image: linear-gradient(90deg, rgb(192, 236, 179) 10%, rgb(187, 201, 140) 90%); } #mw-head div.vectorMenu h3{ background-color: #f3f3f3; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQ…gBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=); background-image: url(/skins/Vector/images/tab-break.png?09d4b)!ie; backgro .mw-body h4, .mw-body h5, .mw-body h6 { font-size: 1.1em; }