style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. body{
  2. font-family: 'SourceSansPro-Regular', Arial, serif;
  3. font-size: 12px;
  4. }
  5. .header{
  6. width: inherit;
  7. height: 20px;
  8. text-align: center;
  9. color:red;
  10. font-size: 14px;
  11. }
  12. #url{
  13. top:50px;
  14. font-size: 30px;
  15. color:#7777;
  16. font-family: 'SourceSansPro-Bold';
  17. text-shadow: 0px 2px 3px rgba(150, 150, 150, 1)
  18. }
  19. #map {
  20. z-index:1;
  21. top: 0px;
  22. left: 0px;
  23. position:absolute;
  24. }
  25. .bar{
  26. z-index:2;
  27. top:0px;
  28. left:0px;
  29. width:20px;
  30. height:100%;
  31. position:absolute;
  32. background-color:rgba(255, 255, 255, 0.8);
  33. -webkit-box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
  34. box-shadow: 12px 0px 8px -4px rgba(0, 0, 0, 0.5);
  35. overflow: auto;
  36. }
  37. #button{
  38. z-index:4;
  39. float:right;
  40. width: 10px;
  41. height: 90%;
  42. padding: 5px;
  43. font-size: 20px;
  44. }
  45. .info{
  46. z-index: 3;
  47. width:250;
  48. position: absolute;
  49. top: 0px;
  50. z-index: 4;
  51. color:black;
  52. padding: 15px;
  53. float: left;
  54. overflow: auto;
  55. }
  56. .test{
  57. background: repeat;
  58. }
  59. .divider{
  60. font-size: 14;
  61. text-align: center;
  62. }
  63. #footer{
  64. bottom:0;
  65. overflow: auto;
  66. }
  67. .info a {
  68. color:#6cb9f7;
  69. }
  70. .info img{
  71. top :0px;
  72. }
  73. .info p {
  74. overflow: auto;
  75. padding-left: 10px;
  76. }
  77. .info #info-text{
  78. text-align: justify;
  79. height:inherit;
  80. overflow: auto;
  81. }
  82. .toggle{
  83. text-align: center;
  84. font-weight: 700;
  85. cursor: pointer;
  86. font-size: 14;
  87. }
  88. #metadata{
  89. visibility: hidden;
  90. }
  91. .bc-custom-control {
  92. background-color:rgba(255, 255, 255, 0.7);
  93. box-shadow: 0 1px 7px rgba(0,0,0,0.65);
  94. -webkit-border-radius: 4px;
  95. border-radius: 4px;
  96. font-color: black;
  97. color: black;
  98. border-radius: 4px;
  99. margin: 10px;
  100. padding: 10px;
  101. }
  102. .leaflet-container a{
  103. font-weight:700;
  104. }
  105. #error{
  106. text-align: center;
  107. font-weight: 700;
  108. cursor: pointer;
  109. font-size: 14;
  110. color:red;
  111. margin:42px;
  112. }