MediaWiki:Common.css

Página de Interface do MediaWiki
Revisão de 08h56min de 9 de maio 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 {
	--pi-background: #fff;
	--pi-border-color: #f0f1f4;
	--pi-secondary-background: #f0f1f4;
	--font-family-base: "Avenir Next", Corbel, "Fira Sans", "Trebuchet MS", Ubuntu, 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;
}

.mw-wiki-logo {
	background-size: contain;
}

/* Hide title and edit tools on main page */
.page-Página_principal .mw-side,
.page-Página_principal .firstHeading,
.page-Página_principal #siteSub {
	display: none;
}

.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-image img {
	max-width: 100%;
}

.portable-infobox .pi-title {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.portable-infobox .pi-header {
	font-size: 1em;
	font-weight: 700;
	background: var(--pi-secondary-background);
}

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

.portable-infobox .pi-media a.image {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#p-namespaces {
	float: none;
}

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

table.gallerytable {
	display: block;
	max-width: 100vw;
	overflow: auto;
}
Cookies nos ajudam a entregar nossos serviços. Ao usar nossos serviços, você concorda com o uso de cookies.