Aller au contenu

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

De Formdev
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 9 : Ligne 9 :
     width: 100vw;
     width: 100vw;
     height: 100vh;
     height: 100vh;
     background-image: url("https://www.form-dev.fr/wp-content/uploads/2023/05/background-elements.png");
     background-image: url("/images/1/15/Formdev-header-jpg.jpg"); /* Remplacez ce chemin par le vôtre */
     background-size: cover;
     background-size: cover;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-position: center center;
     background-position: center center;
     z-index: -1;
     z-index: -1;
     opacity: 0.2; /* modifie selon la lisibilité souhaitée */
     opacity: 0.2;
     pointer-events: none;
     pointer-events: none;
}
}

Version du 12 juin 2025 à 10:16

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* masquer l'onglet Discussion sur toutes les pages.*/

.page-Accueil body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("/images/1/15/Formdev-header-jpg.jpg"); /* Remplacez ce chemin par le vôtre */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    opacity: 0.2;
    pointer-events: none;
}


#ca-talk { display:none!important; }

/* masquer le logo dans le header. */
.mw-logo-wordmark{
display: none
}

/* masquer le logo "wikimedia" dans le footer. */
#footer-poweredbyico { 
display : none ;
}   


/* masquer les sous-titres en dessous du niveau 4 */
.sidebar-toc-level-4 {
display: none !important;
}

h2 {
 color: #F39200;
}

h3 {
    color: #0069B4;
    padding-left: 10px;
}

.mw-parser-output {
font-family:SourceSans Pro sas-serif
}

#ca-view, #ca-viewsource, #ca-history, #left-navigation, #pt-createaccount-2, #p-tb, #sidebar-toc-label {
   display: none;
}

.mw-parser-output {font-family: Arial, Helvetica, sans-serif;}

/* test couleur liens */
[[]] {
 color:  #FF0000;
}