leaflet.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. body {
  2. background-color: #a71b24;
  3. color: #fff;
  4. }
  5. #sc{
  6. background-color: #fff;
  7. color: #000;
  8. opacity: 0.5;
  9. }
  10. .campo {
  11. font-size: 16px;
  12. font-weight: 400;
  13. display: inline-block;
  14. }
  15. .row-dati-opera .label {
  16. text-transform: initial;
  17. }
  18. .row-dati-opera .label {
  19. min-width: 200px;
  20. font-size: 16px;
  21. font-weight: 400;
  22. margin-right: 15px;
  23. display: inline-block;
  24. text-transform: uppercase;
  25. }
  26. .label {
  27. min-width: 60px;
  28. font-size: 16px;
  29. font-weight: 400;
  30. margin-right: 15px;
  31. display: inline-block;
  32. }
  33. .table-risorse {
  34. border-top: 1px solid #f8f9fa;
  35. border-bottom: 1px solid #f8f9fa;
  36. }
  37. *, ::after, ::before {
  38. box-sizing: border-box;
  39. }
  40. .wrap-altre-risorse {
  41. margin: 30px 0;
  42. }
  43. .row-risorse {
  44. list-style: none;
  45. margin: 0;
  46. padding: 0;
  47. }
  48. .row-risorse li {
  49. border-bottom: 1px solid #f8f9fa;
  50. padding-bottom: 5px;
  51. margin-top: 5px;
  52. display: flex;
  53. }
  54. .justify-content-start {
  55. -ms-flex-pack: start!important;
  56. justify-content: flex-start!important;
  57. }
  58. .d-flex {
  59. display: -ms-flexbox!important;
  60. display: flex!important;
  61. }
  62. .title-page-sx {
  63. font-size: 16px;
  64. text-transform: uppercase;
  65. letter-spacing: 0.26px;
  66. font-weight: 500;
  67. margin-left: 15px;
  68. margin-bottom: 25px;
  69. }
  70. .search-catalogo-home .input-group-text button {
  71. background-color: transparent;
  72. border: 0;
  73. border-radius: 0;
  74. padding: 0;
  75. }
  76. .input-group {
  77. padding: 1% 20%;
  78. }
  79. .btn-avanzata {
  80. font-family: 'IBM Plex Sans', sans-serif;
  81. float: right;
  82. font-size: 11px;
  83. color: #fff;
  84. text-transform: lowercase;
  85. padding-right: 20%;
  86. }
  87. #letters {
  88. font-size: 20px;
  89. margin-top:25px;
  90. }
  91. .search-image {
  92. width: 30px;
  93. }
  94. .btn-icon {
  95. width:30px;
  96. }
  97. #res-table {
  98. background-color: #fff;
  99. }
  100. .table th {
  101. text-align: center;
  102. vertical-align: middle;
  103. }
  104. .table td {
  105. text-align: center;
  106. vertical-align:middle;
  107. padding: 20px 10px;
  108. }
  109. .table thead td{
  110. border-top:#fff;
  111. border-bottom: #fff;
  112. }
  113. #lodview {
  114. width:100%;
  115. }
  116. #cities ul li{
  117. border-bottom: 1px solid #fff;
  118. padding: 4px 0;
  119. }
  120. #cities ul {
  121. list-style-type: none;
  122. background-color: rgba(255, 255, 255, 0.3);
  123. padding: 10px;
  124. font-size: small;
  125. }
  126. .img-doc {
  127. width:100%;
  128. }
  129. .doc p {
  130. font-style: italic;
  131. background-color: rgba(255, 255, 255, 0.3);
  132. padding: 10px;
  133. font-size: small;
  134. }
  135. #mappa-view {
  136. width:100%;
  137. }
  138. footer.footer {
  139. padding-top: 4rem;
  140. padding-bottom: 4rem;
  141. }
  142. .img-logo {
  143. max-height:30px;
  144. width:auto;
  145. }