jqvmap.css 962 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. {
  13. position: absolute;
  14. display: none;
  15. -webkit-border-radius: 3px;
  16. -moz-border-radius: 3px;
  17. border-radius: 3px;
  18. background: #292929;
  19. color: white;
  20. font-family: sans-serif, Verdana;
  21. font-size: smaller;
  22. padding: 3px;
  23. }
  24. .jqvmap-zoomin, .jqvmap-zoomout
  25. {
  26. position: absolute;
  27. left: 10px;
  28. -webkit-border-radius: 3px;
  29. -moz-border-radius: 3px;
  30. border-radius: 3px;
  31. background: #000000;
  32. padding: 3px;
  33. color: white;
  34. width: 10px;
  35. height: 10px;
  36. cursor: pointer;
  37. line-height: 10px;
  38. text-align: center;
  39. }
  40. .jqvmap-zoomin
  41. {
  42. top: 10px;
  43. }
  44. .jqvmap-zoomout
  45. {
  46. top: 30px;
  47. }
  48. .jqvmap-region
  49. {
  50. cursor: pointer;
  51. }
  52. .jqvmap-ajax_response
  53. {
  54. width: 100%;
  55. height: 500px;
  56. }