Guest User

Untitled

a guest
Jan 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Map {
  2. background-color: #b8dee6;
  3. }
  4.  
  5. #countries {
  6. ::outline {
  7. line-color: #85c5d3;
  8. line-width: 2;
  9. line-join: round;
  10. }
  11. text-name: "[admin]";
  12. text-face-name: "Helvetica Regular";
  13. [factor<101] {
  14. polygon-fill: #ff0000;
  15. }
  16. [factor<81] {
  17. polygon-fill: #ff6c6c;
  18. }
  19. [factor<61] {
  20. polygon-fill: #ff9797;
  21. }
  22. [factor<41] {
  23. polygon-fill: #ffafaf;
  24. }
  25. [factor<21] {
  26. polygon-fill: #ffe5e5;
  27. }
  28. [factor=null] {
  29. polygon-fill: #fff;
  30. }
  31. }
Add Comment
Please, Sign In to add comment