/media/editors/codemirror/css/xmlcolors.css

https://bitbucket.org/eternaware/joomus · CSS · 55 lines · 43 code · 12 blank · 0 comment · 0 complexity · 7003974cdf019b5556ad856167fbc9ec MD5 · raw file

  1. html {
  2. cursor: text;
  3. }
  4. .editbox {
  5. margin: .4em;
  6. padding: 0;
  7. font-family: monospace;
  8. font-size: 10pt;
  9. color: black;
  10. }
  11. .editbox p {
  12. margin: 0;
  13. }
  14. span.xml-tagname {
  15. color: #A0B;
  16. }
  17. span.xml-attribute {
  18. color: #281;
  19. }
  20. span.xml-punctuation {
  21. color: black;
  22. }
  23. span.xml-attname {
  24. color: #00F;
  25. }
  26. span.xml-comment {
  27. color: #A70;
  28. }
  29. span.xml-cdata {
  30. color: #48A;
  31. }
  32. span.xml-processing {
  33. color: #999;
  34. }
  35. span.xml-entity {
  36. color: #A22;
  37. }
  38. span.xml-error {
  39. color: #F00 !important;
  40. }
  41. span.xml-text {
  42. color: black;
  43. }