Template:Test/styles.css
Revision as of 20:47, 1 July 2023 by Penguinplushie (talk | contribs)
/* {{pp|small=y}} */
table.pretty_table {
margin-left: auto;
margin-right: auto;
vertical-align: top;
background-color: #EFE8D8;
color: black;
box-sizing: border-box;
}
.pretty_table td {
text-align: left;
}
.pretty_table caption {
font-weight: bold;
text-align: center;
}
table.small {
margin: 1em 1em 1em 0;
vertical-align: top;
width: 300px;
background-color: #EFE8D8;
color: black;
font-size: 88%;
}
.small td {
text-align: left;
}
.small caption {
font-weight: bold;
text-align: left;
}