MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (7 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 42: | Line 46: | ||
.mainpage-box-title { | .mainpage-box-title { | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
opacity: 0.5; | |||
} | } | ||
.mainpage-box-buttons a img:hover, .skin-theme-clientpref-night .mainpage-box img:last-child { | .mainpage-box-buttons a img:hover, .skin-theme-clientpref-night .mainpage-box img:last-child { | ||
| Line 51: | Line 55: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
margin: | margin: 20px auto; | ||
border- | border: inherit; | ||
border-radius: inherit; | |||
background-color: var(--background-color-backdrop-light); | |||
} | } | ||
.mainpage-box-buttons > div { | .mainpage-box-buttons > div { | ||
| Line 85: | Line 90: | ||
background: linear-gradient(to right,rgba(128,128,128,0.5),transparent 50%); | background: linear-gradient(to right,rgba(128,128,128,0.5),transparent 50%); | ||
margin: 1em 0; | margin: 1em 0; | ||
} | |||
.mainpage-box .footer-img img { | |||
border-radius: 0 0 10px 10px; | |||
} | } | ||
| Line 134: | Line 142: | ||
.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 { | ||