map.css 540 B

1234567891011121314151617181920212223242526272829303132333435
  1. #mapid {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. h1 {
  6. font-size: 4em;
  7. padding: 2px;
  8. margin: 2px;
  9. }
  10. .townphoto {
  11. max-height: 400px;
  12. max-width: 400px;
  13. }
  14. #mapstops {
  15. z-index: 800;
  16. font-size: 2em;
  17. text-decoration: none;
  18. position: fixed;
  19. padding: 8px;
  20. bottom: 19px;
  21. right: 4px;
  22. border-style: solid;
  23. border-width: 2px;
  24. border-radius: 2px;
  25. border-color: #ffd8e1;
  26. margin: 5px;
  27. background-color: rgba(253, 244, 255, 0.5);
  28. }
  29. #mapstops a {
  30. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  31. text-decoration: none;
  32. color: black;
  33. }