Module:Climate chart/styles.css: Difference between revisions

Content deleted Content added
Adding {{pp-protected}}
and there
 
(4 intermediate revisions by the same user not shown)
Line 3:
.climate-chart {
border: 1px solid #c0c0c0;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
color: black;
padding: 0.5em 0.7em;
font-size: 88%;
Line 38 ⟶ 37:
.climate-chart-explainer {
font-weight: bold;
font-size: 90%;
}
 
Line 57 ⟶ 55:
.climate-chart-internal td {
vertical-align: top;
 
.climate-change-explain-bar-temp,
.climate-change-explain-bar-precip {
font-size: 90%;
}
 
Line 142 ⟶ 135:
.climate-chart-column-low-temp > span {
font-size: 80%;
 
@media screen {
html.skin-theme-clientpref-night .climate-chart-column-precip {
color: hsl(240, 100%, 75%);
}
}
 
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .climate-chart-column-precip {
color: hsl(240, 100%, 75%);
}
}