MediaWiki:Common.css

Página de Interface do MediaWiki

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.
@import url('//fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

:root {
	/* Typography */
	--font-family-base: "Nunito Sans", "Avenir Next", "Trebuchet MS", sans-serif;
	
	/* Colors */
	--color-base: rgb(108, 109, 113);
	--color-link: rgb(35, 97, 167);
	--color-link-new: rgb(164, 36, 51);
	
	/* Portable Infobox*/
	--pi-background: linear-gradient(to bottom, rgb(228, 240, 246), rgb(251, 251, 251));
	--pi-border-color: rgb(234, 238, 241);
	--pi-item-spacing: 1rem;
}

.skin-citizen-dark {
	--pi-background: linear-gradient(to bottom, rgb(32, 112, 184), rgb(0, 0, 13));
	--pi-border-color: rgb(39, 36, 88);
}

/*
	Brand
*/
#mw-drawer-logo img.mw-logo-wordmark,
#footer-sitetitle img.mw-logo-wordmark {
	height: auto;
	max-height: 4rem;
}

#header-sitetitle img.mw-logo-wordmark {
	height: auto;
	max-height: 2rem;
}

/*
	Media and galleries
*/

.gallerytable {
	display: block;
	overflow-x: auto;
	scrollbar-width: thin;
}

/*
	Portable Infobox
*/
.portable-infobox {
	border-radius: 20px;
	border-color: 2px solid var(--pi-border-color);
	box-shadow: 3px 3px 10px rgb(228, 240, 246);
}

.portable-infobox .pi-title {
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
}

.skin-citizen-dark .portable-infobox {
	box-shadow: 3px 3px 10px rgb(0, 0, 13);
}
Cookies nos ajudam a entregar nossos serviços. Ao usar nossos serviços, você concorda com o uso de cookies.