Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

Página de Interface do MediaWiki
Revisão de 13h10min de 26 de maio de 2023 por Luke Nitole (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)
  • Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5.
  • Opera: Pressione Ctrl-F5.
/*text formatting*/
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');

body {
	font-family: 'Spectral', serif;
	text-align: justify;
}

a {
	color: #A88541;
}

a:hover {
	color: #800A0C;
}

#content p {
	text-align: justify;
}

#content h1,
#content h2,
#content h3 {
	font-family: 'Spectral', serif;
}

table.wikitable {
    border: 2px solid #897051;
    margin: auto;
}

table.wikitable tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
}

th,
td {
	text-align: justify;
	padding: 5px;
}

.section-subheading span:empty {
	display: none;
}

/*Citizen Skin*/
	.skin-citizen-dark,
	.skin-citizen-dark #content {
		background: url(https://wiki.institutodaguerra.com/images/d/d9/Background-black-noise.jpg);
	}

	.skin-citizen-light,
	.skin-citizen-light #content {
		background: url(https://wiki.institutodaguerra.com/images/f/f3/Hero-background.jpg);
	}

	.citizen-table-wrapper {
		overflow-x: visible !important;
	}

	.citizen-body h3,
	.citizen-body h4,
	.citizen-body h5,
	.citizen-body h6 {
		margin-top: 10px;
		margin-bottom: 7px;
	}

/*Specific Page style*/

	/*Página Principal*/
	.page-Página_Principal .tabber h5 {
			margin-top: 0px !important;
				margin-bottom: 0px !important;
	}
	.page-Página_Principal .firstHeading,
	.page-Página_Principal .mw-side,
	.page-Página_Principal #siteSub {
		display: none !important;
	}

	.page-Página_Principal h5 {
		margin-top: 0px !important;
	}

	/*Rune RPG*/

	.page-Rune_RPG .firstHeading,
	.page-Rune_RPG .mw-side,
	.page-Rune_RPG #siteSub {
		display: none !important;
	}

/*Page Banner*/
.ext-wpb-pagebanner .wpb-banner-image-panorama a img {
	margin-top: 0 !important;
}

.ext-wpb-pagebanner .wpb-banner-image-panorama {
	max-height: none !important;
}

/*Tabber Config*/

.tabber ul {
	margin: 0.2rem 0 0.2rem 1.6rem
}

.tabber__header {
	margin-bottom: 1em;
}


/*Custom classes*/
.sublinhado {
	border-bottom: 1px solid;
}

.tabulado {
	margin-left: 3%;
}

.loretext {
	margin-left: 5%;
	margin-right: 5%;
	font-style: italic;
}

.indent {
	text-indent: 25px
}

.trait {
	margin-left: 3%;
	text-indent: -25px
}

.three-column {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.column-three {
	column-count: 3;
}

.column-three .citizen-body h5 {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}

.navegador {
	width: 100%;
	table-layout: fixed;
	margin: auto;
	margin-bottom: 2em;
	vertical-align: bottom;
}

.navegador table {
	vertical-align: bottom;
}