cssparsed-rtl.css 323 B

123456789101112131415161718192021222324252627282930
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. code#copytext {
  3. white-space: pre;
  4. font-family: Verdana;
  5. }
  6. .at {
  7. color:darkblue;
  8. }
  9. .format {
  10. color:gray;
  11. }
  12. .property {
  13. color:green;
  14. }
  15. .selector {
  16. color:blue;
  17. }
  18. .value {
  19. color:red;
  20. right: 500px;
  21. }
  22. .comment {
  23. color:orange;
  24. }