MediaWiki:Common.css

Da W.Training Demo Wiki.
Jump to navigation Jump to search

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/* 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;
}

.wrap-parallax{
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.colonna-uno{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    min-height: 1px;
}
/* =============== Home ============= */
.home-title-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: 50px;
}

.home-title {
	font-size: 200%;
	color: white;
}

.home-box {
	background-blend-mode: overlay;
	background-image: url('https://www.wtraining.it/wp-content/uploads/2021/08/sfondo-wiki.png');
	background-color: #d74e38;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}

.testo-corporate {
	color: white;
    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.external.text {
	color: white;
	text-decoration: underline;
}

.home-button {
	 background-color: #FFFFFF;
	 font-size: 150%;
	 font-weight: bold;
	 margin: 30px auto;
	 width: 12em;
	 border-radius: 2em;
	 padding: 1em;
	 text-align: center;
}