place_people.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. /*!
  2. * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
  3. * Copyright 2013-2020 Start Bootstrap
  4. * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
  5. */
  6. html {
  7. scroll-behavior: smooth;
  8. }
  9. body {
  10. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  11. background-color: #e9e9e9;
  12. }
  13. h1,
  14. h2,
  15. h3,
  16. h4,
  17. h5,
  18. h6 {
  19. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  20. font-weight: 700;
  21. }
  22. header.masthead {
  23. position: relative;
  24. background-color: #343a40;
  25. background: url("../img/bg-masthead.jpg") no-repeat center center;
  26. background-size: cover;
  27. padding-top: 8rem;
  28. padding-bottom: 8rem;
  29. }
  30. header.masthead .overlay {
  31. position: absolute;
  32. background-color: #212529;
  33. height: 100%;
  34. width: 100%;
  35. top: 0;
  36. left: 0;
  37. opacity: 0.1;
  38. }
  39. header.masthead h1 {
  40. font-size: 2rem;
  41. }
  42. @media (min-width: 768px) {
  43. header.masthead {
  44. padding-top: 12rem;
  45. padding-bottom: 12rem;
  46. }
  47. header.masthead h1 {
  48. font-size: 3rem;
  49. }
  50. }
  51. .showcase .showcase-text {
  52. padding: 3rem;
  53. }
  54. .showcase .showcase-img {
  55. min-height: 30rem;
  56. background-size: cover;
  57. }
  58. @media (min-width: 768px) {
  59. .showcase .showcase-text {
  60. padding: 7rem;
  61. }
  62. }
  63. .features-icons {
  64. padding-top: 7rem;
  65. padding-bottom: 7rem;
  66. background-color: #bac9d0;
  67. }
  68. .features-icons .features-icons-item {
  69. background-color: rgba(255, 255, 255, 0.5);
  70. padding:2%;
  71. }
  72. .features-icons .features-icons-item .features-icons-icon {
  73. height: 7rem;
  74. }
  75. .features-icons .features-icons-item .features-icons-icon i {
  76. font-size: 4.5rem;
  77. }
  78. .features-icons .features-icons-item:hover .features-icons-icon i {
  79. font-size: 5rem;
  80. }
  81. .testimonials {
  82. padding-top: 7rem;
  83. padding-bottom: 7rem;
  84. }
  85. .testimonials .testimonial-item {
  86. max-width: 18rem;
  87. }
  88. .testimonials .testimonial-item img {
  89. width: 10rem;
  90. height: 10rem;
  91. box-shadow: 0px 5px 5px 0px #adb5bd;
  92. }
  93. .call-to-action {
  94. position: relative;
  95. background-color: #343a40;
  96. background: url("../img/bg-masthead.jpg") no-repeat center center;
  97. background-size: cover;
  98. padding-top: 7rem;
  99. padding-bottom: 7rem;
  100. }
  101. .call-to-action .overlay {
  102. position: absolute;
  103. background-color: #212529;
  104. height: 100%;
  105. width: 100%;
  106. top: 0;
  107. left: 0;
  108. opacity: 0.3;
  109. }
  110. footer.footer {
  111. padding-top: 4rem;
  112. padding-bottom: 4rem;
  113. }
  114. .ico-img {
  115. margin-left: auto;
  116. margin-right: auto;
  117. }
  118. #search_fp {
  119. width:70%;
  120. margin-left:auto;
  121. margin-right:auto;
  122. }
  123. header.masthead {
  124. padding-top: 8rem;
  125. padding-bottom: 4rem;
  126. }
  127. .more {
  128. background-color: #a71b24;
  129. color: #fff;
  130. padding:2rem;
  131. font-size:20px;
  132. }
  133. .btn-text {
  134. font-size: 8px;
  135. text-transform: uppercase;
  136. margin-bottom: 0;
  137. }
  138. .img-logo {
  139. max-height:30px;
  140. width:auto;
  141. }
  142. #map {
  143. height: 100%;
  144. width:100%;
  145. }
  146. #place_map {
  147. height: 500px;
  148. }
  149. #people_map {
  150. height: 60vh;
  151. }
  152. #info_luogo {
  153. background-color: #ffffff87;
  154. height: 500px;
  155. width:100%;
  156. overflow: auto;
  157. display: none;
  158. }
  159. #info_persona {
  160. background-color: #fff;
  161. }
  162. #placeholder_luoghi {
  163. margin-top: 25px;
  164. }
  165. #place_info {
  166. display: none;
  167. }
  168. a {
  169. word-wrap: break-word;
  170. }
  171. .box_results {
  172. margin-bottom: 35px;
  173. }
  174. .inner_results {
  175. background-color: #ffffffa1;
  176. border-radius: 6px;
  177. overflow: hidden;
  178. border: 1px solid;
  179. }
  180. .inner_results .title_doc {
  181. color: #000;
  182. background-color: transparent;
  183. text-decoration: none;
  184. font-weight: bold;
  185. cursor: pointer;
  186. }
  187. .res_list {
  188. max-height: 400px;
  189. overflow: auto;
  190. }
  191. .res_list .no-results {
  192. padding-top: 10px;
  193. }
  194. .res_list .btn-icon {
  195. font-size: 16px;
  196. }
  197. .def_res {
  198. background-color: #3f4149;
  199. color: #fff;
  200. padding-top: 7px;
  201. padding-bottom: 10px;
  202. font-weight: 600;
  203. }
  204. .def_res .num_res {
  205. display: flex;
  206. justify-content: end;
  207. align-items: end;
  208. }
  209. .def_res p {
  210. margin-bottom: 0;
  211. }
  212. .res {
  213. padding-top: 15px;
  214. padding-bottom: 15px;
  215. font-size: 14px;
  216. }
  217. .res:not(:last-child) {
  218. border-bottom: 1px solid #000;
  219. }
  220. div#layout {
  221. text-align: center;
  222. }
  223. div#container {
  224. width: 700px;
  225. height: 500px;
  226. margin: auto;
  227. background-color: #2F4A6D;
  228. }
  229. .svg-container {
  230. display: inline-block;
  231. position: relative;
  232. width: 100%;
  233. padding-bottom: 100%;
  234. vertical-align: top;
  235. overflow: auto;
  236. }
  237. .svg-content {
  238. display: inline-block;
  239. position: absolute;
  240. top: 0;
  241. left: 0;
  242. }
  243. .bar {
  244. fill: #80cbc4;
  245. }
  246. /*
  247. text {
  248. font-size: 0.5vw;
  249. fill: #000;
  250. }
  251. */
  252. path {
  253. stroke: gray;
  254. }
  255. line {
  256. stroke: gray;
  257. }
  258. line#limit {
  259. stroke: #FED966;
  260. stroke-width: 3;
  261. stroke-dasharray: 3 6;
  262. }
  263. .grid path {
  264. stroke-width: 0;
  265. }
  266. .grid .tick line {
  267. stroke: #9FAAAE;
  268. stroke-opacity: 0.3;
  269. }
  270. text.divergence {
  271. font-size: 12px;
  272. fill: #2F4A6D;
  273. }
  274. text.value {
  275. font-size: 12px;
  276. }
  277. text.title {
  278. font-size: 22px;
  279. font-weight: 600;
  280. }
  281. text.label {
  282. font-size: 12px;
  283. font-weight: 400;
  284. }
  285. text.source {
  286. font-size: 10px;
  287. }
  288. .text2 {
  289. font-size: 16px;
  290. color: #000;
  291. font-weight: bold;
  292. }
  293. .box_info {
  294. font-size: 14px;
  295. }
  296. .ind {
  297. text-transform: uppercase;
  298. }
  299. .head_box {
  300. font-size: 18px;
  301. color: #343a3f;
  302. font-weight: 200;
  303. }
  304. #ref_buttons {
  305. margin-top: 11px;
  306. margin-bottom: 28px;
  307. }
  308. #ref_buttons .btn {
  309. font-size: 19px;
  310. }
  311. #ref_buttons .active {
  312. background-color: #b61924;
  313. color: #fff;
  314. box-shadow: none;
  315. }
  316. #riferimenti a {
  317. display: block;
  318. border-bottom: 1px solid #dee2e6;
  319. padding: 5px 0;
  320. }
  321. #riferimenti a:link {
  322. color: #000;
  323. background-color: transparent;
  324. text-decoration: none;
  325. font-weight: 400;
  326. }
  327. #riferimenti a:visited {
  328. color: #000;
  329. background-color: transparent;
  330. text-decoration: none;
  331. font-weight: 400;
  332. }
  333. #riferimenti a:hover {
  334. color: #C41C22;
  335. background-color: transparent;
  336. text-decoration: underline;
  337. }
  338. #statistiche {
  339. display:none;
  340. }
  341. #info_persona .row {
  342. padding: 2px;
  343. }
  344. .section_box {
  345. font-size: 17px;
  346. text-transform: uppercase;
  347. font-weight: 600;
  348. margin-bottom: 15px;
  349. }
  350. .placeholder_container {
  351. margin-top: 30px;
  352. margin-bottom: 30px;
  353. }
  354. .placeholder_container:last-child {
  355. margin-bottom: 0;
  356. }
  357. .placeholder_info {
  358. font-size: 15px;
  359. }
  360. .head_box_person {
  361. font-size: 18px;
  362. }
  363. #list_places_person {
  364. overflow: auto;
  365. height:55vh;
  366. }
  367. .item-place-person {
  368. border-bottom: 1px solid #adadad;
  369. display: flex;
  370. padding-bottom: 7px;
  371. padding-right: 7px;
  372. padding-left: 7px;
  373. margin-bottom: 7px;
  374. }
  375. .item-place-person .item-place-person-label {
  376. font-size: 15px;
  377. }
  378. .item-place-person .item-place-person-action {
  379. display: flex;
  380. padding-left: 10px;
  381. margin-left: auto;
  382. }
  383. .item-place-person .item-place-person-action div:not(:last-child) {
  384. margin-right: 10px;
  385. }
  386. #list_places_person .col-10 {
  387. font-size: 13px;
  388. font-weight:400;
  389. }
  390. #list_person_network {
  391. overflow: auto;
  392. height:55vh;
  393. }
  394. #list_person_network .row {
  395. border-bottom: 1px solid #adadad;
  396. }
  397. #list_person_network .col-9 {
  398. padding-left: 0px;
  399. font-size: 13px;
  400. font-weight:400;
  401. }
  402. .results_rows .btn {
  403. padding: 0px;
  404. }
  405. .btn-menu {
  406. color: #a7a7a7;
  407. text-transform: uppercase;
  408. }
  409. .btn-menu:hover {
  410. color: #fff;
  411. }
  412. .navbar-nav .active {
  413. color: #fff;
  414. }
  415. .no_info_icon {
  416. width:50%;
  417. height: auto;
  418. fill: #e9e9e9;
  419. }
  420. .record_box {
  421. max-height: 300px;
  422. overflow: scroll;
  423. }
  424. #ev_thead {
  425. font-weight: 600;
  426. }