Differenze tra le versioni di "MediaWiki:Common.css"

Da W.Training Demo Wiki.
Jump to navigation Jump to search
Riga 13: Riga 13:
 
.backyellow{
 
.backyellow{
 
background-color: #FFEC45;
 
background-color: #FFEC45;
 +
}
 +
.testocentrato{
 +
text-align: center;
 
}
 
}

Versione delle 09:22, 13 set 2021

/* Gli stili CSS inseriti qui si applicano a tutti i temi */
.mw-body h2 {
	color: red;
	font-family: sans-serif;
}
.box {
	background-color: lavender;
	border: 2px solid plum;
}
.backgray{
	background-color: #f2f2f2;
}
.backyellow{
		background-color: #FFEC45;
}
.testocentrato{
	text-align: center;
}