lettera.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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. body {
  7. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  8. background-color: #e9e9e9;
  9. }
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6 {
  16. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  17. font-weight: 700;
  18. }
  19. header.masthead {
  20. position: relative;
  21. background-color: #343a40;
  22. background: url("../img/bg-masthead.jpg") no-repeat center center;
  23. background-size: cover;
  24. padding-top: 8rem;
  25. padding-bottom: 8rem;
  26. }
  27. header.masthead .overlay {
  28. position: absolute;
  29. background-color: #212529;
  30. height: 100%;
  31. width: 100%;
  32. top: 0;
  33. left: 0;
  34. opacity: 0.1;
  35. }
  36. header.masthead h1 {
  37. font-size: 2rem;
  38. }
  39. @media (min-width: 768px) {
  40. header.masthead {
  41. padding-top: 12rem;
  42. padding-bottom: 12rem;
  43. }
  44. header.masthead h1 {
  45. font-size: 3rem;
  46. }
  47. }
  48. .showcase .showcase-text {
  49. padding: 3rem;
  50. }
  51. .showcase .showcase-img {
  52. min-height: 30rem;
  53. background-size: cover;
  54. }
  55. @media (min-width: 768px) {
  56. .showcase .showcase-text {
  57. padding: 7rem;
  58. }
  59. }
  60. .features-icons {
  61. padding-top: 7rem;
  62. padding-bottom: 7rem;
  63. background-color: #bac9d0;
  64. }
  65. .features-icons .features-icons-item {
  66. background-color: rgba(255, 255, 255, 0.5);
  67. padding:2%;
  68. }
  69. .features-icons .features-icons-item .features-icons-icon {
  70. height: 7rem;
  71. }
  72. .features-icons .features-icons-item .features-icons-icon i {
  73. font-size: 4.5rem;
  74. }
  75. .features-icons .features-icons-item:hover .features-icons-icon i {
  76. font-size: 5rem;
  77. }
  78. .testimonials {
  79. padding-top: 7rem;
  80. padding-bottom: 7rem;
  81. }
  82. .testimonials .testimonial-item {
  83. max-width: 18rem;
  84. }
  85. .testimonials .testimonial-item img {
  86. width: 10rem;
  87. height: 10rem;
  88. box-shadow: 0px 5px 5px 0px #adb5bd;
  89. }
  90. .call-to-action {
  91. position: relative;
  92. background-color: #343a40;
  93. background: url("../img/bg-masthead.jpg") no-repeat center center;
  94. background-size: cover;
  95. padding-top: 7rem;
  96. padding-bottom: 7rem;
  97. }
  98. .call-to-action .overlay {
  99. position: absolute;
  100. background-color: #212529;
  101. height: 100%;
  102. width: 100%;
  103. top: 0;
  104. left: 0;
  105. opacity: 0.3;
  106. }
  107. footer.footer {
  108. padding-top: 4rem;
  109. padding-bottom: 4rem;
  110. }
  111. .ico-img {
  112. margin-left: auto;
  113. margin-right: auto;
  114. }
  115. #search_fp {
  116. width:70%;
  117. margin-left:auto;
  118. margin-right:auto;
  119. }
  120. header.masthead {
  121. padding-top: 8rem;
  122. padding-bottom: 4rem;
  123. }
  124. .more {
  125. background-color: #a71b24;
  126. color: #fff;
  127. padding:2rem;
  128. font-size:20px;
  129. }
  130. .btn-text {
  131. font-size: 10px;
  132. text-transform: uppercase;
  133. padding-top: 4px;
  134. margin-bottom: 0;
  135. }
  136. .img-logo {
  137. max-height:30px;
  138. width:auto;
  139. }
  140. #title a:link {
  141. color: #000;
  142. background-color: transparent;
  143. text-decoration: none;
  144. font-weight: bold;
  145. }
  146. #title a:visited {
  147. color: #000;
  148. background-color: transparent;
  149. text-decoration: none;
  150. font-weight: bold;
  151. }
  152. #title a:hover {
  153. color: #007bff;
  154. background-color: transparent;
  155. text-decoration: underline;
  156. }
  157. /* #container_lettera {
  158. margin-left: 0px;
  159. margin-right:0px;
  160. padding: 2em 4em;
  161. } */
  162. .headInfo h2 {
  163. font-size: 25px;
  164. font-weight: 400;
  165. }
  166. .headInfo h3 {
  167. font-size: 23px;
  168. font-weight: 400;
  169. }
  170. #info_titolo {
  171. height:5vh;
  172. width:100%;
  173. border:1px solid;
  174. padding:1%;
  175. font-weight: 600;
  176. font-size: 16px;
  177. text-align: center;
  178. }
  179. /* #info_lettera {
  180. width:50%;
  181. border:1px solid;
  182. height: 75vh;
  183. overflow: scroll;
  184. background-color: #fff;
  185. padding-top: 3%;
  186. } */
  187. .info_lettera_container {
  188. margin-top: 20px;
  189. }
  190. #all_info {
  191. padding-top: 3%;
  192. }
  193. #all_info .row {
  194. margin-top: 0px;
  195. margin-bottom: 0px;
  196. padding:1%;
  197. }
  198. /* div#info_lettera>div>div:nth-of-type(odd) {
  199. background: #ededed;
  200. } */
  201. /* #info_trascrizione {
  202. margin-left:5px;
  203. width:50%;
  204. height: 73vh;
  205. } */
  206. /* #trascrizione_titolo {
  207. min-height: 30px;
  208. border:1px solid;
  209. padding: 1.5%;
  210. font-weight: 400;
  211. font-size: 16px;
  212. text-align: center;
  213. background-color: #fff;
  214. } */
  215. #trascrizione_id {
  216. max-height: 442px;
  217. overflow: auto;
  218. border: 1px solid #dee2e6;
  219. padding: 16px 20px;
  220. }
  221. #row_evt {
  222. height:10vh;
  223. }
  224. #col_antroponimi {
  225. height: 250px;
  226. overflow: auto;
  227. border: 1px solid #dee2e6;
  228. padding: 16px 20px;
  229. margin-right: 5px;
  230. background-color: #fff;
  231. }
  232. #col_antroponimi p {
  233. text-align:center;
  234. font-weight: 500;
  235. border-bottom: 1px solid #dee2e6;
  236. }
  237. #antroponimi {
  238. list-style-type: none;
  239. padding-left: 0;
  240. margin-bottom: 0;
  241. }
  242. #antroponimi li {
  243. padding-bottom: 2%;
  244. }
  245. #toponimi {
  246. list-style-type: none;
  247. padding-left: 0;
  248. margin-bottom: 0;
  249. }
  250. #toponimi li {
  251. padding-bottom: 2%;
  252. }
  253. #col_toponimi {
  254. height: 250px;
  255. overflow: auto;
  256. border: 1px solid #dee2e6;
  257. padding: 16px 20px;
  258. margin-right: 5px;
  259. background-color: #fff;
  260. }
  261. #col_toponimi p {
  262. text-align:center;
  263. font-weight: 500;
  264. border-bottom: 1px solid;
  265. }
  266. .btn-outline-secondary {
  267. background-color: #fff;
  268. border-radius: 0;
  269. border-color: #fff;
  270. }
  271. .btn-icon {
  272. height:24px;
  273. }
  274. .btn-icon-btn {
  275. background-color:#e7e7e7;
  276. border-color: transparent;
  277. border-radius: .25rem;
  278. border: 1px solid transparent;
  279. padding: .375rem .75rem;
  280. font-size: 1rem;
  281. line-height: 1.5;
  282. }
  283. #cite {
  284. font-weight: 400;
  285. color: #212529;
  286. text-align: center;
  287. }
  288. #cite p {
  289. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  290. font-weight: 400;
  291. margin-top: 0;
  292. margin-bottom: 1rem;
  293. }
  294. #scheda_aspo {
  295. padding: 0em 5em 4em 5em;
  296. }
  297. #col_antroponimi ul li:first-letter{
  298. text-transform: capitalize;
  299. }
  300. #col_toponimi ul li:first-letter{
  301. text-transform: capitalize;
  302. }
  303. /* .headInfo .col {
  304. border: 1px solid;
  305. text-align: center;
  306. vertical-align: middle;
  307. padding: 0%;
  308. } */
  309. .headInfo {
  310. margin-bottom: 20px;
  311. }
  312. .infoChoice button {
  313. width: 100%;
  314. height: 100%;
  315. }
  316. .infoChoice {
  317. padding: 0px;
  318. }
  319. /* #infoBox {
  320. padding: 2%;
  321. text-transform: uppercase;
  322. background-color: #b61924;
  323. color: #fff;
  324. border: 1px solid #000;
  325. } */
  326. /* #choice_buttons {
  327. display: flex;
  328. border-left: 1px solid;
  329. border-right: 1px solid;
  330. } */
  331. #choice_buttons .btn {
  332. flex: 1;
  333. }
  334. /* #head_trascrizione .col{
  335. text-transform: uppercase;
  336. background-color: #b61924;
  337. color: #fff;
  338. border: 1px solid #000;
  339. text-align: center;
  340. vertical-align: middle;
  341. } */
  342. #imageEmb {
  343. width:100%;
  344. height: 500px;
  345. }
  346. .btn-menu {
  347. color: #a7a7a7;
  348. text-transform: uppercase;
  349. }
  350. .btn-menu:hover {
  351. color: #fff;
  352. }
  353. .navbar-nav .active {
  354. color: #fff;
  355. }
  356. /* The Back Button */
  357. .back {
  358. color: #000;
  359. float: left;
  360. font-size: 20px;
  361. font-weight: bold;
  362. width:100%;
  363. background-color: #e9e9e9;
  364. }
  365. .back:hover,
  366. .back:focus {
  367. color: #000;
  368. text-decoration: none;
  369. cursor: pointer;
  370. }
  371. .inner_results {
  372. background-color: #ffffffa1;
  373. border: 0;
  374. }
  375. #lemmi_container {
  376. border: 1px solid;
  377. border-radius: 6px;
  378. overflow: auto;
  379. }
  380. .res_list .btn-icon {
  381. font-size: 16px;
  382. }
  383. .def_res {
  384. background-color: #3f4149;
  385. color: #fff;
  386. padding-top: 7px;
  387. padding-bottom: 10px;
  388. font-weight: 600;
  389. }
  390. .def_res .num_res {
  391. display: flex;
  392. justify-content: end;
  393. align-items: end;
  394. }
  395. .def_res p {
  396. margin-bottom: 0;
  397. }
  398. .res {
  399. padding-top: 15px;
  400. padding-bottom: 15px;
  401. font-size: 14px;
  402. }
  403. .res:not(:last-child) {
  404. border-bottom: 1px solid #000;
  405. }
  406. .explore {
  407. color: #b61924;
  408. }
  409. #link_buttons button[title]:hover::after {
  410. content: attr(title);
  411. margin-left: 10px;
  412. }