「模板:Legend/styles.css」:修訂間差異
imported>Migertile CL (建立內容為「: .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!:} 」的新頁面) |
imported>DC 無編輯摘要 |
||
| 第15行: | 第15行: | ||
border: 1px solid black; | border: 1px solid black; | ||
background-color: transparent; | background-color: transparent; | ||
color: black; | |||
} | |||
.legend-color-styled { | |||
display: inline-block; | |||
min-width: 1.25em; | |||
height: 1.25em; | |||
line-height: 1.25; | |||
margin: 1px 0; | |||
text-align: center; | |||
border: 1px solid black; | |||
color: black; | color: black; | ||
} | } | ||
.legend-text {/*empty for now, but part of the design!*/} | .legend-text {/*empty for now, but part of the design!*/} | ||
於 2023年1月13日 (五) 16:34 的最新修訂
/* */
.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-color-styled {
display: inline-block;
min-width: 1.25em;
height: 1.25em;
line-height: 1.25;
margin: 1px 0;
text-align: center;
border: 1px solid black;
color: black;
}
.legend-text {/*empty for now, but part of the design!*/}