« MediaWiki:Common.css » : différence entre les versions
De wiki.sjm.ovh
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 18 : | Ligne 18 : | ||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | .mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { | ||
box-shadow: inset 2.75em 0 0 # | box-shadow: inset 2.75em 0 0 #222222; | ||
} | } | ||
pre { | pre { | ||
color: # | color: #eeeeee; | ||
background-color: # | background-color: #000000; | ||
} | } |
Version du 18 avril 2024 à 13:28
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
font-family: "Lato", "Open Sans", Arial, sans-serif;
background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
}
a, a.external, a:visited, a.external:visited, .mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #ffc107;
}
.catlinks {
background-color: transparent;
}
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre {
box-shadow: inset 2.75em 0 0 #222222;
}
pre {
color: #eeeeee;
background-color: #000000;
}