« 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 2 : Ligne 2 :
font: x-small sans-serif;
font: x-small sans-serif;
/* @embed */
/* @embed */
background: #ff0000 ;
background-color: #ff0000 ;
color: blue;
background-image: none;
margin: 0;
margin: 0;
padding: 0;
padding: 0;

Version du 16 octobre 2014 à 14:41

body {
	font: x-small sans-serif;
	/* @embed */
	background-color: #ff0000 ;
	background-image: none;
	margin: 0;
	padding: 0;
	direction: ltr; /* Needed for RTL flipping */
	unicode-bidi: embed;
}