pages.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  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. pre {
  139. width: 100%;
  140. background-color: whitesmoke;
  141. }
  142. .query_text {
  143. padding-top: 0;
  144. padding-bottom: 0;
  145. }
  146. .query_container {
  147. padding: 2% 5% 1% 5%;
  148. }
  149. #head_page {
  150. padding: 4% 7%;
  151. }
  152. #sparql_button {
  153. text-align: center;
  154. margin-left: 0;
  155. margin-right: 0;
  156. width: 100%;
  157. }
  158. #sparql_button button {
  159. padding: 1%;
  160. font-size: 24px;
  161. text-align: center;
  162. }
  163. #mapping_ASPO,
  164. #mapping_MPP {
  165. max-height: 700px;
  166. overflow: auto;
  167. border-radius: 10px;
  168. }
  169. .section_container {
  170. padding: 0% 5%;
  171. }
  172. .table td {
  173. vertical-align: middle;
  174. }
  175. .table thead {
  176. position: sticky;
  177. top: 0;
  178. z-index: 1;
  179. }
  180. .table thead th {
  181. vertical-align: middle;
  182. font-size: 15px;
  183. font-weight: 400;
  184. }
  185. .table thead tr {
  186. background-color: #3f4149;
  187. color: #fff;
  188. }
  189. .table tr td:last-child {
  190. font-size: 12px;
  191. font-family: Consolas,monaco,monospace;
  192. }
  193. tr:nth-child(even) {
  194. background-color: #f2f2f2;
  195. }
  196. tr:nth-child(odd) {
  197. background-color: #d8e2ef;
  198. }
  199. tr:nth-child(2n+1) {
  200. background-color: #ebeff4;
  201. }
  202. .mappingChoice {
  203. padding: 0px;
  204. }
  205. #mapping_buttons {
  206. display: flex;
  207. margin-left: 0;
  208. margin-right: 0;
  209. }
  210. #mapping_buttons .btn {
  211. flex: 1;
  212. width: 100%;
  213. padding: 2.5%;
  214. font-size: 20px;
  215. }
  216. #mappingTables {
  217. margin-top: 30px;
  218. }
  219. .btn-menu {
  220. color: #a7a7a7;
  221. text-transform: uppercase;
  222. }
  223. .btn-menu:hover {
  224. color: #fff;
  225. }
  226. .navbar-nav .active {
  227. color: #fff;
  228. }
  229. #nome_oggetto {
  230. color: #b61924;
  231. font-weight: 400;
  232. }
  233. .section_box {
  234. font-size: 16px;
  235. text-transform: uppercase;
  236. font-weight: 600;
  237. }
  238. .nota_menzione {
  239. font-size: small;
  240. font-weight: 400;
  241. }
  242. .myMargin {
  243. margin-bottom: 20px;
  244. }
  245. a {
  246. word-wrap: break-word;
  247. }
  248. .box_results {
  249. margin-bottom: 35px;
  250. }
  251. .inner_results {
  252. background-color: #ffffffa1;
  253. border-radius: 6px;
  254. overflow: hidden;
  255. border: 1px solid;
  256. }
  257. .inner_results .title_doc {
  258. color: #000;
  259. background-color: transparent;
  260. text-decoration: none;
  261. font-weight: bold;
  262. cursor: pointer;
  263. }
  264. .res_list {
  265. max-height: 400px;
  266. overflow: auto;
  267. }
  268. .res_list .no-results {
  269. padding-top: 10px;
  270. }
  271. .res_list .btn-icon {
  272. font-size: 16px;
  273. }
  274. .def_res {
  275. background-color: #3f4149;
  276. color: #fff;
  277. padding-top: 7px;
  278. padding-bottom: 10px;
  279. font-weight: 600;
  280. }
  281. .def_res .num_res {
  282. display: flex;
  283. justify-content: end;
  284. align-items: end;
  285. }
  286. .def_res p {
  287. margin-bottom: 0;
  288. }
  289. .res {
  290. padding-top: 15px;
  291. padding-bottom: 15px;
  292. font-size: 14px;
  293. }
  294. .res:not(:last-child) {
  295. border-bottom: 1px solid #000;
  296. }
  297. #link_buttons button[title]:hover::after {
  298. content: attr(title);
  299. margin-left: 10px;
  300. /*left: 0;
  301. transition: 2s;
  302. position: absolute;
  303. top: -100%;
  304. left: 0;*/
  305. }
  306. .openseadragon1
  307. {
  308. width: 100%;
  309. height: 600px;
  310. border: 1px solid black;
  311. color: #333; /* text color for messages */
  312. background-color: black;
  313. }
  314. .text-overlay,
  315. .text-overlay2 {
  316. position: absolute;
  317. left: 200px;
  318. top: 65px;
  319. width: 420px;
  320. font-size: 25px;
  321. font-family: sans-serif;
  322. color: white;
  323. text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  324. }
  325. .text-overlay a,
  326. .text-overlay2 a {
  327. color: #DDF;
  328. }
  329. .image-overlay,
  330. .image-overlay2 {
  331. position: absolute;
  332. left: 650px;
  333. top: 65px;
  334. width: 140px;
  335. height: 140px;
  336. cursor: pointer;
  337. }
  338. .toolbar {
  339. height:40px;
  340. }
  341. .video-js {
  342. margin-left: auto;
  343. margin-right: auto;
  344. }
  345. .video-js .vjs-big-play-button {
  346. margin-left: 40%;
  347. margin-top:15%;
  348. }