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: mudanças entre as edições

Página de Interface do MediaWiki
mSem resumo de edição
Etiqueta: Revertido
mSem resumo de edição
Etiqueta: Revertido
Linha 22: Linha 22:
text-align: justify;
text-align: justify;
}
}
tr:nth-child(even) {
/* tr:nth-child(even) {
background-color: #396bce;
background-color: #396bce;
color:#dddddd;
color:#dddddd;
}
}
*/


/*Custom classes*/
/*Custom classes*/

Edição das 02h55min de 6 de novembro de 2022

/*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;
	}
	th, td {
		text-align: justify;
	}
/*	tr:nth-child(even) {
		background-color: #396bce;
		color:#dddddd;
	}
*/

/*Custom classes*/
	.sublinhado{
		border-bottom: 1px solid;
	}
	.tabulado{
		margin-left: 3%;
	}
	.loretext{
		margin-left: 5%;
		margin-right: 5%;
		font-style: italic;
	}
	.trait{
		margin-left: 3%;
		text-indent: -25px
	}
	.three-column{
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}