MediaWiki:Common.css : Différence entre versions

De Wiki @ Brest

(Annulation des modifications 9553 de Fleon (discussion))
Ligne 4 : Ligne 4 :
 
     background-position:top;
 
     background-position:top;
 
     background-repeat:repeat-x;
 
     background-repeat:repeat-x;
 +
}
 +
 +
/* Event calendar help class */
 +
.smw-eventcalendar {
 +
  width:100%;
 +
  height:150px;
 
}
 
}

Version du 26 juin 2013 à 11:39

/* Le CSS placé ici sera appliqué à tous les habillages. */
.degrade{
    background-image:url(http://upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png);
    background-position:top;
    background-repeat:repeat-x;
}
 
/* Event calendar help class */ 
.smw-eventcalendar {
  width:100%;
  height:150px;
}