m |
m |
||
| Line 24: | Line 24: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
| − | /* | + | /* Couleurs ajustées pour refléter le thème Mariana de Sublime Text */ |
| − | pre .source-csharp .co1 { color: rgba(90, 155, 207, 0. | + | pre .source-csharp .kw1 { color: #F92672 !important; } /* Mots comme public : rouge subtil */ |
| − | pre .source-csharp .st0 { color: | + | pre .source-csharp .kw2 { color: #AE81FF !important; } /* Mots-clés comme void, bool : violet pastel */ |
| − | pre .source-csharp .nu0 { color: | + | pre .source-csharp .co1 { color: rgba(90, 155, 207, 0.4) !important; } /* Commentaires : bleu clair adouci */ |
| − | pre .source-csharp . | + | pre .source-csharp .st0 { color: #A6E22E !important; } /* Chaînes de caractères : vert vif */ |
| − | pre .source-csharp . | + | pre .source-csharp .nu0 { color: #FD971F !important; } /* Nombres : orange doux */ |
| − | pre .source-csharp { background-color: # | + | pre .source-csharp .va0 { color: #FD971F !important; } /* Variables comme usedShadowEnergy : orange */ |
| − | pre { background-color: # | + | pre .source-csharp .fu0 { color: #66D9EF !important; } /* Méthodes comme OnCancelled, UnhighlightCards : bleu pastel */ |
| + | pre .source-csharp .bo0 { color: #AE81FF !important; } /* booléens comme true : violet pastel */ | ||
| + | pre .source-csharp { background-color: #2B2D3A !important; color: #F8F8F2 !important; } /* Fond bleu-ardoise et texte clair */ | ||
| + | pre { background-color: #2B2D3A !important; color: #F8F8F2 !important; } /* Fond bleu-ardoise général avec 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; } /* Couleurs ajustées pour refléter le thème Mariana de Sublime Text */ pre .source-csharp .kw1 { color: #F92672 !important; } /* Mots comme public : rouge subtil */ pre .source-csharp .kw2 { color: #AE81FF !important; } /* Mots-clés comme void, bool : violet pastel */ pre .source-csharp .co1 { color: rgba(90, 155, 207, 0.4) !important; } /* Commentaires : bleu clair adouci */ pre .source-csharp .st0 { color: #A6E22E !important; } /* Chaînes de caractères : vert vif */ pre .source-csharp .nu0 { color: #FD971F !important; } /* Nombres : orange doux */ pre .source-csharp .va0 { color: #FD971F !important; } /* Variables comme usedShadowEnergy : orange */ pre .source-csharp .fu0 { color: #66D9EF !important; } /* Méthodes comme OnCancelled, UnhighlightCards : bleu pastel */ pre .source-csharp .bo0 { color: #AE81FF !important; } /* booléens comme true : violet pastel */ pre .source-csharp { background-color: #2B2D3A !important; color: #F8F8F2 !important; } /* Fond bleu-ardoise et texte clair */ pre { background-color: #2B2D3A !important; color: #F8F8F2 !important; } /* Fond bleu-ardoise général avec texte clair */