MediaWiki:Gadget-site.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
bottom: 0.214em; | bottom: 0.214em; | ||
background-color: #CECDDF; | background-color: #CECDDF; | ||
height: | height: 5px; | ||
width: | width: 5px; | ||
border-radius: 50px; | |||
} | } | ||
.mw-body-content .hlist li li:first-child::before { | .mw-body-content .hlist li li:first-child::before { |
Latest revision as of 06:03, 22 July 2024
/* Horizontal list */
.mw-body-content .hlist ul {
display: inline;
margin: 0;
padding: 0;
}
.mw-body-content .hlist li {
display: inline;
}
.mw-body-content .hlist li:not(:last-child) {
padding-right: 0.286em;
}
.mw-body-content .hlist li:not(:last-child)::after {
content: "";
display: inline-block;
position: relative;
left: 0.286em;
bottom: 0.214em;
background-color: #CECDDF;
height: 5px;
width: 5px;
border-radius: 50px;
}
.mw-body-content .hlist li li:first-child::before {
content: "(";
font-weight: normal;
}
.mw-body-content .hlist li li:last-child::after {
content: ")";
font-weight: normal;
}
.mw-body-content .hlist li li li {
font-size: x-small;
}