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; } /* Correction finale pour un rendu fidèle à Sublime Text */ /* Rouge subtil pour public */ pre .source-csharp .kw1 { color: #F92672 !important; } /* Rose pâle pour void, bool et autres mots-clés */ pre .source-csharp .kw2 { color: #C678DD !important; } /* Commentaires en bleu clair atténué */ pre .source-csharp .co1 { color: rgba(90, 155, 207, 0.4) !important; } /* Chaînes de caractères en vert vif */ pre .source-csharp .st0 { color: #A6E22E !important; } /* Nombres en orange doux */ pre .source-csharp .nu0 { color: #FD971F !important; } /* Variables comme usedShadowEnergy en orange doux */ pre .source-csharp .va0 { color: #FD971F !important; } /* Méthodes comme AddDeck, GetDeck en bleu pastel adouci */ pre .source-csharp .fu0 { color: #61AFEF !important; } /* Booléens comme true en rose pâle */ pre .source-csharp .bo0 { color: #C678DD !important; } /* Fond bleu-ardoise et texte général en blanc cassé */ pre .source-csharp { background-color: #2B2D3A !important; color: #F8F8F2 !important; } pre { background-color: #2B2D3A !important; color: #F8F8F2 !important; }