Difference between revisions of "MediaWiki:Common.css"

no edit summary
Line 1,857: Line 1,857:
/* ========================== Integrazione pagine Wix 2024 ========================== */
/* ========================== Integrazione pagine Wix 2024 ========================== */
a, a:hover { text-decoration: none; }
a, a:hover { text-decoration: none; }
.homepage-logo {
position: absolute;
border-radius: 100%;
z-index: 100;
}


.homepage-slider {
.homepage-slider {
position: relative;
height: 400px;
height: 400px;
background-color: silver;
background-color: silver;
}
.homepage-logo-container {
    position: absolute;
    top: 50px;
    transform: translate(-50px, 0);
    z-index: 100;
}
.homepage-logo {
border-radius: 100%;
}
}