MediaWiki:Common.css : Différence entre versions

De Wiki @ Brest

Ligne 9 : Ligne 9 :
 
.smw-eventcalendar {
 
.smw-eventcalendar {
 
   width:100%;
 
   width:100%;
   height:350px;
+
   height:150px;
 
}
 
}

Version du 26 juin 2013 à 10:32

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