Template:Legend/styles.css: Difference between revisions
From Research Realm
No edit summary Tag: Manual revert |
No edit summary |
||
Line 11: | Line 11: | ||
height: 1.25em; | height: 1.25em; | ||
line-height: 1.25; | line-height: 1.25; | ||
margin: | margin: 1px 0; | ||
text-align: center; | text-align: center; | ||
border: | border: solid black; | ||
background-color: transparent; | background-color: transparent; | ||
color: black; | color: black; |
Revision as of 04:17, 26 May 2023
/* {{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: solid black;
background-color: transparent;
color: black;
}
.legend-text {/*empty for now, but part of the design!*/}