Template:Test/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.pretty_table | .pretty_table th { | ||
text-align: left; | text-align: left; | ||
} | } | ||
Line 26: | Line 26: | ||
} | } | ||
.small | .small th { | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 20:46, 1 July 2023
/* {{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 th {
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;
}
.small th {
text-align: left;
}
.small caption {
font-weight: bold;
text-align: left;
}