shThemeEclipse.css 2.5 KB

12345678910111213141516171819202122232425262728293031323334
  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:#c3defe !important;}
  5. .syntaxhighlighter .line.highlighted.number{color:white !important;}
  6. .syntaxhighlighter table caption{color:black !important;}
  7. .syntaxhighlighter .gutter{color:#787878 !important;}
  8. .syntaxhighlighter .gutter .line{border-right:3px solid #d4d0c8 !important;}
  9. .syntaxhighlighter .gutter .line.highlighted{background-color:#d4d0c8 !important;color:white !important;}
  10. .syntaxhighlighter.printing .line .content{border:none !important;}
  11. .syntaxhighlighter.collapsed{overflow:visible !important;}
  12. .syntaxhighlighter.collapsed .toolbar{color:#3f5fbf !important;background:white !important;border:1px solid #d4d0c8 !important;}
  13. .syntaxhighlighter.collapsed .toolbar a{color:#3f5fbf !important;}
  14. .syntaxhighlighter.collapsed .toolbar a:hover{color:#aa7700 !important;}
  15. .syntaxhighlighter .toolbar{color:#a0a0a0 !important;background:#d4d0c8 !important;border:none !important;}
  16. .syntaxhighlighter .toolbar a{color:#a0a0a0 !important;}
  17. .syntaxhighlighter .toolbar a:hover{color:red !important;}
  18. .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
  19. .syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#3f5fbf !important;}
  20. .syntaxhighlighter .string,.syntaxhighlighter .string a{color:#2a00ff !important;}
  21. .syntaxhighlighter .keyword{color:#7f0055 !important;}
  22. .syntaxhighlighter .preprocessor{color:#646464 !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:#7f0055 !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;}
  32. .syntaxhighlighter .xml .keyword{color:#3f7f7f !important;font-weight:normal !important;}
  33. .syntaxhighlighter .xml .color1,.syntaxhighlighter .xml .color1 a{color:#7f007f !important;}
  34. .syntaxhighlighter .xml .string{font-style:italic !important;color:#2a00ff !important;}