MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
:root {
:root {
--background-color-neutral-subtle: #f6f9fd;
--background-color-neutral-subtle: #f6f9fd;
}
.mediawiki .mw-body a.external.text:after,
.mediawiki .mw-body a.external.autonumber:after {
    content: none;
}
}
.mw-logo-container {
.mw-logo-container {
Line 134: Line 138:
.info-box tr:last-child td {
.info-box tr:last-child td {
text-align: right;
text-align: right;
}
.info-box tr:has(.info-hide) {
display: none;
}
}
.quote-box {
.quote-box {
Line 139: Line 146:
color: #777;
color: #777;
background-color: var(--background-color-interactive-subtle);
background-color: var(--background-color-interactive-subtle);
border-radius: 10px;
}
}
.page-Main_Page figure[typeof="mw:File"] img {
.page-Main_Page figure[typeof="mw:File"] img {