examples.css 831 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #map,#map1,#map2,#map3{
  2. display: block;
  3. height: 350px;
  4. margin: 0 auto;
  5. }
  6. #map.large,#map1.large,#map2.large,#map3.large{
  7. height:500px;
  8. }
  9. .overlay{
  10. display:block;
  11. text-align:center;
  12. color:#fff;
  13. font-size:60px;
  14. line-height:80px;
  15. opacity:0.8;
  16. background:#4477aa;
  17. border:solid 3px #336699;
  18. border-radius:4px;
  19. box-shadow:2px 2px 10px #333;
  20. text-shadow:1px 1px 1px #666;
  21. padding:0 4px;
  22. }
  23. .overlay_arrow{
  24. left:50%;
  25. margin-left:-16px;
  26. width:0;
  27. height:0;
  28. position:absolute;
  29. }
  30. .overlay_arrow.above{
  31. bottom:-15px;
  32. border-left:16px solid transparent;
  33. border-right:16px solid transparent;
  34. border-top:16px solid #336699;
  35. }
  36. .overlay_arrow.below{
  37. top:-15px;
  38. border-left:16px solid transparent;
  39. border-right:16px solid transparent;
  40. border-bottom:16px solid #336699;
  41. }
  42. /*--responsive--*/