.template-footer {
background: var( --background-color-neutral-subtle );
box-sizing: border-box;
overflow: hidden;
margin: 1em 0;
}
.template-footer table {
border-spacing: .5em;
width: 100%;
}
.template-footer caption {
cursor: pointer;
font-weight: bold;
margin: .5em;
}
.template-footer caption:after {
content: "▼";
margin-left: .5em;
}
.template-footer caption a {
color: inherit;
text-decoration: underline;
}
.template-footer th {
text-align: left;
vertical-align: top;
white-space: nowrap;
}
.template-footer td {
text-align: left;
}
.template-footer ul {
margin-top: 0;
margin-left: 1em;
}
.template-footer li {
display: inline;
list-style: none;
margin-right: .5em;
}
/**
* Collapsed mode
*/
.template-footer.collapse .template-footer-content {
display: none;
}
/**
* Small screens
*/
@media screen and (max-width: 800px) {
.template-footer-content {
display: none;
}
}
/* [[Category:Template style pages]] */