shThemeDjango.css 2.3 KB

1234567891011121314151617181920212223242526272829303132
  1. .syntaxhighlighter{background-color:#0a2b1d !important;}
  2. .syntaxhighlighter .line.alt1{background-color:#0a2b1d !important;}
  3. .syntaxhighlighter .line.alt2{background-color:#0a2b1d !important;}
  4. .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#233729 !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:white !important;}
  6. .syntaxhighlighter table caption{color:#f8f8f8 !important;}
  7. .syntaxhighlighter .gutter{color:#497958 !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #41a83e !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#41a83e !important;color:#0a2b1d !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:#96dd3b !important;background:black !important;border:1px solid #41a83e !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:#96dd3b !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:white !important;}
  15. .syntaxhighlighter .toolbar{color:white !important;background:#41a83e !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:white !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:#ffe862 !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#f8f8f8 !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#336442 !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#9df39f !important;}
  21. .syntaxhighlighter .keyword{color:#96dd3b !important;}
  22. .syntaxhighlighter .preprocessor{color:#91bb9e !important;}
  23. .syntaxhighlighter .variable{color:#ffaa3e !important;}
  24. .syntaxhighlighter .value{color:#f7e741 !important;}
  25. .syntaxhighlighter .functions{color:#ffaa3e !important;}
  26. .syntaxhighlighter .constants{color:#e0e8ff !important;}
  27. .syntaxhighlighter .script{font-weight:bold !important;color:#96dd3b !important;background-color:none !important;}
  28. .syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#eb939a !important;}
  29. .syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#91bb9e !important;}
  30. .syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#edef7d !important;}
  31. .syntaxhighlighter .comments{font-style:italic !important;}
  32. .syntaxhighlighter .keyword{font-weight:bold !important;}