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

Da W.Training Demo Wiki.
Jump to navigation Jump to search
Riga 14: Riga 14:
 
.backyellow{
 
.backyellow{
 
background-color: #FFEC45;
 
background-color: #FFEC45;
text-align: center;
 
 
}
 
}
 
.testocentrato{
 
.testocentrato{
 
text-align: center;
 
text-align: center;
width:40%;
 
padding-top: 30px;
 
padding-bottom:30px;
 
 
}
 
}
 
.movetable{
 
.movetable{
Riga 27: Riga 23:
 
text-align: center;  
 
text-align: center;  
 
width: 75%;
 
width: 75%;
}
 
.movecell{
 
width:40%;
 
padding-top: 30px;
 
padding-bottom:30px;
 
 
}
 
}

Versione delle 09:58, 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;
	text-align: center;
}
.backyellow{
		background-color: #FFEC45;
}
.testocentrato{
	text-align: center;
}
.movetable{
	padding-left: 280px;
	border-spacing:15px;
	text-align: center; 
	width: 75%;
}