Modul:Dokumentáció/style.css
Megjelenés
.template-documentation {
clear: both;
margin-top: .5em;
border: 1px solid var(--border-color-base, #a2a9b1);
padding: 10px;
background-color: var(--background-color-progressive-subtle, #f1f4fd);
color: var(--color-base, #202122);
}
.template-documentation .template-documentation-title {
font-size: 1.5em;
border-bottom: 1px solid var(--border-color-base, #a2a9b1);
}
.template-documentation .template-documentation-titlelinks {
display: inline;
margin: 0;
font-size: small;
}
.template-documentation .template-documentation-titlelinks > li {
display: inline;
}
.template-documentation .template-documentation-titlelinks > li:before {
content: '[';
display: inline;
}
.template-documentation .template-documentation-titlelinks > li:after {
content: ']';
display: inline;
}
.template-documentation .template-documentation-titlelinks > li.template-documentation-titlelinks-history:before {
content: '(';
}
.template-documentation .template-documentation-titlelinks > li.template-documentation-titlelinks-history:after {
content: ')';
}
.template-documentation .template-documentation-purgelink {
clear: both;
text-align: right;
font-size: smaller;
}
.template-documentation:after {
content: '';
display: block;
clear: both;
}