Note: After saving, you may have to bypass your browser's cache to see the changes.
/* 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; } /* Réduction de la saturation et amélioration de l'harmonie des couleurs */ pre .source-csharp .co1 { color: rgba(90, 155, 207, 0.6) !important; } /* Commentaires : bleu clair doux */ pre .source-csharp .st0 { color: rgba(166, 226, 46, 0.7) !important; } /* Chaînes de caractères : vert doux */ pre .source-csharp .nu0 { color: rgba(253, 151, 31, 0.7) !important; } /* Nombres : orange atténué */ pre .source-csharp .kw1 { color: rgba(174, 129, 255, 0.7) !important; } /* Mots-clés : violet pâle */ pre .source-csharp .op0 { color: rgba(102, 217, 239, 0.7) !important; } /* Opérateurs : cyan doux */ pre .source-csharp { background-color: #272822 !important; color: #F8F8F2 !important; } /* Fond sombre et texte clair doux */ pre { background-color: #272822 !important; color: #F8F8F2 !important; } /* Fond sombre général */