m |
|||
| Line 24: | Line 24: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| + | /* Amélioration des couleurs du thème Mariana pour les fichiers C# */ | ||
| + | .source-csharp .co1 { color: #5A9BCF !important; } /* Commentaires : bleu clair */ | ||
| + | .source-csharp .st0 { color: #A6E22E !important; } /* Chaînes de caractères : vert vif */ | ||
| + | .source-csharp .nu0 { color: #FD971F !important; } /* Nombres : orange vif */ | ||
| + | .source-csharp .kw1 { color: #AE81FF !important; } /* Mots-clés : violet clair */ | ||
| + | .source-csharp .op0 { color: #66D9EF !important; } /* Opérateurs : cyan clair */ | ||
| + | .source-csharp { background-color: #272822 !important; color: #F8F8F2 !important; } /* Fond sombre et texte clair */ | ||
/* CSS placed here will be applied to all skins */ /* wikitable/prettytable */ table.wikitable, table.prettytable { margin: 13px 13px 13px 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td, .prettytable > tr > th, .prettytable > tr > td, .prettytable > * > tr > th, .prettytable > * > tr > td { border: 1px #aaa solid; padding: 3px; } .wikitable > tr > th, .wikitable > * > tr > th, .prettytable > tr > th, .prettytable > * > tr > th { background: #f2f2f2; text-align: center; } .wikitable > caption, .prettytable > caption { font-weight: bold; } /* Amélioration des couleurs du thème Mariana pour les fichiers C# */ .source-csharp .co1 { color: #5A9BCF !important; } /* Commentaires : bleu clair */ .source-csharp .st0 { color: #A6E22E !important; } /* Chaînes de caractères : vert vif */ .source-csharp .nu0 { color: #FD971F !important; } /* Nombres : orange vif */ .source-csharp .kw1 { color: #AE81FF !important; } /* Mots-clés : violet clair */ .source-csharp .op0 { color: #66D9EF !important; } /* Opérateurs : cyan clair */ .source-csharp { background-color: #272822 !important; color: #F8F8F2 !important; } /* Fond sombre et texte clair */