Template:Legend/styles.css: Difference between revisions
Jump to navigation
Jump to search
en>Nihiltres (Added legend-text class with font-size: 95%;) |
m (6 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
.legend-color { | .legend-color { | ||
display: inline-block; | display: inline-block; | ||
width: 1. | min-width: 1.25em; | ||
height: 1. | height: 1.25em; | ||
line-height: 1.25; | |||
margin: 1px 0; | margin: 1px 0; | ||
text-align: center; | text-align: center; | ||
| Line 15: | Line 16: | ||
background-color: transparent; | background-color: transparent; | ||
color: black; | color: black; | ||
} | } | ||
.legend-text { | .legend-text {/*empty for now, but part of the design!*/} | ||
} | |||
Latest revision as of 14:36, 22 December 2021
/* {{pp-template}} */
.legend {
page-break-inside: avoid;
break-inside: avoid-column;
}
.legend-color {
display: inline-block;
min-width: 1.25em;
height: 1.25em;
line-height: 1.25;
margin: 1px 0;
text-align: center;
border: 1px solid black;
background-color: transparent;
color: black;
}
.legend-text {/*empty for now, but part of the design!*/}