Content deleted Content added
remove print-color-adjust |
add some css |
||
Line 1:
/* Infobox template style */
.climate-chart {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
color: black;
padding: 0.2em;
font-size: 88%;
line-height: 1.5em;
width: 19.5em;
}
@media (min-width: 720px) {
/* TODO revisit this later since you can clear nonsensically */
.climate-chart {
/* @noflip */
margin: 0.5em 1em 0.5em 0;
}
.climate-chart-right {
/* @noflip */
margin: 0.5em 0 0.5em 1em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
}
.climate-chart-left {
/* @noflip */
float: left;
/* @noflip */
clear: left;
}
}
.climate-chart-internal {
text-align: center;
border-spacing: 3px;
padding: 0.2em;
font-size: 90%;
width: 100%;
}
.climate-chart-internal th,
.climate-chart-internal td {
vertical-align: top;
}
.climate-change-explain-bar-temp > span {
color: red;
}
.climate-change-explain-bar-precip > span {
color: #ace;
}
.climate-chart-column {
|