No edit summary |
No edit summary |
||
Line 47: | Line 47: | ||
/* Interwiki inclusion modifications */ | /* Interwiki inclusion modifications */ | ||
.mw-parser-output .mw-parser-output.mw-content-ltr table.infobox,div.navigation-not-searchable { | .mw-parser-output .mw-parser-output.mw-content-ltr table.infobox,div.navigation-not-searchable,ol.references { | ||
display:none; | display:none; | ||
} | } |
Revision as of 07:35, 30 January 2024
/* Page Cleanup */
p:empty {
display:none;
}
/* Infobox Sizing */
.mw-capiunto-infobox > * {
display: block;
width: 100%;
}
.brand-md-logo-div td span a img {
padding:12px;
}
.brand-md-logo-div td {
padding-top:6px;
padding-bottom:8px;
}
.brand-md-cover-div td span a img {
max-width: 280px;
max-height: 280px;
width: min-content;
height: min-content;
object-fit: contain;
padding:12px;
}
.brand-md-cover-div td {
padding-bottom:24px;
}
.mw-capiunto-infobox {
padding: 12px 12px 16px 12px;
width: 24em;
}
.mw-prefixindex-list + .mw-inputbox-centered {
margin-left: 0;
text-align: left;
}
/* Interwiki inclusion modifications */
.mw-parser-output .mw-parser-output.mw-content-ltr table.infobox,div.navigation-not-searchable,ol.references {
display:none;
}
.mw-prefixindex-list + .mw-inputbox-centered + h2 {
margin-top:2.5em;
}
/* Limit paragraphs to 1 */
.mw-parser-output .mw-parser-output.mw-content-ltr p:not(:nth-of-type(1)) {
display:none;
}