Template:Stacked bar/styles.css: Difference between revisions
Jump to navigation
Jump to search
https://nl.wikipedia.org/w/index.php?title=Sjabloon:Gestapelde_balk/styles.css&oldid=64723775 |
m A. Öztas moved page User:A. Öztas/style.css to Template:Stacked bar/style.css |
||
(No difference)
|
Revision as of 13:16, 22 October 2024
.stackedbar {
border: 1px solid grey;
height: 10px;
width: 100%;
line-height: 0;
box-sizing: border-box;
}
.StackedBarTemplate > div:first-child {
font-size: 14px;
width: 100%;
text-align:center;
display: flex;
}
.StackedBarTemplate > div:first-child > div > span {
padding: 0.15em;
}
.StackedBarTemplate_lean > div:first-child > div {
transform: translateX(1em) rotate(200deg);
}
.StackedBarTemplate_lean > div:first-child > div > span {
text-align: left;
writing-mode: vertical-rl;
}
.StackedBarTemplate_vertical > div:first-child > div {
transform: rotate(180deg);
}
.StackedBarTemplate_vertical > div:first-child > div > span {
text-align: left;
writing-mode: vertical-rl;
}