Difference between revisions of "MediaWiki:Common.css"
| (40 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
| − | a{border: none; background: | + | body{background-color: #ffffff;} |
| + | |||
| + | #content{background-color: #ffffff;} | ||
| + | |||
| + | a{border: none; background: transparent;} | ||
| + | |||
| + | #article, #bodyContent, #mw_content { text-align: justify; } | ||
| + | |||
| + | #catlinks { background-color: #ffffff; } | ||
Latest revision as of 08:50, 8 October 2019
/* Le CSS placé ici sera appliqué à tous les habillages. */
body{background-color: #ffffff;}
#content{background-color: #ffffff;}
a{border: none; background: transparent;}
#article, #bodyContent, #mw_content { text-align: justify; }
#catlinks { background-color: #ffffff; }