Vorlage:Wahldiagramm/styles
Zur Navigation springen
Zur Suche springen
CSS
/* == Gesamtes Diagramm == */
.wahldiagramm-wrapper {
background: var(--dewiki-hintergrundfarbe-basis);
max-width: 100%;
overflow: auto;
z-index: 0;
}
.wahldiagramm-wrapper.wahldiagramm-frame {
position: relative;
border: 1px solid var(--dewiki-rahmenfarbe1);
}
/* == Teilwrapper == */
.wahldiagramm-result {
position: relative;
min-width: 200px;
margin:0;
}
.wahldiagramm-compare {
position: relative;
margin: 0;
}
/* == Titelzeilen == */
.wahldiagramm-result .wahldiagramm-title {
position: relative;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
text-align: center;
line-height: 1.3;
}
.wahldiagramm-result .wahldiagramm-title-link {
position: absolute;
top: 0;
font-size: 90%;
}
.wahldiagramm-result .wahldiagramm-title-link-prev {
left: .5em;
}
.wahldiagramm-result .wahldiagramm-title-link-next {
right: .5em;
}
.wahldiagramm-result .wahldiagramm-title-title {
position: relative;
font-weight: bold;
top: .2em
}
.wahldiagramm-result .wahldiagramm-subtitle {
position: relative;
z-index: 1;
width: 100%;
text-align: center;
line-height: 1.3;
}
.wahldiagramm-compare-title {
text-align: center;
font-weight: bold;
}
.wahldiagramm-compare .wahldiagramm-subtitle {
position: absolute;
top: 0;
left: 0;
z-index: 0;
width: 100%;
text-align: center;
line-height: 1;
}
/* == Y-Achse == */
.wahldiagramm-result .wahldiagramm-yaxis-outer {
position: absolute;
left: 5px;
z-index: 0;
}
.wahldiagramm-compare .wahldiagramm-yaxis-outer {
position: absolute;
margin: 26px 5px 0 2px;
}
.wahldiagramm-result .wahldiagramm-yaxis-inner {
position: relative;
width: 100%;
margin: 2px 1px 0 0;
}
.wahldiagramm-yaxis-text {
position: absolute;
font-size: 80%;
color: #666666;
}
.wahldiagramm-yaxis-units {
position: relative;
left: 0;
top: 0;
}
.wahldiagramm-yaxis-units > div {
position: relative;
border-width: 1px;
border-color: #cccccc;
}
.wahldiagramm-yaxis-unit {
height: 29px;
border-top-style: solid;
}
.wahldiagramm-yaxis-unit-negative {
height: 29px;
border-bottom-style: solid;
}
.wahldiagramm-yaxis-unit-small {
height: 11px;
border-top-style: solid;
margin: 0 0 0 17px;
}
.wahldiagramm-yaxis-unit-small-negative {
height: 11px;
border-bottom-style: solid;
margin: 0 0 0 17px;
}
.wahldiagramm-yaxis-unit .wahldiagramm-yaxis-text {
bottom: 19px;
padding: 0 2px 0 0;
background-color: var(--dewiki-hintergrundfarbe-basis);
}
.wahldiagramm-yaxis-unit-negative .wahldiagramm-yaxis-text {
bottom: -10px;
padding: 0 1px 0 0;
background-color: var(--dewiki-hintergrundfarbe-basis);
}
.wahldiagramm-yaxis-unit-small .wahldiagramm-yaxis-text {
bottom: 1px;
left: -16px;
padding: 0 2px 0 0;
}
.wahldiagramm-yaxis-unit-small-negative .wahldiagramm-yaxis-text {
bottom: -10px;
left: -16px;
padding: 0 1px 0 0;
}
.wahldiagramm-yaxis-unit-bottom {
height: 29px;
border-top-style: solid;
border-bottom: 1px solid #666666 !important;
}
.wahldiagramm-yaxis-unit-bottom div:first-child {
bottom: 19px;
padding: 0 2px 0 0;
background-color: var(--dewiki-hintergrundfarbe-basis);
}
.wahldiagramm-yaxis-unit-bottom div:nth-child(2) {
bottom: -10px;
padding: 0 1px 0 6px;
background-color: var(--dewiki-hintergrundfarbe-basis);
}
.wahldiagramm-yaxis-unit-bottom-small {
height: 11px;
border-top-style: solid;
border-bottom: 1px solid #666666 !important;
margin: 0 0 0 17px;
}
.wahldiagramm-yaxis-unit-bottom-small div:first-child {
bottom: 1px;
left: -16px;
padding: 0 2px 0 0;
}
.wahldiagramm-yaxis-unit-bottom-small div:nth-child(2) {
bottom: -10px;
left: -16px;
padding: 0 1px 0 6px;
}
.wahldiagramm-result .wahldiagramm-yaxis-title {
position: relative;
z-index: 12;
}
.wahldiagramm-compare .wahldiagramm-yaxis-title {
position: relative;
z-index: 12;
height: 9px;
border-top: none;
}
.wahldiagramm-yaxis-title .wahldiagramm-yaxis-text {
top: -10px;
margin: 0;
padding: 0 3px 0 0;
}
.wahldiagramm-threshold {
position: absolute;
left: -5px;
background-color: #555555;
opacity: 0.6;
height: 2px;
}
/* == X-Achse == */
.wahldiagramm-result .wahldiagramm-xaxis {
position: absolute;
left: 25px;
z-index: 2;
}
.wahldiagramm-xaxis-unit {
position: absolute;
bottom: 0;
width: 44px;
height: 28px;
z-index: 1;
}
.wahldiagramm-xaxis-unit div {
font-size: .7rem;
line-height: 1;
padding: .5em 0;
text-align: center;
width: 100%;
}
.wahldiagramm-xaxis-unit .reference {
padding: 0;
}
/* == Balken == */
.wahldiagramm-result .wahldiagramm-bars {
position: absolute;
left: 25px;
z-index: 1;
}
.wahldiagramm-compare .wahldiagramm-bars {
position: absolute;
bottom: 28px;
left: 25px;
z-index: 99;
}
.wahldiagramm-result .wahldiagramm-bar-old {
position: absolute;
width: 30px;
bottom: 0;
}
.wahldiagramm-result .wahldiagramm-bar {
position: absolute;
bottom: 0;
}
.wahldiagramm-compare .wahldiagramm-bar {
position: absolute;
width: 40px;
}
.wahldiagramm-bar-value-box {
position: absolute;
width: 40px;
background-color: var(--dewiki-hintergrundfarbe-basis);
opacity: 0.6;
}
.wahldiagramm-compare .wahldiagramm-bar-value-box {
height: 13px;
}
.wahldiagramm-bar-value {
position: absolute;
width: 40px;
text-align: center;
font-size: 80%;
line-height: 100%;
}
/* == Legende == */
.wahldiagramm-legend {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
z-index: 3;
text-align: center;
}
.wahldiagramm-legend-inner {
position: relative;
text-align: center;
}
.wahldiagramm-legend-inner span:not(.wahldiagramm-legend-year) {
border-right: 5px solid;
}
/* == Anmerkungen == */
.wahldiagramm-remarks {
position: relative;
margin-top: 1em;
}
.wahldiagramm-remarks-line {
background-color: var(--dewiki-rahmenfarbe1);
height: 1px;
width: 8em;
}
.wahldiagramm-remarks-content {
font-size: 85%;
padding-left: 1em;
}
/* == Dunkelmodus == */
@media screen {
html.skin-theme-clientpref-night .wahldiagramm-yaxis-text {
color: #aaaaaa;
}
html.skin-theme-clientpref-night .wahldiagramm-threshold {
background-color: #eeeeee;
}
html.skin-theme-clientpref-night .wahldiagramm-yaxis-units > div {
border-color: #555555;
}
html.skin-theme-clientpref-night .wahldiagramm-yaxis-unit-bottom,
html.skin-theme-clientpref-night .wahldiagramm-yaxis-unit-bottom-small {
border-bottom-color: #aaaaaa !important;
}
html.skin-theme-clientpref-night .wahldiagramm-bar:not(.wahldiagramm-bar-negative) {
border: 1px solid #999999;
border-bottom: 0;
}
html.skin-theme-clientpref-night .wahldiagramm-bar.wahldiagramm-bar-negative {
border: 1px solid #999999;
border-top: 0;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .wahldiagramm-yaxis-text {
color: #aaaaaa;
}
html.skin-theme-clientpref-os .wahldiagramm-threshold {
background-color: #eeeeee;
}
html.skin-theme-clientpref-os .wahldiagramm-yaxis-units > div {
border-color: #555555;
}
html.skin-theme-clientpref-os .wahldiagramm-yaxis-unit-bottom,
html.skin-theme-clientpref-os .wahldiagramm-yaxis-unit-bottom-small {
border-bottom-color: #aaaaaa !important;
}
html.skin-theme-clientpref-os .wahldiagramm-bar:not(.wahldiagramm-bar-negative) {
border: 1px solid #999999;
border-bottom: 0;
}
html.skin-theme-clientpref-os .wahldiagramm-bar.wahldiagramm-bar-negative {
border: 1px solid #999999;
border-top: 0;
}
}
Kopiervorlage
[[:Vorlage:Zeichen*]]templatestyles src="Wahldiagramm/styles.css" />
vorlagenspezifische Klassen
- wahldiagramm-wrapper
- äußerstes umschließendes Element der Gesamtvorlage
- wahldiagramm-frame
- Wrapper mit Rahmen umschließen, per Parameter abschaltbar
- wahldiagramm-result
- Vorlagenteil mit Wahlergebnis
- wahldiagramm-compare
- Vorlagenteil mit Vergleich zur vorherigen Wahl
- wahldiagramm-title
- Titelzeilen
- wahldiagramm-title-link
- Links zur vorherigen und nächsten Wahl im Kopfbereich
- wahldiagramm-subtitle
- Untertitel
- wahldiagramm-yaxis-outer
- Äußerer Container der Y-Achse
- wahldiagramm-yaxis-inner
- Innerer Container der Y-Achse
- wahldiagramm-yaxis-text
- X-Achsen-Beschriftung
- wahldiagramm-yaxis-units
- Container für Elemente der Y-Achse
- wahldiagramm-yaxis-unit
- Abschnitt zwischen zwei positiven Werten der Y-Achse
- wahldiagramm-yaxis-unit-negative
- Abschnitt zwischen zwei negativen Werten der Y-Achse
- wahldiagramm-yaxis-unit-small
- Abschnitt zwischen zwei positiven Werten der Y-Achse, komprimierte Darstellung für Vergleich mit vorheriger Wahl
- wahldiagramm-yaxis-unit-small-negative
- Abschnitt zwischen zwei negativen Werten der Y-Achse, komprimierte Darstellung für Vergleich mit vorheriger Wahl
- wahldiagramm-yaxis-unit-bottom
- Bereich der Y-Achse direkt oberhalb der Nulllinie
- wahldiagramm-yaxis-unit-bottom-small
- Bereich der Y-Achse direkt oberhalb der Nulllinie, komprimierte Darstellung für Vergleich mit vorheriger Wahl
- wahldiagramm-yaxis-title
- Titel der Y-Achse
- wahldiagramm-threshold
- Anzeige der Sperrhürde
- wahldiagramm-xaxis
- Container für Elemente der X-Achse
- wahldiagramm-yaxis-unit
- einzelner Wert der X-Achse
- wahldiagramm-bars
- Container für die Balkendarstellung
- wahldiagramm-bar
- einzelner Balken
- wahldiagramm-bar-old
- Balken der vorherigen Wahl für Vergleichsansicht
- wahldiagramm-bar-value-box
- Hintergrundaufhellung für Anzeige des Diagrammwertes am Balken
- wahldiagramm-bar-value
- Diagrammwert am Balken
- wahldiagramm-legend
- Container für die Legende
- wahldiagramm-legend-inner
- inneres Element der Legende
- wahldiagramm-legend-year
- Jahresangabe innerhalb der Legende
- wahldiagramm-remarks
- Container für die Anmerkungen
- wahldiagramm-remarks-line
- horizontale Linie zur Abtrennung der Anmerkungen vom Diagramm
- wahldiagramm-remarks-content
- Inhalt der Anmerkungen