« MediaWiki:Common.css » : différence entre les versions

De Les Archives Infinies
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 19 : Ligne 19 :
     box-shadow: 0 4px 6px rgba(0,0,0,0.5);
     box-shadow: 0 4px 6px rgba(0,0,0,0.5);
     opacity: 1 !important;
     opacity: 1 !important;
}
#mw-header-container {
    z-index: 1 !important;
    position: relative !important;
}
}



Version du 29 mars 2025 à 02:01

@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

#site-header {
    background-image: url("/images/e/e3/Bandeau-codex-all%C3%A9g%C3%A9.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    color: #f0e6d6;
    font-family: 'MedievalSharp', cursive;
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    text-shadow: 2px 2px 4px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; /* encore plus haut */
    box-shadow: 0 4px 6px rgba(0,0,0,0.5);
    opacity: 1 !important;
}

#mw-header-container {
    z-index: 1 !important;
    position: relative !important;
}

body {
    padding-top: 220px;
}