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


Aucun résumé des modifications
Aucun résumé des modifications
Ligne 2 : Ligne 2 :




/* changer les entêtes MediaWiki  */
// CHANGER LES ENTETES SU WIKI
div#content h1 {font-family: "Verdana", sans-serif ; font-weight: bold  }
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 h2 {font-family: "Verdana", sans-serif ; font-weight: bold ; font-size: 1.25em; }
Ligne 13 : Ligne 13 :
div#simpleSearch { width: 16em; }
div#simpleSearch { width: 16em; }


 
//  CONFIRM ACCOUNT
/* Images  responsive   */
legend {font-size: 115%; font-weight: bold;}
// IMAGES RESPONSIVE    
res-img {max-width:100%; height:auto; }
res-img {max-width:100%; height:auto; }

Version du 21 janvier 2019 à 09:30

/* 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; }

//  CONFIRM ACCOUNT 
legend {font-size: 115%; font-weight: bold;}
 
// IMAGES RESPONSIVE   
res-img {max-width:100%; height:auto; }