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 td { | ||
text-align: left; | text-align: left; | ||
} | } | ||
Line 24: | Line 24: | ||
background-color: #EFE8D8; | background-color: #EFE8D8; | ||
color: black; | color: black; | ||
font-size: 88%; | |||
} | } | ||
.small | .small td { | ||
text-align: left; | text-align: left; | ||
} | } |
Revision as of 20:47, 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 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;
}