MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus WacheWiki
Zur Navigation springenZur Suche springen (Die Seite wurde neu angelegt: →* CSS an dieser Stelle wirkt sich auf alle Skins aus: .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #AAA solid; border-collapse: c...) |
|||
Zeile 1: | Zeile 1: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
− | .prettytable { | + | /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */ |
+ | |||
+ | div.sideBox { | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | background: white; | ||
+ | margin-left: 1em; | ||
+ | border: 1px solid gray; | ||
+ | padding: 0.3em; | ||
+ | width: 200px; | ||
+ | overflow: hidden; | ||
+ | clear: right; | ||
+ | } | ||
+ | div.sideBox dl { | ||
+ | padding: 0; | ||
+ | margin: 0 0 0.3em 0; | ||
+ | font-size: 96%; | ||
+ | } | ||
+ | div.sideBox dl dt { | ||
+ | background: none; | ||
+ | margin: 0.4em 0 0 0; | ||
+ | } | ||
+ | div.sideBox dl dd { | ||
+ | margin: 0.1em 0 0 1.1em; | ||
+ | background-color: #f3f3f3; | ||
+ | } | ||
+ | |||
+ | /* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */ | ||
+ | |||
+ | table.taxobox { | ||
+ | border-collapse: collapse; | ||
+ | border: 1px solid gray; | ||
+ | float: right; | ||
+ | margin-left: 0.5em; | ||
+ | background-color:white; | ||
+ | } | ||
+ | table.taxobox th { | ||
+ | background-color: #9BCD9B; | ||
+ | border: solid 1px gray; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | table.taxobox td { | ||
+ | vertical-align:top; | ||
+ | } | ||
+ | table.taxobox .Person { | ||
+ | font-style: normal; | ||
+ | } | ||
+ | table.taxobox div.thumb, | ||
+ | table.taxobox div.thumb * { | ||
+ | margin: auto; | ||
+ | padding: 0; | ||
+ | float: none; | ||
+ | border: none; | ||
+ | background-color:#F9F9F9; | ||
+ | } | ||
+ | table.taxobox div.magnify { | ||
+ | display: none; | ||
+ | } | ||
+ | table.taxobox tr td div.thumb div div.thumbcaption { | ||
+ | text-align:center; | ||
+ | } | ||
+ | table.taxobox td.Person { | ||
+ | text-align:center; | ||
+ | display:block; | ||
+ | } | ||
+ | table.taxobox td.taxo-name { | ||
+ | text-align:center; | ||
+ | } | ||
+ | table.taxobox td.taxo-bild { | ||
+ | text-align:center; | ||
+ | } | ||
+ | |||
+ | /* Stylesheet-Ergänzung zu [[Wikipedia:Paläoboxen|Paläoboxen]] */ | ||
+ | |||
+ | table.palaeobox { | ||
+ | border-collapse: collapse; | ||
+ | border: 1px solid gray; | ||
+ | float: right; | ||
+ | margin-left: 0.5em; | ||
+ | background-color:white; | ||
+ | } | ||
+ | table.palaeobox th { | ||
+ | background-color: #e7dcc3; | ||
+ | border: solid 1px gray; | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | table.palaeobox td { | ||
+ | vertical-align:top; | ||
+ | } | ||
+ | table.palaeobox .Person { | ||
+ | font-style: normal; | ||
+ | } | ||
+ | table.palaeobox div.thumb, | ||
+ | table.palaeobox div.thumb * { | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | float: none; | ||
+ | border: none; | ||
+ | } | ||
+ | table.palaeobox div.magnify { | ||
+ | display:none; | ||
+ | } | ||
+ | table.palaeobox tr td div.thumb div div.thumbcaption { | ||
+ | text-align:left; | ||
+ | } | ||
+ | table.palaeobox td.Person { | ||
+ | text-align:center; | ||
+ | display:block; | ||
+ | } | ||
+ | table.palaeobox td.taxo-name { | ||
+ | text-align:center; | ||
+ | } | ||
+ | table.palaeobox td.taxo-bild { | ||
+ | text-align:center; | ||
+ | } | ||
+ | table.palaeobox td.taxo-zeit { | ||
+ | text-align:center; | ||
+ | } | ||
+ | table.palaeobox td.taxo-ort { | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ | ||
+ | .wikitable, | ||
+ | .prettytable { | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
Zeile 8: | Zeile 134: | ||
empty-cells:show; | empty-cells:show; | ||
} | } | ||
− | .prettytable th, .prettytable td { | + | |
+ | .wikitable th, .wikitable td, | ||
+ | .prettytable th, .prettytable td { | ||
border: 1px #AAA solid; | border: 1px #AAA solid; | ||
padding: 0.3em; | padding: 0.3em; | ||
} | } | ||
+ | |||
+ | .wikitable caption, | ||
.prettytable caption { | .prettytable caption { | ||
margin-left: inherit; | margin-left: inherit; | ||
margin-right: inherit; | margin-right: inherit; | ||
font-weight: bold; | 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: #f9f9f9; | ||
+ | } | ||
+ | .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | .hintergrundfarbe3 { /* "Gelb", auffällig */ | ||
+ | background-color: #ffff40; | ||
+ | } | ||
+ | .hintergrundfarbe4 { /* Sehr auffällig */ | ||
+ | background-color: #ffaa00; | ||
+ | } | ||
+ | .hintergrundfarbe5 { /* Neutral, abgesetzt */ | ||
+ | background-color: #e0e0e0; | ||
+ | } | ||
+ | .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
+ | background-color: #b3b7ff; | ||
+ | } | ||
+ | .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
+ | background-color: #ffcbcb; | ||
+ | } | ||
+ | .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
+ | background-color: #ffebad; | ||
+ | } | ||
+ | .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ | ||
+ | background-color: #b9ffc5; | ||
} | } |
Version vom 7. März 2008, 22:13 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Stylesheet-Ergänzung zu SideBoxen (ehedem [[Wikipedia:TownBox|TownBox]]) */ div.sideBox { position: relative; float: right; background: white; margin-left: 1em; border: 1px solid gray; padding: 0.3em; width: 200px; overflow: hidden; clear: right; } div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; } div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; } div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; } /* Stylesheet-Ergänzung zu [[Wikipedia:Taxoboxen|Taxoboxen]] */ table.taxobox { border-collapse: collapse; border: 1px solid gray; float: right; margin-left: 0.5em; background-color:white; } table.taxobox th { background-color: #9BCD9B; border: solid 1px gray; text-align: center; font-weight: bold; } table.taxobox td { vertical-align:top; } table.taxobox .Person { font-style: normal; } table.taxobox div.thumb, table.taxobox div.thumb * { margin: auto; padding: 0; float: none; border: none; background-color:#F9F9F9; } table.taxobox div.magnify { display: none; } table.taxobox tr td div.thumb div div.thumbcaption { text-align:center; } table.taxobox td.Person { text-align:center; display:block; } table.taxobox td.taxo-name { text-align:center; } table.taxobox td.taxo-bild { text-align:center; } /* Stylesheet-Ergänzung zu [[Wikipedia:Paläoboxen|Paläoboxen]] */ table.palaeobox { border-collapse: collapse; border: 1px solid gray; float: right; margin-left: 0.5em; background-color:white; } table.palaeobox th { background-color: #e7dcc3; border: solid 1px gray; text-align: center; font-weight: bold; } table.palaeobox td { vertical-align:top; } table.palaeobox .Person { font-style: normal; } table.palaeobox div.thumb, table.palaeobox div.thumb * { margin: 0; padding: 0; float: none; border: none; } table.palaeobox div.magnify { display:none; } table.palaeobox tr td div.thumb div div.thumbcaption { text-align:left; } table.palaeobox td.Person { text-align:center; display:block; } table.palaeobox td.taxo-name { text-align:center; } table.palaeobox td.taxo-bild { text-align:center; } table.palaeobox td.taxo-zeit { text-align:center; } table.palaeobox td.taxo-ort { text-align:left; } /* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */ .wikitable, .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; 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: #f9f9f9; } .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ background-color: #ffffff; } .hintergrundfarbe3 { /* "Gelb", auffällig */ background-color: #ffff40; } .hintergrundfarbe4 { /* Sehr auffällig */ background-color: #ffaa00; } .hintergrundfarbe5 { /* Neutral, abgesetzt */ background-color: #e0e0e0; } .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #b3b7ff; } .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #ffcbcb; } .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #ffebad; } .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */ background-color: #b9ffc5; }