Differenze tra le versioni di "MediaWiki:Common.css"
Jump to navigation
Jump to search
Riga 57: | Riga 57: | ||
height: 947.875px; | height: 947.875px; | ||
transform: translate(0px, 170.88px); | transform: translate(0px, 170.88px); | ||
+ | background-color: RGBA(0,0,0,0); | ||
} | } |
Versione delle 10:57, 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;
}
.corporate-wiki{
font-size: 28px;
color: white;
}
.div-corporate-wiki{
text-align: center;
background-blend-mode: overlay;
background-image: url(https://www.wtraining.it/wp-content/uploads/2021/09/logo-mediawiki-dettaglio-3.png),linear-gradient(180deg,#18374b 0%,#306199 100%)!important;
background-position: center;
background-size: cover;
padding-top: 50px;
padding-right: 0px;
padding-bottom: 50px;
padding-left: 0px;
}
.sfondo-arancione{
background-image: url(https://www.wtraining.it/wp-content/uploads/2021/08/sfondo-wiki.png);
height: 947.875px;
transform: translate(0px, 170.88px);
background-color: RGBA(0,0,0,0);
}