Differenze tra le versioni di "MediaWiki:Common.css"
Jump to navigation
Jump to search
Riga 24: | Riga 24: | ||
.movecell{ | .movecell{ | ||
height: 95px; | height: 95px; | ||
− | width: | + | width: 35px; |
} | } |
Versione delle 09:47, 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;
text-align: center;
}
.testocentrato{
text-align: center;
}
.movetable{
padding-left: 400px;
}
.movecell{
height: 95px;
width: 35px;
}