Difference between revisions of "Module:Bar box/styles.css"
Jump to navigation
Jump to search
blackwiki>Pppery m (Pppery moved page Template:Bar box/styles.css to Module:Bar box/styles.css without leaving a redirect: Not actually used by Template:bar box, only Module:Bar box) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | /* {{pp-template}} */ | ||
.bb-min3{ | .bb-min3{ | ||
min-width:3em; | min-width:3em; |
Latest revision as of 13:22, 26 September 2020
/* {{pp-template}} */
.bb-min3{
min-width:3em;
padding-left:0.4em;
text-align:right
}
.bb-4em{
padding-left:0.4em;
padding-right:0.4em;
}
.bb-4emr{
padding-left:0.4em;
padding-right:0.4em;
text-align:right;
}
.bb-lr{
border-left:1px solid silver;
border-right:1px solid silver;
}
.bb-fl{
float:left;
overflow:hidden;
}
.center{
margin-left:auto;
margin-right:auto;
}