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

Da W.Training Demo Wiki.
Jump to navigation Jump to search
Riga 47: Riga 47:
 
   margin: 0px;
 
   margin: 0px;
 
   background-image: url('logo mediawiki dettaglio.png');
 
   background-image: url('logo mediawiki dettaglio.png');
   background-repeat: no-repeat;
+
   background-repeat: repeat;
 
   color: #FFFFFF;
 
   color: #FFFFFF;
  background-color: red;
 
 
   font-size: 140%;
 
   font-size: 140%;
 
   font-weight: normal;
 
   font-weight: normal;

Versione delle 09:53, 21 set 2021

/* Gli stili CSS inseriti qui si applicano a tutti i temi */
.mw-body h2 {
	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: 85px;
	border-spacing:15px;
	text-align: center; 
	width: 75%;
}
.movecell{
	padding-top: 30px;
	padding-bottom:30px;
}
.verticale{
	transform: rotate(
-90deg);
}
.p{
	font-style: italic;
}
.testosottotabella{
	text-align: center;
	padding-left: 80px;
}
.centrale{
	text-align: center;
	font-size: 20px ;
	background-image: url(https://www.wtraining.it/wp-content/uploads/2021/09/logo-mediawiki-dettaglio-3.png) 100px;
	padding-top: 10px ;
}
.h1 {
  margin: 0px;
  background-image: url('logo mediawiki dettaglio.png');
  background-repeat: repeat;
  color: #FFFFFF;
  font-size: 140%;
  font-weight: normal;
  line-height: 260px;
  text-align: center;
  width: 240px;
  height: 150px;
}