pages.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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: #fff;
  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. #query_esempio {
  153. padding: 0% 7%;
  154. }
  155. #sparql_button {
  156. text-align: center;
  157. margin-left: 0;
  158. margin-right: 0;
  159. width: 100%;
  160. }
  161. #sparql_button button {
  162. padding: 1%;
  163. font-size: 24px;
  164. text-align: center;
  165. }
  166. #head_download {
  167. padding: 2% 7%;
  168. }
  169. #download {
  170. padding: 0% 5%;
  171. }
  172. #mappping_ASPO {
  173. width: 100%;
  174. }
  175. .head_section {
  176. padding: 2% 7%;
  177. }
  178. .section_container {
  179. padding: 0% 5%;
  180. }
  181. .table {
  182. width: 80%;
  183. margin: 0 auto; /* or margin: 0 auto 0 auto */
  184. }
  185. .table td {
  186. vertical-align: middle;
  187. }
  188. .table thead th {
  189. vertical-align: middle;
  190. }
  191. .table thead tr{
  192. background-color: #6c757d;
  193. color: #fff;
  194. font-weight: 400;
  195. }
  196. .table tr td:last-child {
  197. font-size: 12px;
  198. font-family: Consolas,monaco,monospace;
  199. }
  200. tr:nth-child(even) {
  201. background-color: #f2f2f2;
  202. }
  203. tr:nth-child(odd) {
  204. background-color: #d8e2ef;
  205. }
  206. #mappingChoiceSection {
  207. width: 100%;
  208. padding: 0% 15%;
  209. }
  210. .mappingChoice {
  211. padding: 0px;
  212. }
  213. #mapping_buttons {
  214. display: flex;
  215. margin-left: 0;
  216. margin-right: 0;
  217. }
  218. #mapping_buttons .btn {
  219. flex: 1;
  220. width: 100%;
  221. padding: 2.5%;
  222. font-size: 20px;
  223. }
  224. #mappingTables {
  225. margin-top: 50px;
  226. margin-bottom: 100px;
  227. }
  228. .btn-menu {
  229. color: #a7a7a7;
  230. text-transform: uppercase;
  231. }
  232. .btn-menu:hover {
  233. color: #fff;
  234. }
  235. .navbar-nav .active {
  236. color: #fff;
  237. }
  238. #nome_oggetto {
  239. color: #b61924;
  240. font-weight: 400;
  241. }
  242. .section_box {
  243. font-size: 16px;
  244. text-transform: uppercase;
  245. font-weight: 600;
  246. }