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

De Wiki-Anjou
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 9 : Ligne 9 :
   color:#DF6400;
   color:#DF6400;
  }
  }
.pBody {
        font-size: 95%;
        background-color: #EDF4FF;
        color: black;
        border-collapse: collapse;
        padding: 0 .8em .3em .5em;
}
/* MISE EN GRAS DE L'ONGLET MODIFIER (copié de en:) */
#ca-edit a { font-weight:bold !important }

Version du 27 février 2009 à 10:50

/* Le CSS placé ici affectera les utilisateurs de l’habillage Monobook. */

/* APPARENCE DES TITRES DE SECTION DANS LE MENU DE GAUCHE */
 .portlet h5 {
  text-transform:none;
  font-weight:bold;
  font-variant:normal;
  background:#FFFFFF;
  color:#DF6400;
 }

.pBody {
        font-size: 95%;
        background-color: #EDF4FF;
        color: black;
        border-collapse: collapse;
        padding: 0 .8em .3em .5em;
 } 

/* MISE EN GRAS DE L'ONGLET MODIFIER (copié de en:) */
 #ca-edit a { font-weight:bold !important }