Template:Test/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
table.pretty_table { | table.pretty_table { | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
vertical-align: top; | vertical-align: top; | ||
width: 75%; | |||
background-color: #EFE8D8; | background-color: #EFE8D8; | ||
color: black; | color: black; |
Revision as of 20:52, 1 July 2023
table.pretty_table {
margin-left: auto;
margin-right: auto;
vertical-align: top;
width: 75%;
background-color: #EFE8D8;
color: black;
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%;
text-align: left;
}
.small caption {
font-weight: bold;
text-align: left;
}