Differenze tra le versioni di "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
Riga 81: | Riga 81: | ||
background-size: cover; | background-size: cover; | ||
padding: 20px; | padding: 20px; | ||
+ | margin-bottom: 20px; | ||
} | } |
Versione delle 16:14, 11 nov 2021
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il sito per dispositivi mobili */
.desktop-only {
display: none;
}
.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: 30px;
}
.home-title {
font-size: 200%;
color: white;
}
.home-box-red {
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: 30px 0;
}
.home-box-red-1 {
padding-top: 0;
}
.testo-corporate {
color: white;
margin: 20px auto;
padding: 20px;
}
.text-shadow {
text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
}
.testo-corporate a.external.text {
color: white;
text-decoration: underline;
}
.home-button {
background-color: #FFFFFF;
color: #d74e38;
font-size: 150%;
font-weight: bold;
margin: 30px auto 0 auto;
width: 12em;
border-radius: 2em;
padding: 0.1em;
text-align: center;
}
.home-box-blue {
text-align: center;
background-image: linear-gradient(180deg,#18374b 0%,#306199 100%);
background-position: center;
background-size: cover;
padding: 20px;
}
.home-box-blue a {
color: white;
}
/* =============== Template:Header ============= */
.page-header {
font-size: 200%;
font-weight: bold;
color: white;
background-image: linear-gradient(130deg,#18374b 0%,#d74e38 100%);
background-position: center;
background-size: cover;
padding: 20px;
margin-bottom: 20px;
}