MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| (10 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 39: | Line 43: | ||
max-width: 1024px; | max-width: 1024px; | ||
border-style: dashed; | border-style: dashed; | ||
} | } | ||
.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 50: | ||
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 85: | ||
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; | |||
mask-image: linear-gradient(to bottom, transparent, black 50%); | |||
margin-top: 10px; | |||
} | } | ||
| Line 93: | Line 98: | ||
.dynamic-catlist a > img { | .dynamic-catlist a > img { | ||
max-width: unset !important; | max-width: unset !important; | ||
} | |||
.info-box { | |||
width: 100% !important; | |||
} | } | ||
} | } | ||