jqvmap.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*!
  2. * jQVMap Version 1.0
  3. *
  4. * http://jqvmap.com
  5. *
  6. * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
  7. * Licensed under the MIT license.
  8. *
  9. * Fork Me @ https://github.com/manifestinteractive/jqvmap
  10. */
  11. .jqvmap-label {
  12. background: none repeat scroll 0 0 #292929;
  13. border-radius: 3px 3px 3px 3px;
  14. color: #FFFFFF;
  15. display: none;
  16. font-family: sans-serif,Verdana;
  17. font-size: smaller;
  18. padding: 3px;
  19. position: absolute;
  20. }
  21. .jqvmap-zoomin, .jqvmap-zoomout {
  22. background: none repeat scroll 0 0 #000000;
  23. border-radius: 3px 3px 3px 3px;
  24. color: #FFFFFF;
  25. cursor: pointer;
  26. height: 10px;
  27. left: 10px;
  28. line-height: 10px;
  29. padding: 3px;
  30. position: absolute;
  31. text-align: center;
  32. width: 10px;
  33. }
  34. .jqvmap-zoomin {
  35. top: 10px;
  36. }
  37. .jqvmap-zoomout {
  38. top: 30px;
  39. }
  40. .jqvmap-region {
  41. cursor: pointer;
  42. }
  43. .jqvmap-ajax_response {
  44. height: 500px;
  45. width: 100%;
  46. }
  47. .jqvmap-zoomin {
  48. background-color: #666666;
  49. height: 16px;
  50. width: 16px;
  51. }
  52. .jqvmap-zoomout {
  53. background-color: #666666;
  54. height: 16px;
  55. width: 16px;
  56. }