ammap.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .ammapAlert
  2. {
  3. display:table-cell;
  4. vertical-align:middle;
  5. text-align:center;
  6. font-family:verdana,helvetica,arial,sans-serif;
  7. font-size:12px;
  8. color:#CC0000;
  9. }
  10. .ammapDescriptionWindow
  11. {
  12. font-size:11px;
  13. font-family:verdana,helvetica,arial,sans-serif;
  14. background-color:#FFFFFF;
  15. border-style:solid;
  16. border-color:#DADADA;
  17. border-width:1px;
  18. color:#000000;
  19. padding:8px;
  20. -webkit-box-sizing: border-box;
  21. -moz-box-sizing: border-box;
  22. box-sizing: border-box;
  23. }
  24. .ammapDescriptionTitle
  25. {
  26. font-size:12px;
  27. font-weight:bold;
  28. font-family:verdana,helvetica,arial,sans-serif;
  29. padding-bottom:5px;
  30. }
  31. .ammapDescriptionWindowCloseButton
  32. {
  33. }
  34. .ammapObjectList ul
  35. {
  36. padding-left:20px;
  37. list-style:square outside;
  38. color:#999999;
  39. font-family:verdana,helvetica,arial,sans-serif;
  40. font-size: 12px;
  41. }
  42. .ammapObjectList ul ul
  43. {
  44. padding-left:14px;
  45. }
  46. .ammapObjectList a
  47. {
  48. color:#000000;
  49. }
  50. .ammapObjectList a
  51. {
  52. color:#000000;
  53. text-decoration:none;
  54. display:block;
  55. padding:2px;
  56. }
  57. .ammapObjectList a:hover
  58. {
  59. color:#CC0000;
  60. text-decoration:none;
  61. background:#FFFFFF;
  62. cursor:pointer;
  63. display:block;
  64. }
  65. .ammapDescriptionText
  66. {
  67. overflow: auto;
  68. }
  69. .amChartsPlotArea
  70. {
  71. }