MediaWiki:Vector-2022.css

Megjegyzés: közzététel után frissítened kell a böngésződ gyorsítótárát, hogy lásd a változásokat.

  • Firefox / Safari: tartsd lenyomva a Shift gombot és kattints a Frissítés gombra a címsorban, vagy használd a Ctrl–F5 vagy Ctrl–R (Macen ⌘–R) billentyűkombinációt
  • Google Chrome: használd a Ctrl–Shift–R (Macen ⌘–Shift–R) billentyűkombinációt
  • Internet Explorer / Edge: tartsd nyomva a Ctrl-t, és kattints a Frissítés gombra, vagy nyomj Ctrl–F5-öt
  • Opera: Nyomj Ctrl–F5-öt
/**
 * Note: [[MediaWiki:Common.css]] [[MediaWiki:Vector.css]] is loaded in addition to these styles
 * This stylesheet is reserved only for styles that override rules in [[MediaWiki:Vector.css]].
 * Sharing will be disabled soon. [[mw:Reading/Web/Desktop Improvements/Features/Loading Vector 2010 scripts]]
 * Please use [[Extension:TemplateStyles]] where possible.
 */

/* [[phab:T340810]] */
.mw-indicators {
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
}

/* Vector 2022 frbox workaround: https://phabricator.wikimedia.org/T325391#8664882 */
.vector-body-before-content {
	overflow: visible !important;  /* különben nem látszik a FlaggedRevs details */
	display: flow-root;
}

#mw-fr-revisiontag.mw-indicator {
	font-size: 80%;
	border: none;
	margin: 0;
}

.mw-indicator #coordinates {
	font-size: 90%;
	line-height: 2;
	white-space: nowrap;
}

/*
== Kezdőlapos javítások (pl. cím, alcím eltüntetése) ==
*/
.action-view.page-Kezdőlap .mw-body-header,
.action-view.page-Kezdőlap #siteSub,
.action-view.page-Kezdőlap #contentSub,
.page-Kezdőlap #footer-info-lastmod {
	display: none;
}