shThemeFadeToGrey.css 2.3 KB

12345678910111213141516171819202122232425262728293031
  1. .syntaxhighlighter{background-color:#121212 !important;}
  2. .syntaxhighlighter .line.alt1{background-color:#121212 !important;}
  3. .syntaxhighlighter .line.alt2{background-color:#121212 !important;}
  4. .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#2c2c29 !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:white !important;}
  6. .syntaxhighlighter table caption{color:white !important;}
  7. .syntaxhighlighter .gutter{color:#afafaf !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #3185b9 !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#3185b9 !important;color:#121212 !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:#3185b9 !important;background:black !important;border:1px solid #3185b9 !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:#3185b9 !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:#d01d33 !important;}
  15. .syntaxhighlighter .toolbar{color:white !important;background:#3185b9 !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:white !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:#96daff !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:white !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#696854 !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#e3e658 !important;}
  21. .syntaxhighlighter .keyword{color:#d01d33 !important;}
  22. .syntaxhighlighter .preprocessor{color:#435a5f !important;}
  23. .syntaxhighlighter .variable{color:#898989 !important;}
  24. .syntaxhighlighter .value{color:#009900 !important;}
  25. .syntaxhighlighter .functions{color:#aaaaaa !important;}
  26. .syntaxhighlighter .constants{color:#96daff !important;}
  27. .syntaxhighlighter .script{font-weight:bold !important;color:#d01d33 !important;background-color:none !important;}
  28. .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#ffc074 !important;}
  29. .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#4a8cdb !important;}
  30. .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#96daff !important;}
  31. .syntaxhighlighter .functions{font-weight:bold !important;}