No edit summary |
No edit summary |
||
(25 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Page Cleanup */ | /* Page Cleanup */ | ||
p:empty { | p:empty { | ||
display:none; | |||
} | |||
/* Resize Errors */ | |||
.skin-citizen .mw-body-content .references .error { | |||
font-size: small; | |||
} | |||
/* Navigation Mods */ | |||
#t-specialpages,#t-upload,#citizen-languages__buttonCheckbox { | |||
display:none; | |||
} | |||
/* VE Excerpt hide */ | |||
.ve-ce-documentNode .wikipedia-excerpt .card-content:after { | |||
content: 'Save and refresh page to preview. Click to edit.'; | |||
} | |||
.ve-ce-documentNode .wikipedia-excerpt .card-content * { | |||
display:none; | display:none; | ||
} | } | ||
Line 10: | Line 28: | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
} | |||
.mw-capiunto-infobox th { | |||
white-space: nowrap; | |||
} | } | ||
.brand-md-logo-div td span a img { | .brand-md-logo-div td span a img { | ||
max-width: 280px; | |||
max-height: 280px; | |||
width: min-content; | |||
height: min-content; | |||
object-fit: contain; | |||
margin:12px; | |||
} | } | ||
Line 29: | Line 58: | ||
object-fit: contain; | object-fit: contain; | ||
margin:12px; | |||
} | } | ||
Line 44: | Line 73: | ||
margin-left: 0; | margin-left: 0; | ||
text-align: left; | text-align: left; | ||
margin-bottom:2em; | |||
} | } | ||
.mw-references-wrap p { | |||
margin:0; | |||
position:relative; | |||
top:1.5em; | |||
} | } | ||
.mw- | .mw-references-wrap ol.references { | ||
padding-top:2em; | |||
} | } | ||
Latest revision as of 00:11, 9 February 2024
/* Page Cleanup */
p:empty {
display:none;
}
/* Resize Errors */
.skin-citizen .mw-body-content .references .error {
font-size: small;
}
/* Navigation Mods */
#t-specialpages,#t-upload,#citizen-languages__buttonCheckbox {
display:none;
}
/* VE Excerpt hide */
.ve-ce-documentNode .wikipedia-excerpt .card-content:after {
content: 'Save and refresh page to preview. Click to edit.';
}
.ve-ce-documentNode .wikipedia-excerpt .card-content * {
display:none;
}
/* Infobox Sizing */
.mw-capiunto-infobox > * {
display: block;
width: 100%;
}
.mw-capiunto-infobox th {
white-space: nowrap;
}
.brand-md-logo-div td span a img {
max-width: 280px;
max-height: 280px;
width: min-content;
height: min-content;
object-fit: contain;
margin: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;
margin: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;
margin-bottom:2em;
}
.mw-references-wrap p {
margin:0;
position:relative;
top:1.5em;
}
.mw-references-wrap ol.references {
padding-top:2em;
}