MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (9 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 103: | Line 107: | ||
border-style: solid; | border-style: solid; | ||
display: table !important; | display: table !important; | ||
outline: 10px solid var(--background-color-base); | |||
} | } | ||
.info-box tr:first-child { | .info-box tr:first-child { | ||
| 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 { | ||
margin: 25px 2% !important; | margin: 25px 2% !important; | ||
color: # | color: #777; | ||
background-color: | background-color: var(--background-color-interactive-subtle); | ||
} | } | ||
.page-Main_Page figure[typeof="mw:File"] img { | .page-Main_Page figure[typeof="mw:File"] img { | ||
| Line 148: | Line 154: | ||
.catlinks { | .catlinks { | ||
border-color: var(--border-color-subtle); | border-color: var(--border-color-subtle); | ||
} | |||
ul.gallery.gallery.gallery, .dynamic-catlist li { | |||
text-align: left; | |||
} | } | ||
li.gallerybox div.thumb, .catlink-thumb, .catlinks { | li.gallerybox div.thumb, .catlink-thumb, .catlinks { | ||
border-radius: 10px; | border-radius: 10px; | ||
} | |||
div.gallerytext { | |||
text-align: left; | |||
font-size: 85%; | |||
} | } | ||
.mw-category-group { | .mw-category-group { | ||