shThemeVisualStudio.css 2.2 KB

12345678910111213141516171819202122232425262728293031
  1. .syntaxhighlighter{background-color:white !important;}
  2. .syntaxhighlighter .line.alt1{background-color:white !important;}
  3. .syntaxhighlighter .line.alt2{background-color:white !important;}
  4. .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:black !important;}
  6. .syntaxhighlighter table caption{color:black !important;}
  7. .syntaxhighlighter .gutter{color:#afafaf !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
  15. .syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:white !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:black !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#d11010 !important;}
  21. .syntaxhighlighter .keyword{color:#006699 !important;}
  22. .syntaxhighlighter .preprocessor{color:gray !important;}
  23. .syntaxhighlighter .variable{color:#aa7700 !important;}
  24. .syntaxhighlighter .value{color:#009900 !important;}
  25. .syntaxhighlighter .functions{color:#ff1493 !important;}
  26. .syntaxhighlighter .constants{color:#0066cc !important;}
  27. .syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
  28. .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
  29. .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
  30. .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
  31. .syntaxhighlighter .keyword{font-weight:bold !important;}