MediaWiki:Wachewiki.css: Unterschied zwischen den Versionen
Aus WacheWiki
Zur Navigation springenZur Suche springen (Die Seite wurde neu angelegt: →aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert: .wikitable, .prettytable { margin: 1em 1em 1em 0; backgroun...) |
|||
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | /** Kleinschreibung nicht erzwingen */ | ||
+ | .portlet h5, | ||
+ | .portlet h6, | ||
+ | #p-personal ul, | ||
+ | #p-cactions li a { | ||
+ | text-transform: none; | ||
+ | } | ||
+ | |||
+ | #ca-edit { display: none; } | ||
+ | |||
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ | /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ | ||
.wikitable, | .wikitable, | ||
Zeile 51: | Zeile 61: | ||
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */ | .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */ | ||
− | background-color: # | + | background-color: #1a0000; |
} | } | ||
− | .hintergrundfarbe2 { /* " | + | .hintergrundfarbe2 { /* "Schwarz", für Nicht-Artikel-Seiten, neutral */ |
− | background-color: # | + | background-color: #000000; |
} | } | ||
.hintergrundfarbe3 { /* "Gelb", auffällig */ | .hintergrundfarbe3 { /* "Gelb", auffällig */ | ||
− | background-color: # | + | background-color: #d4be00; |
} | } | ||
.hintergrundfarbe4 { /* Sehr auffällig */ | .hintergrundfarbe4 { /* Sehr auffällig */ | ||
− | background-color: # | + | background-color: #c48100; |
} | } | ||
.hintergrundfarbe5 { /* Neutral, abgesetzt */ | .hintergrundfarbe5 { /* Neutral, abgesetzt */ | ||
− | background-color: # | + | background-color: #494949; |
} | } | ||
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
− | background-color: # | + | background-color: #000792; |
} | } | ||
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
− | background-color: # | + | background-color: #840000; |
} | } | ||
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
− | background-color: # | + | background-color: #a67900; |
} | } | ||
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
− | background-color: # | + | background-color: #00560c; |
+ | } | ||
+ | .rum { | ||
+ | background-color: #5a0000; | ||
+ | color: #dc8702; | ||
+ | } | ||
+ | .frog { | ||
+ | background-color: #015b13; | ||
+ | color: #fccc04; | ||
+ | } | ||
+ | .dog { | ||
+ | background-color: #d4cbc2; | ||
+ | color: #7f827b; | ||
+ | } | ||
+ | .susi { | ||
+ | background-color: #0a123b; | ||
+ | color: #a46204; | ||
+ | } | ||
+ | .seals { | ||
+ | background-color: #a32531; | ||
+ | color: #d6c236; | ||
+ | } | ||
+ | .grund { | ||
+ | background-color: #272727; | ||
+ | color: #eeeeee; | ||
+ | } | ||
+ | .ia { | ||
+ | background-color: #000000; | ||
+ | color: #FFFFFF; | ||
} | } |
Aktuelle Version vom 30. Januar 2009, 09:26 Uhr
/** Kleinschreibung nicht erzwingen */ .portlet h5, .portlet h6, #p-personal ul, #p-cactions li a { text-transform: none; } #ca-edit { display: none; } /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #222222; border: 1px #AAA solid; border-collapse: collapse; empty-cells:show; } .wikitable th, .wikitable td, .prettytable th, .prettytable td { border: 1px #AAA solid; padding: 0.3em; } .wikitable caption, .prettytable caption { margin-left: inherit; margin-right: inherit; font-weight: bold; } .nogrid th, .nogrid td {border: none;} .float-left { float: left; clear: left; } .float-right { float: right; clear: right; margin: 1em 0 1em 1em; } .centered { margin-left: auto; margin-right: auto; } .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */ border-color: #aaaaaa; border-width: 1px; } .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */ border-color: #e9e9e9; border-width: 1px; } .rahmenfarbe3 { /* "Rot", auffällig */ border-color: #c00000; border-width: 1px; } .rahmenfarbe4 { /* Neutrale Farbe, deutlich */ border-color: #8888aa; border-width: 1px; } .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */ border-color: #000000; border-width: 1px; } .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */ background-color: #1a0000; } .hintergrundfarbe2 { /* "Schwarz", für Nicht-Artikel-Seiten, neutral */ background-color: #000000; } .hintergrundfarbe3 { /* "Gelb", auffällig */ background-color: #d4be00; } .hintergrundfarbe4 { /* Sehr auffällig */ background-color: #c48100; } .hintergrundfarbe5 { /* Neutral, abgesetzt */ background-color: #494949; } .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #000792; } .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #840000; } .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #a67900; } .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #00560c; } .rum { background-color: #5a0000; color: #dc8702; } .frog { background-color: #015b13; color: #fccc04; } .dog { background-color: #d4cbc2; color: #7f827b; } .susi { background-color: #0a123b; color: #a46204; } .seals { background-color: #a32531; color: #d6c236; } .grund { background-color: #272727; color: #eeeeee; } .ia { background-color: #000000; color: #FFFFFF; }