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

Da W.Training Demo Wiki.
Jump to navigation Jump to search
Riga 86: Riga 86:
 
     background-position: 50%;
 
     background-position: 50%;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
    float: left;
 
    background-size: cover;
 
    background-position: 50%;
 
 
     position: relative;
 
     position: relative;
 
     z-index: 2;
 
     z-index: 2;
 
     min-height: 1px;
 
     min-height: 1px;
}
 
.module-video{
 
    position: relative;
 
    -webkit-animation-timing-function: linear;
 
    animation-timing-function: linear;
 
    -webkit-animation-duration: .2s;
 
    animation-duration: .2s;
 
}
 
.video-box{
 
    display: block;
 
    position: relative;
 
    z-index: 1;
 
    line-height: 0;
 
}
 
.fluid-wrapper{
 
  padding-top: 56.2963%;
 
    width: 100%;
 
    position: relative;
 
    padding: 0;
 
}
 
.testo-child{
 
    margin-bottom: 0;
 
    margin-right: 0!important;
 
    background-size: cover;
 
    background-position: 50%;
 
    background-repeat: no-repeat;
 
    float: left;
 
    background-size: cover;
 
    background-position: 50%;
 
    position: relative;
 
    z-index: 2;
 
    min-height: 1px;
 
}
 
.left-testo{
 
    color: #FFFFFF!important;
 
    text-align: left;
 
    font-size: 16px;
 
    word-wrap: break-word;
 
    -webkit-animation-timing-function: linear;
 
    animation-timing-function: linear;
 
    -webkit-animation-duration: .2s;
 
    animation-duration: .2s;
 
    background-size: cover;
 
    background-position: 50%;
 
    background-repeat: no-repeat;
 
}
 
.text-inner{
 
    padding-bottom: 0;
 
    position: relative;
 
}
 
.bottone-centro{
 
    text-align: center;
 
    -webkit-animation-timing-function: linear;
 
    animation-timing-function: linear;
 
    -webkit-animation-duration: .2s;
 
    animation-duration: .2s;
 
    background-size: cover;
 
    background-position: 50%;
 
    background-repeat: no-repeat;
 
}
 
.movimento-bottone{
 
    color: #d74e38!important;
 
    border-color: RGBA(0,0,0,0);
 
    background-color: #FFFFFF;
 
}
 
.et_pb_butto>a {
 
    display: inline-block;
 
}
 
.et_pb_button_1, .et_pb_button_1:after, .et_pb_button_0, .et_pb_button_0:after {
 
    transition: all 300ms ease 0ms;
 
}
 
.et_pb_button, .et_pb_button_inner {
 
    position: relative;
 
    font-size: 20px;
 
    font-weight: 500;
 
    padding: .3em 1em;
 
    line-height: 1.7em!important;
 
    background-color: transparent;
 
    background-size: cover;
 
    background-position: 50%;
 
    background-repeat: no-repeat;
 
    border: 2px solid;
 
    border-radius: 3px;
 
    -webkit-transition-duration: .2s;
 
    transition-duration: .2s;
 
    -webkit-transition-property: all!important;
 
    transition-property: all!important;
 
 
}
 
}

Versione delle 14:21, 24 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;
}
.sezione-parallax{
	background-color: #d74e38!important;
	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: RGBA(0,0,0,0);
}
.colonna-uno{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 1px;
}