Difference between revisions of "MediaWiki:Common.css"
| Line 6: | Line 6: | ||
#article, #bodyContent, #mw_content { text-align: justify; } | #article, #bodyContent, #mw_content { text-align: justify; } | ||
| + | |||
| + | div#mw-panel div.portal div.body ul li a { | ||
| + | font-size:16px; | ||
| + | color: #008000; | ||
| + | } | ||
| + | div#mw-panel div.portal div.body ul li a:visited { | ||
| + | color: #A0600B; | ||
| + | } | ||
Revision as of 11:19, 29 October 2018
/* Le CSS placé ici sera appliqué à tous les habillages. */
body{background: white;}
a{border: none; background: white;}
#article, #bodyContent, #mw_content { text-align: justify; }
div#mw-panel div.portal div.body ul li a {
font-size:16px;
color: #008000;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #A0600B;
}