MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--background-color-neutral-subtle: #f6f9fd; | --background-color-neutral-subtle: #f6f9fd; | ||
} | |||
.mw-logo-container { | |||
text-wrap: balance; | |||
} | |||
#mw-content-text { | |||
text-align: justify; | |||
} | } | ||
.vector-main-menu-action-opt-out a, .vector-menu-content #ca-talk, #footer-places-about { | .vector-main-menu-action-opt-out a, .vector-menu-content #ca-talk, #footer-places-about { | ||
| Line 45: | Line 51: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
margin: 10px auto; | margin: 10px auto 0 auto; | ||
border-bottom: 1px dashed var(--border-color-subtle); | border-bottom: 1px dashed var(--border-color-subtle); | ||
padding-bottom: 15px; | |||
} | } | ||
.mainpage-box-buttons > div { | .mainpage-box-buttons > div { | ||
| Line 91: | Line 98: | ||
float: right; | float: right; | ||
padding: 10px; | padding: 10px; | ||
margin: 0 0 | margin: 0 0 20px 20px !important; | ||
max-width: 328px; | max-width: 328px; | ||
text-indent: hanging 1em; | text-indent: hanging 1em; | ||
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 101: | Line 109: | ||
text-wrap: balance; | text-wrap: balance; | ||
text-indent: initial; | text-indent: initial; | ||
} | |||
.info-box .info-box-head { | |||
text-align: left; | |||
min-width: max-content; | |||
} | } | ||
.info-box tr li { | .info-box tr li { | ||
| Line 124: | Line 136: | ||
} | } | ||
.quote-box { | .quote-box { | ||
margin: 25px 2% !important; | |||
margin: 25px | color: #777; | ||
color: # | background-color: var(--background-color-interactive-subtle); | ||
background-color: | |||
} | } | ||
.page-Main_Page figure[typeof="mw:File"] img { | .page-Main_Page figure[typeof="mw:File"] img { | ||
| Line 137: | Line 147: | ||
.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 { | ||