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

De TartareFR
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 5 : Ligne 5 :
   background-repeat:no-repeat;
   background-repeat:no-repeat;
   background-position:0 0;
   background-position:0 0;
  background:transparent;
}
}


Ligne 13 : Ligne 12 :
   background-repeat:repeat-x;
   background-repeat:repeat-x;
   background-position:0 50%;
   background-position:0 50%;
  background:transparent;
}
}

Version du 23 septembre 2013 à 11:59

/* Le CSS placé ici sera appliqué à tous les habillages. */
.bluerounded {
  display:block;
  background-image:url("http://localhost/wiki/images/b/be/BlueBgRounded.png");
  background-repeat:no-repeat;
  background-position:0 0;
}

.effect3d {
  display:block;
  background-image:url("http://localhost/wiki/images/b/be/BlueBgRounded.png");
  background-repeat:repeat-x;
  background-position:0 50%;
}