« Utilisateur:Cedric/monobook.css » : différence entre les versions

De fablabo
Aller à :navigation, rechercher
Cedric (discussion | contributions)
Aucun résumé des modifications
Cedric (discussion | contributions)
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
/* @embed */
/* @embed */
background-color: #ff0000 ;
background-color: #ff0000 ;
background-image: none;
background-image: url(images/bibli a roulettes.png);
margin: 0;
margin: 0;
padding: 0;
padding: 0;

Version du 16 octobre 2014 à 15:11

body {
	font: x-small sans-serif;
	/* @embed */
	background-color: #ff0000 ;
	background-image: url(images/bibli a roulettes.png);
	margin: 0;
	padding: 0;
	direction: ltr; /* Needed for RTL flipping */
	unicode-bidi: embed;
}


.mw-code {
    padding: 1em;
    border: 1px dashed #2F6FAB;
    color: #000;
    background-color: black;
}