Differenze tra le versioni di "MediaWiki:Common.css"
Jump to navigation
Jump to search
Riga 1: | Riga 1: | ||
/* Gli stili CSS inseriti qui si applicano a tutti i temi */ | /* Gli stili CSS inseriti qui si applicano a tutti i temi */ | ||
.mw-body h2 { | .mw-body h2 { | ||
− | |||
font-family: sans-serif; | font-family: sans-serif; | ||
} | } |
Versione delle 08:01, 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;
}