lettera.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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: 8px;
  132. text-transform: uppercase;
  133. }
  134. .img-logo {
  135. max-height:30px;
  136. width:auto;
  137. }
  138. #title {
  139. font-weight: bold;
  140. font-size:20px;
  141. padding: 1.5em 3.5em 0em 3em;
  142. }
  143. #title a:link {
  144. color: #000;
  145. background-color: transparent;
  146. text-decoration: none;
  147. font-weight: bold;
  148. }
  149. #title a:visited {
  150. color: #000;
  151. background-color: transparent;
  152. text-decoration: none;
  153. font-weight: bold;
  154. }
  155. #title a:hover {
  156. color: #007bff;
  157. background-color: transparent;
  158. text-decoration: underline;
  159. }
  160. #container_lettera {
  161. margin-left: 0px;
  162. margin-right:0px;
  163. padding: 2em 4em;
  164. }
  165. #info_titolo {
  166. height:5vh;
  167. width:100%;
  168. border:1px solid;
  169. padding:1%;
  170. font-weight: 600;
  171. font-size: 16px;
  172. text-align: center;
  173. }
  174. #info_lettera {
  175. width:50%;
  176. border:1px solid;
  177. height: 75vh;
  178. overflow: scroll;
  179. background-color: #fff;
  180. padding-top: 3%;
  181. }
  182. #all_info {
  183. padding-top: 3%;
  184. }
  185. #all_info .row {
  186. margin-top: 0px;
  187. margin-bottom: 0px;
  188. padding:1%;
  189. }
  190. div#info_lettera>div>div:nth-of-type(odd) {
  191. background: #ededed;
  192. }
  193. #info_trascrizione {
  194. margin-left:5px;
  195. width:50%;
  196. height: 73vh;
  197. }
  198. #trascrizione_titolo {
  199. min-height: 30px;
  200. border:1px solid;
  201. padding: 1.5%;
  202. font-weight: 400;
  203. font-size: 16px;
  204. text-align: center;
  205. background-color: #fff;
  206. }
  207. #trascrizione_id {
  208. height: 45vh;
  209. overflow: scroll;
  210. border:1px solid;
  211. padding:3%;
  212. text-align:justify;
  213. background-color: #fff;
  214. }
  215. #row_evt {
  216. height:10vh;
  217. }
  218. #col_antroponimi {
  219. width: 50%;
  220. height: 25vh;
  221. overflow: scroll;
  222. border:1px solid;
  223. margin-right: 5px;
  224. background-color: #fff;
  225. }
  226. #col_antroponimi p {
  227. text-align:center;
  228. font-weight: 500;
  229. border-bottom: 1px solid;
  230. }
  231. #antroponimi {
  232. list-style-type: none;
  233. }
  234. #antroponimi li {
  235. padding-bottom: 2%;
  236. }
  237. #toponimi {
  238. list-style-type: none;
  239. }
  240. #toponimi li {
  241. padding-bottom: 2%;
  242. }
  243. #col_toponimi {
  244. width: 50%;
  245. height: 25vh;
  246. overflow: scroll;
  247. border:1px solid;
  248. margin-left: 5px;
  249. background-color: #fff;
  250. }
  251. #col_toponimi p {
  252. text-align:center;
  253. font-weight: 500;
  254. border-bottom: 1px solid;
  255. }
  256. .btn-outline-secondary {
  257. background-color: #fff;
  258. border-radius: 0;
  259. border-color: #fff;
  260. }
  261. .btn-icon {
  262. height:24px;
  263. }
  264. .btn-icon-btn {
  265. background-color:#e7e7e7;
  266. border-color: transparent;
  267. border-radius: .25rem;
  268. border: 1px solid transparent;
  269. padding: .375rem .75rem;
  270. font-size: 1rem;
  271. line-height: 1.5;
  272. }
  273. #cite {
  274. font-weight: 400;
  275. color: #212529;
  276. text-align: center;
  277. }
  278. #cite p {
  279. font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  280. font-weight: 400;
  281. margin-top: 0;
  282. margin-bottom: 1rem;
  283. }
  284. #scheda_aspo {
  285. padding: 0em 5em 4em 5em;
  286. }
  287. #col_antroponimi ul li:first-letter{
  288. text-transform: capitalize;
  289. }
  290. #col_toponimi ul li:first-letter{
  291. text-transform: capitalize;
  292. }
  293. .headInfo .col {
  294. border: 1px solid;
  295. text-align: center;
  296. vertical-align: middle;
  297. padding: 0%;
  298. }
  299. .infoChoice button {
  300. width: 100%;
  301. height: 100%;
  302. }
  303. .infoChoice {
  304. padding: 0px;
  305. }
  306. #infoBox {
  307. padding: 2%;
  308. text-transform: uppercase;
  309. background-color: #b61924;
  310. color: #fff;
  311. border: 1px solid #000;
  312. }
  313. #choice_buttons {
  314. display: flex;
  315. border-left: 1px solid;
  316. border-right: 1px solid;
  317. }
  318. #choice_buttons .btn {
  319. flex: 1;
  320. }
  321. #head_trascrizione .col{
  322. text-transform: uppercase;
  323. background-color: #b61924;
  324. color: #fff;
  325. border: 1px solid #000;
  326. text-align: center;
  327. vertical-align: middle;
  328. }
  329. #imageEmb {
  330. width:100%;
  331. height: 500px;
  332. }
  333. .btn-menu {
  334. color: #a7a7a7;
  335. text-transform: uppercase;
  336. }
  337. .btn-menu:hover {
  338. color: #fff;
  339. }
  340. .navbar-nav .active {
  341. color: #fff;
  342. }