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


Aucun résumé des modifications
Balises : mobile edit mobile web edit
Aucun résumé des modifications
Balises : mobile edit mobile web edit
Ligne 21 : Ligne 21 :
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {  float: right;  }
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {  float: right;  }
.ltr .mw-editsection {float: right;}
.ltr .mw-editsection {float: right;}
// augmenté largeur CREER UN COMPTE pour mobiles
mw-htmlform  .mw-ui-vform  .mw-ui-container {  width: 325px; }

Version du 21 mars 2019 à 23:14

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


// CHANGER LES ENTETES SU WIKI

div#content h1 {font-family: "Verdana", sans-serif ; font-weight: bold  }
div#content h2 {font-family: "Verdana", sans-serif ; font-weight: bold ; font-size: 1.25em; }

div#content h1, div#content h2 {color:#BB0000; }

html,  body, .mw-body {  font-family: "Verdana", sans-serif   }

div#mw-panel div.portal h3 { color: #bb0000; }
div#simpleSearch { width: 16em; }

 
// IMAGES RESPONSIVE   
res-img {max-width:100%; height:auto; }

//  Enlever le mot MODIFIER  des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {   float: right;  }
.ltr .mw-editsection {float: right;}