style.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. body {
  2. padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  3. }
  4. .thumbnail img {
  5. width: 100%;
  6. }
  7. .ratings {
  8. padding-right: 10px;
  9. padding-left: 10px;
  10. color: #d17581;
  11. }
  12. .thumbnail {
  13. padding: 0;
  14. }
  15. .thumbnail .caption-full {
  16. padding: 9px;
  17. color: #333;
  18. }
  19. footer {
  20. margin: 50px 0;
  21. }
  22. #draggable {
  23. position: absolute;
  24. width: 150px;
  25. height: 150px;
  26. padding: 0.5em;
  27. left: 100px;
  28. top: 200px;
  29. display: none;}
  30. #mapDiv45 {
  31. display: none;
  32. width: 250px;
  33. height: 250px;
  34. padding: 0.5em;
  35. position: absolute;
  36. border: 10px solid #FFFFFF;
  37. right: 0px;
  38. top: 600px;
  39. }
  40. #mapDivImage {
  41. width: 400px;
  42. height: 400px;
  43. padding: 0.5em;
  44. position: absolute;
  45. border: 2px solid #eeeeee;}
  46. #mapDiv {
  47. height: 70%;
  48. width: 100% }
  49. #draggable {
  50. width: 150px;
  51. height: 150px;
  52. padding: 0.5em; }
  53. #advanced-fields, #mapcontrols {
  54. display: none;
  55. }
  56. #results, #results2, #results3 { display: block; }