Content deleted Content added
no border-spacing on -internal |
and there |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1:
/* {{pp-protected|small=yes}} */
/* TODO: All font-size declarations need review or something */
.climate-chart {
border: 1px solid #c0c0c0;
background-color: var(--background-color-neutral-subtle, #f8f9fa);
padding: 0.5em 0.7em;
font-size: 88%;
line-height: 1.5em;
width: 22em;▼
box-sizing: border-box;
}
@media (min-width: 720px) {
.climate-chart {
/* @noflip */
margin: 0.5em 1em 0.5em 0;
}
Line 23 ⟶ 22:
/* @noflip */
float: right;
}
Line 30 ⟶ 27:
/* @noflip */
float: left;
}
}
Line 42 ⟶ 37:
.climate-chart-explainer {
font-weight: bold;
}
Line 61 ⟶ 55:
.climate-chart-internal td {
vertical-align: top;
}▼
}
Line 145 ⟶ 134:
.climate-chart-column-high-temp > span,
.climate-chart-column-low-temp > span {
font-size:
▲}
@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%);
}
}
|