MediaWiki:Common.css : Différence entre versions
Ligne 16 : | Ligne 16 : | ||
width: auto; | width: auto; | ||
} | } | ||
− | + | /* Change the link color on hover */ | |
+ | li a:hover { | ||
+ | background-color: #555; | ||
+ | color: white; | ||
+ | } | ||
Version du 3 janvier 2019 à 20:45
body {
background-color: #FFF5EE;
}
h1 {
font-size: 20px;
}
img {
max-width: 100%;
height: auto;
}
li a {
display: block;
width: auto;
}
/* Change the link color on hover */
li a:hover {
background-color: #555;
color: white;
}
div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:none;}
div#content.mw-body { margin: 10em; border:none;}
#mw-head-base, div#content, div#footer {display:none;}
.ns-3504 div#mw-content-ltr {
color: #000000;
}
body.ns-3504 {background: #282828}
.ns-3504 div#content a {
color: #da5c2a;
}