Utilisatrice:Darmo117/common.css
Apparence
Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : Maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ou Ctrl-R (⌘-R sur un Mac) ;
- Google Chrome : Appuyez sur Ctrl-Maj-R (⌘-Shift-R sur un Mac) ;
- Internet Explorer : Maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5 ;
- Opera : Allez dans Menu → Settings (Opera → Préférences sur un Mac) et ensuite à Confidentialité & sécurité → Effacer les données d'exploration → Images et fichiers en cache.
a.quality0 {
background-color: rgb(64, 64, 64);
}
a.quality2 {
background-color: rgb(0, 87, 130);
}
a.quality3 {
background-color: rgb(94, 81, 0);
}
a.quality4 {
background-color: rgb(27, 106, 0);
}
/*
* Console Scribunto
*/
.mw-scribunto-print, .mw-scribunto-normalOutput, .mw-scribunto-input, .mw-scribunto-error {
font-family: monospace;
}
.mw-scribunto-input::before {
content: "$ ";
}
/*
* Wikicode
*/
#content pre {
text-align: left;
}
.cm-mw-comment {
color: #808080;
}
/* Couleurs de fond */
.cm-mw-ext-ground, .cm-mw-template-ground, .cm-mw-link-ground {
background-color: #333;
}
.cm-mw-template2-ground, .cm-mw-template-ext-ground {
background-color: #533;
}
/* Mots magiques */
.cm-mw-doubleUnderscore {
color: #38ef89;
}
/* Modèles */
.cm-mw-template {
color: #e6db74;
}
.cm-mw-template-bracket, .cm-mw-template-delimiter {
color: #ff80ff;
font-weight: bold;
}
.cm-mw-template-name {
color: #1290c3;
}
.cm-mw-template-argument-name {
color: #79abff;
font-weight: normal;
}
/* Parser functions */
.cm-mw-parserfunction {
color: #e6db74;
}
.cm-mw-parserfunction-bracket, .cm-mw-parserfunction-delimiter {
color: #ff80ff;
font-weight: bold;
}
.cm-mw-parserfunction-name {
color: #a7ec21;
font-weight: normal;
}
/* Liens */
.cm-mw-link {
color: #ff80ff;
font-weight: bold;
font-style: italic;
}
.cm-mw-link-bracket, .cm-mw-link-delimiter, .cm-mw-extlink-bracket {
color: #ff80ff;
font-weight: bold;
}
.cm-mw-link-tosection {
color: #e6db74;
font-style: italic;
}
.cm-mw-link-text {
color: #e6db74;
}
/* Tables */
.cm-mw-table-bracket, .cm-mw-table-delimiter {
color: #ff7802;
font-weight: bold;
}
.cm-mw-table-definition {
color: #66fff8;
font-weight: normal;
}
/* Variables de modèles */
.cm-mw-templatevariable-bracket, .cm-mw-templatevariable-delimiter {
color: #ffbf26;
font-weight: bold;
}
.cm-mw-templatevariable-name {
color: #ffbf26;
font-weight: normal;
}
.cm-mw-templatevariable {
color: #e6db74;
font-weight: normal;
}
/* Tags HTML */
.cm-mw-htmltag-bracket, .cm-mw-exttag-bracket {
color: #ff7802;
font-weight: bold;
}
.cm-mw-htmltag-name, .cm-mw-exttag-name {
color: #ff7802;
}
.cm-mw-htmltag-attribute, .cm-mw-exttag-attribute {
color: #66fff8;
}
.cm-mw-mnemonic {
color: #2888f8;
font-style: italic;
}
/*
* LUA & JavaScript
*/
.ace_keyword, .ace_type, .kd, .kr, .k, .cp {
color: #dd2867 !important;
font-weight: bold;
}
.cpt {
color: #1290c3;
font-weight: bold;
}
.ace_identifier, .n, .nx, .cpn {
color: #ffbf26 !important;
}
.ace_parameter {
color: #79abff !important;
}
.ace_operator, .ace_paren, .p, .o, .ow {
color: #ff80ff !important;
font-weight: bold;
}
.ace_library {
color: #38ef89 !important;
font-style: italic;
}
.ace_function, .nb {
color: #a7ec21 !important;
}
.nf {
color: #1eb540 !important;
font-weight: bold;
}
.ace_string, .s, .s1, .s2, .sa, .sb, .sd, .sx {
color: #e6db74 !important;
font-style: normal !important;
}
.se {
color: #ff9ec2 !important;
font-weight: normal !important;
}
.ace_numeric, .ace_language, .ace_constant, .kc, .mh, .mi, .mf {
color: #ae81ff !important;
font-weight: normal !important;
}
.ace_comment, .c, .c1, .cm {
color: #808080 !important;
font-style: normal !important;
}
.cd {
color: #408080 !important;
}
.ct {
color: #9a8c7c;
font-weight: bold;
}