Content deleted Content added
Optimized styling and merged old classes |
m Changed protection settings for "Module:Bar/styles.css": High-risk template or module ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1:
/* {{pp-template}} */
.barbox {
overflow-x: auto;
}
.barbox > table {
border-spacing: 0.8em 0;
font-size: 88%;
width: 100%
▲ padding-bottom: 0.4em;
}
.barbox
font-weight: bold;
margin: 0 0.4em;
text-align: center /* not default in MinervaNeue */
}
.barbox th, .barbox td:not(.bb-b) {
padding-left: 0;
padding-right: 0
Line 20 ⟶ 29:
text-align: center
}
.bb-r {
text-align: right
Line 28 ⟶ 36:
min-width: 3em
}
.bb-min8 {
min-width: 8em
}
border-left: 1px solid silver;
border-right: 1px solid silver
}
▲.bb-fl, .bb-b > div {
float: left;
overflow: hidden
}
.bb-b > div::after {
content: "\200B";
}
|