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

Da W.Training Demo Wiki.
Jump to navigation Jump to search
Riga 28: Riga 28:
 
}
 
}
 
.verticale{
 
.verticale{
transform: rotate(
+
transform: rotate(-90deg);
-90deg);
 
 
}
 
}
 
.p{
 
.p{
Riga 38: Riga 37:
 
padding-left: 80px;
 
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;
 
}
 
 
.sezione-parallax{
 
.sezione-parallax{
background-color: #d74e38!important;
+
background-color: #d74e38;
 
padding: 50px 0;
 
padding: 50px 0;
 
}
 
}
Riga 76: Riga 61:
 
     left: 0;
 
     left: 0;
 
     width: 100%;
 
     width: 100%;
     height: 100%;
+
     /*height: 100%;*/
 
     display: block;
 
     display: block;
 
}
 
}
 
.row-uno{
 
.row-uno{
     background-color: RGBA(0,0,0,0);
+
     background-color: black;
 
}
 
}
 
.colonna-uno{
 
.colonna-uno{
Riga 91: Riga 76:
 
}
 
}
 
/* =============== Home ============= */
 
/* =============== Home ============= */
.testo-corporate{
+
.home-container {
 +
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%);
 +
    background-position: center;
 +
    background-size: cover;
 +
    padding-top: 50px;
 +
    padding-right: 0px;
 +
    padding-bottom: 50px;
 +
    padding-left: 0px;
 +
}
 +
.home-title {
 +
font-size: 28px;
 +
color: white;
 +
}
 +
.testo-corporate {
 
color: #FFFFFF;
 
color: #FFFFFF;
 
     text-align: center;
 
     text-align: center;

Versione delle 16:55, 10 nov 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;
}

.sezione-parallax{
	background-color: #d74e38;
	padding: 50px 0;
}
.wrap-parallax{
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bg-parallax{
	background-image: url('https://www.wtraining.it/wp-content/uploads/2021/08/sfondo-wiki.png');
    height: 1016.12px;
    transform: translate(0px, 134.52px);
	background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    display: block;
}
.row-uno{
    background-color: black;
}
.colonna-uno{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
/* =============== Home ============= */
.home-container {
	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%);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
}
.home-title {
	font-size: 28px;
	color: white;
}
.testo-corporate {
	color: #FFFFFF;
    text-align: center;
    font-size: 125%;
    width: 65%;
    margin: 40px auto;
    text-shadow: 5px 3px 2px rgba(0, 0, 0, 0.2);
}
.testo-corporate a {
	color: white;
	text-decoration: underline;
}
.contatto-mail{
    color: #d74e38!important;
    border-color: RGBA(0,0,0,0);
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    padding-right: 70px;
    display: inline-block;
}
.modifica-bottone{
	 background-color: #FFFFFF;
	 width: 12em;
	 border-radius: 2em;
	 text-align: center;
}