Template:Test/styles.css
Revision as of 20:58, 1 July 2023 by Penguinplushie (talk | contribs)
.pretty_table {
margin-left: auto;
margin-right: auto;
vertical-align: top;
width: 75%;
background-color: #EFE8D8;
color: black;
}
.pretty_table td {
text-align: left;
}
.small {
margin: 1em 1em 1em 0;
vertical-align: top;
width: 300px;
background-color: #EFE8D8;
color: black;
font-size: 88%;
}
.small td {
text-align: left;
}
.text {
text-align: left;
}
.small-text {
text-align: center;
font-size: 85%
}