MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
.mw-logo-container { | .mw-logo-container { | ||
text-wrap: balance; | 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 95: | 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 132: | 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 145: | 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 { | ||