cssparsed.css 228 B

1234567891011121314151617181920212223242526272829
  1. code#copytext {
  2. white-space: pre;
  3. font-family: Verdana;
  4. }
  5. .at {
  6. color:darkblue;
  7. }
  8. .format {
  9. color:gray;
  10. }
  11. .property {
  12. color:green;
  13. }
  14. .selector {
  15. color:blue;
  16. }
  17. .value {
  18. color:red;
  19. left: 500px;
  20. }
  21. .comment {
  22. color:orange;
  23. }