MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Afwiki (Diskussion | Beiträge) Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: /* Changes the background color of the bottom and left of each page, up to behind half of t…“ |
Jens (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
Zeile 62: | Zeile 62: | ||
padding: 0 0.4em; background: #EEE; | padding: 0 0.4em; background: #EEE; | ||
white-space: nowrap; } | white-space: nowrap; } | ||
/*// For green background tile. */ | |||
.tilebar { background: green !important; } |
Version vom 24. Februar 2025, 14:42 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* Changes the background color of the bottom and left of each page, up to behind half of the logo: */ /* body { background: red; } */ /* Changes the background color behind the top half of the logo and at top of each page: */ /* #mw-page-base { background: red; } */ BODY { } .BigTable { border: 0; width: 100%; background-color: #242a34} .head { border: 0; width: 100%; background-color: #242a34} .SmallTable { border: 0; width: 100%; background-color: #E0E0E0} .para { border: 0; width: 100%; background-color: #E0E0E0} .title { font-family: arial; font-weight: bold; font-size: small; background-color: #242a34; color: white; line-height: 130% } .platforms { font-family: arial; font-weight: bold; font-size: small; background-color: #242a34; color: white; line-height: 130%; vertical-align: middle; text-align: right } .Kurz { font-family: arial; font-size: small; border: 10; background-color: #E0E0E0; color: black; width: 100%; padding: 0 4px 0 4px; } .description { font-family: arial; font-size: small; border: 10; background-color: #E0E0E0; color: black; width: 100%; padding: 0 4px 0 4px; } .Left { font-family: arial; font-size: small; background-color: white; color: black; } .Right { font-family: arial; font-size: small; background-color: white; color: black; } .Command { font-family: Courier; font-weight: bold; font-size: small; background-color: white; color: black; } .See { font-family: arial; font-size: x-small; background-color: white; color: black } .Lang { font-family: arial unicode ms; font-size: small; background-color: white; color: black; } .LangBlue { font-family: arial; font-size: small; background-color: #242a34; color: white; } .BigTitle { font-family: arial; font-weight: bold; font-size: medium; background-color: #242a34; color: white; line-height: 130%; width: 100% } .BigKurz { font-family: arial; font-size: small; border: 10; background-color: #E0E0E0; color: black; width: 100% } .BigLang { font-family: arial unicode MS; font-size: small; background-color: White; color: black; } .BigLangBlue{ font-family: arial; font-size: small; background-color: #242a34; color: white; } .Objects { name: "Objects"; size: 1 } .html { font-family: courier; font-size: 100%; color: black; } .source { font-family: courier; font-size: 100%; color: black; } h1 { font-family: arial; font-size: 110%; } kbd { border: 0.2em solid; border-color: #DDD #BBB #BBB #DDD; padding: 0 0.4em; background: #EEE; white-space: nowrap; } /*// For green background tile. */ .tilebar { background: green !important; }