MediaWiki:Common.css

Página de Interface do MediaWiki
Revisão de 11h11min de 4 de setembro de 2021 por Esporo (discussão | contribs)

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
:root {
	--font-family-base: Corbel, "Avenir Next", "Fira Sans", "Trebuchet MS", "Ubuntu", sans-serif;
	--color-link: #4e9dd8;
	--color-link-new: #ca0088;
	--color-link-new-hover: #5B308D;
}

a {
	--color-link: #4e9dd8;
	--color-link--hover: #2361a7;
}

:root {
	--pi-background: #fff;
	--pi-border-color: #f0f1f4;
	--pi-secondary-background: #f0f1f4;
	--font-family-base: "Avenir Next", Corbel, "Trebuchet MS", "Fira Sans", Ubuntu, system-ui, sans-serif;
	--font-family-monospace: "Cascadia Code", SFMono-Regular, Menlo, Consolas, "Fira Mono", "DejaVu Sans Mono", monospace
}

.skin-citizen-dark {
	--pi-background: #11151d;
	--pi-border-color: #000112;
	--pi-secondary-background: #000112;
}

/*
	Media and Galleries
*/

a.image > img {
	width: auto;
	height: auto;
	max-width: none;
}

.gallerytable {
	display: block;
	max-width: 100vw;
	overflow: auto;
}

/*
	Infoboxes
*/
.portable-infobox {
	box-shadow: 0 3px 6px rgb(234,238,241),0 3px 6px rgb(234,238,241);
	border-radius: 6px;
	font-size: 0.75em;
	background: var(--pi-background);
	border-color: var(--pi-border-color);
}

.skin-citizen-dark .portable-infobox {
	box-shadow: 0 3px 6px #000112, 0 3px 6px #000112;
}

.portable-infobox .pi-header {
	background: var(--pi-secondary-background);
}

.portable-infobox .pi-title {
	font-size: 1.25em;
	text-align: center;
}

.pi-header > p,
.pi-data-label > p {
	margin: 0;
}

.pi-layout-stacked .pi-data-value:not(:only-child) {
	padding-left: 0;
}

.portable-infobox .pi-media a.image,
.portable-infobox .pi-image img {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 100%;
}

#p-namespaces {
	float: none;
}

/*
	Tricks.
*/
.client-js [data-source="rating"] .section-subheading {
	justify-content: center;
	text-align: center;
}

/* Main Page */

.page-Página_principal .mw-body-header {
	display: none;
}

.card__foreground {
	pointer-events: none;
}

/* Wordmark */
#header-sitetitle img.mw-logo-wordmark {
	height: 32px !important;
	width: auto;
}

#mw-drawer-logo img.mw-logo-wordmark {
	min-height: auto;
	height: auto;
	max-height: 103px;
	width: auto;
	max-width: 100%;
}

#footer-sitetitle img.mw-logo-wordmark {
	height: auto;
	width: auto;
	max-width: 103px;
}


.mw-logo {
	flex-flow: row nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
Cookies nos ajudam a entregar nossos serviços. Ao usar nossos serviços, você concorda com o uso de cookies.