place_people.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  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. }
  137. .img-logo {
  138. max-height:30px;
  139. width:auto;
  140. }
  141. .row {
  142. margin-top: 0px;
  143. margin-bottom: 0px;
  144. margin-left: 0px;
  145. margin-right: 0px;
  146. padding:1%;
  147. }
  148. #container_luogo .col{
  149. padding-left:0px;
  150. padding-right: 0px;
  151. }
  152. #container_persona .col{
  153. padding-left:0px;
  154. padding-right: 0px;
  155. }
  156. #map {
  157. height: 100%;
  158. width:100%;
  159. }
  160. #place_map {
  161. height: 500px;
  162. }
  163. #people_map {
  164. height: 60vh;
  165. }
  166. #container_luogo {
  167. width: 80%;
  168. margin-left:auto;
  169. margin-right: auto;
  170. }
  171. #container_persona {
  172. width: 80%;
  173. margin-left: auto;
  174. margin-right: auto;
  175. background-color: #fff;
  176. }
  177. #info_luogo {
  178. background-color: #ffffff87;
  179. padding: 1%;
  180. height: 500px;
  181. width:100%;
  182. overflow: scroll;
  183. display: none;
  184. }
  185. #info_persona {
  186. background-color: #fff;
  187. }
  188. #col_graph {
  189. background-color: #b61924;
  190. color: #fff;
  191. font-size: 16px;
  192. }
  193. #nome_luogo{
  194. font-size: 32px;
  195. font-weight: 300;
  196. color: #b61924;
  197. }
  198. #nome_persona {
  199. font-size: 32px;
  200. font-weight: 300;
  201. color: #b61924;
  202. }
  203. #container_references {
  204. margin-left:15px;
  205. margin-right:15px;
  206. width: 80%;
  207. margin-left: auto;
  208. margin-right:auto;
  209. }
  210. #map_buttons button{
  211. padding: 0 1rem;
  212. font-size: 1rem;
  213. border: 0;
  214. border-radius: 15px;
  215. font-weight: 700;
  216. text-transform: uppercase;
  217. color: #30383f;
  218. }
  219. #place_info {
  220. display: none;
  221. }
  222. #map_buttons button:hover {
  223. color: #fff;
  224. }
  225. a {
  226. word-wrap: break-word;
  227. }
  228. #ref_buttons {
  229. display: flex;
  230. }
  231. #ref_buttons .btn {
  232. flex: 1
  233. }
  234. .box_results {
  235. width: 50%;
  236. }
  237. .inner_results {
  238. width: 98%;
  239. background-color: #ffffffa1;
  240. font-size: 12px;
  241. margin-bottom: 10px;
  242. }
  243. .inner_results a:link {
  244. color: #000;
  245. background-color: transparent;
  246. text-decoration: none;
  247. font-weight: bold;
  248. }
  249. .inner_results a:visited {
  250. color: #000;
  251. background-color: transparent;
  252. text-decoration: none;
  253. font-weight: bold;
  254. }
  255. .inner_results a:hover {
  256. color: #007bff;
  257. background-color: transparent;
  258. text-decoration: underline;
  259. }
  260. .results_rows {
  261. padding: 5%;
  262. height: 300px;
  263. overflow: scroll;
  264. }
  265. .box_results .left {
  266. margin-left:0px;
  267. margin-right:auto;
  268. }
  269. .box_results .right {
  270. margin-right:0px;
  271. margin-left:auto;
  272. }
  273. .def_res {
  274. background-color: #3f4149;
  275. color: #fff;
  276. padding: 2% 5%;
  277. font-size: 16px;
  278. }
  279. .def_res p {
  280. margin-bottom: 0;
  281. }
  282. div#layout {
  283. text-align: center;
  284. }
  285. div#container {
  286. width: 700px;
  287. height: 500px;
  288. margin: auto;
  289. background-color: #2F4A6D;
  290. }
  291. svg {
  292. width: 100%;
  293. height: 100%;
  294. }
  295. .bar {
  296. fill: #80cbc4;
  297. }
  298. text {
  299. font-size: 0.5vw;
  300. fill: #000;
  301. }
  302. path {
  303. stroke: gray;
  304. }
  305. line {
  306. stroke: gray;
  307. }
  308. line#limit {
  309. stroke: #FED966;
  310. stroke-width: 3;
  311. stroke-dasharray: 3 6;
  312. }
  313. .grid path {
  314. stroke-width: 0;
  315. }
  316. .grid .tick line {
  317. stroke: #9FAAAE;
  318. stroke-opacity: 0.3;
  319. }
  320. text.divergence {
  321. font-size: 12px;
  322. fill: #2F4A6D;
  323. }
  324. text.value {
  325. font-size: 12px;
  326. }
  327. text.title {
  328. font-size: 22px;
  329. font-weight: 600;
  330. }
  331. text.label {
  332. font-size: 12px;
  333. font-weight: 400;
  334. }
  335. text.source {
  336. font-size: 10px;
  337. }
  338. .text2 {
  339. font-size: 16px;
  340. color: #000;
  341. font-weight: bold;
  342. }
  343. .box_info {
  344. font-size: 14px;
  345. }
  346. .ind {
  347. text-transform: uppercase;
  348. }
  349. .head_box {
  350. font-size: 18px;
  351. color: #343a3f;
  352. font-weight: 200;
  353. }
  354. #ref_buttons {
  355. margin-top:50px;
  356. }
  357. #ref_buttons .btn {
  358. font-size:24px;
  359. }
  360. #ref_buttons .active {
  361. background-color: #b61924;
  362. color: #fff;
  363. box-shadow: none;
  364. }
  365. #riferimenti .row {
  366. border-bottom: 1px solid #b0b0b0;
  367. }
  368. #riferimenti a:link {
  369. color: #000;
  370. background-color: transparent;
  371. text-decoration: none;
  372. font-weight: 400;
  373. }
  374. #riferimenti a:visited {
  375. color: #000;
  376. background-color: transparent;
  377. text-decoration: none;
  378. font-weight: 400;
  379. }
  380. #riferimenti a:hover {
  381. color: #007bff;
  382. background-color: transparent;
  383. text-decoration: underline;
  384. }
  385. #statistiche {
  386. display:none;
  387. }
  388. #info_persona .row {
  389. padding: 2px;
  390. }
  391. .section_box {
  392. font-size: 16px;
  393. text-transform: uppercase;
  394. font-weight: 600;
  395. }
  396. #list_places_person {
  397. overflow: scroll;
  398. height:55vh;
  399. }
  400. #list_places_person .row {
  401. border-bottom: 1px solid #adadad;
  402. }
  403. #list_places_person .col-10 {
  404. padding-left: 0px;
  405. font-size: 13px;
  406. font-weight:400;
  407. }
  408. #list_person_network {
  409. overflow: scroll;
  410. height:55vh;
  411. }
  412. #list_person_network .row {
  413. border-bottom: 1px solid #adadad;
  414. }
  415. #list_person_network .col-9 {
  416. padding-left: 0px;
  417. font-size: 13px;
  418. font-weight:400;
  419. }
  420. .results_rows .btn {
  421. padding: 0px;
  422. }