User:Verdy p/monobook.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/*<pre>*/
/* supporte le maximum d’écritures */
@import url(http://fr.wikipedia.org/w/index.php?title=Utilisateur:Verdy_p/polices.css&action=raw&ctype=text/css);
 
/*
annule le changement de taille fait dans le Monobook.css
et utilise une autre méthode pour réduire les barres autour
*/
body,
#globalWrapper,
#column-one { font-size: 8.5pt !important; }
#footer { font-size: 7pt !important; }
#bodyContent { font-size: 9.5pt !important; }
/* taille préférée du texte par défaut pour les pages */
#content {
font-size: 10pt !important;
}
big {
font-size: 115% !important;
}
small {
font-size: 87% !important;
}
 
/* override: generated user stylesheet */
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
 
/* correction bogue des bandeaux dans MediaWiki:Common.css */
.bandeau, .messagebox {
width: auto;
margin-left: 10%;
margin-right: 10%;
}
 
/*</pre>*/