/examples/StyledKMLParser/bin-release/srcview/SourceStyles.css

http://gmaps-utility-library-flash.googlecode.com/ · CSS · 130 lines · 99 code · 31 blank · 0 comment · 0 complexity · a6404a220870ade801389819f067a91d MD5 · raw file

  1. body {
  2. font-family: Courier New, Courier, monospace;
  3. }
  4. .MXMLComment {
  5. color: #800000;
  6. }
  7. .MXMLComponent_Tag {
  8. color: #0000ff;
  9. }
  10. .MXMLDefault_Text {
  11. }
  12. .MXMLProcessing_Instruction {
  13. }
  14. .MXMLSpecial_Tag {
  15. color: #006633;
  16. }
  17. .MXMLString {
  18. color: #990000;
  19. }
  20. .CSS@font-face {
  21. color: #990000;
  22. font-weight: bold;
  23. }
  24. .CSS@import {
  25. color: #006666;
  26. font-weight: bold;
  27. }
  28. .CSS@media {
  29. color: #663333;
  30. font-weight: bold;
  31. }
  32. .CSSComment {
  33. color: #999999;
  34. }
  35. .CSSDefault_Text {
  36. }
  37. .CSSDelimiters {
  38. }
  39. .CSSProperty_Name {
  40. color: #330099;
  41. }
  42. .CSSProperty_Value {
  43. color: #3333cc;
  44. }
  45. .CSSSelector {
  46. color: #ff00ff;
  47. }
  48. .CSSString {
  49. color: #990000;
  50. }
  51. .ActionScriptASDoc {
  52. color: #3f5fbf;
  53. }
  54. .ActionScriptBracket/Brace {
  55. }
  56. .ActionScriptComment {
  57. color: #009900;
  58. font-style: italic;
  59. }
  60. .ActionScriptDefault_Text {
  61. }
  62. .ActionScriptMetadata {
  63. color: #0033ff;
  64. font-weight: bold;
  65. }
  66. .ActionScriptOperator {
  67. }
  68. .ActionScriptReserved {
  69. color: #0033ff;
  70. font-weight: bold;
  71. }
  72. .ActionScriptString {
  73. color: #990000;
  74. font-weight: bold;
  75. }
  76. .ActionScriptclass {
  77. color: #9900cc;
  78. font-weight: bold;
  79. }
  80. .ActionScriptfunction {
  81. color: #339966;
  82. font-weight: bold;
  83. }
  84. .ActionScriptinterface {
  85. color: #9900cc;
  86. font-weight: bold;
  87. }
  88. .ActionScriptpackage {
  89. color: #9900cc;
  90. font-weight: bold;
  91. }
  92. .ActionScripttrace {
  93. color: #cc6666;
  94. font-weight: bold;
  95. }
  96. .ActionScriptvar {
  97. color: #6699cc;
  98. font-weight: bold;
  99. }