_basededonnees.scss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. .path-ressources.basededonnees{
  2. .layout-content{
  3. width: 100vw;
  4. .region-content{
  5. #block-contenudelapageprincipale{
  6. span{
  7. padding-top: 3rem;
  8. padding-bottom: 3rem;
  9. vertical-align: middle;
  10. h2{
  11. margin: 0;
  12. padding-top: 2rem;
  13. height: 4rem;
  14. color: $white;
  15. font-family: "Source Code Pro";
  16. text-transform: uppercase;
  17. background: $blue-light;
  18. padding-left: 13%;
  19. }
  20. }
  21. .layout--onecol{
  22. .block-region-content{
  23. // position: relative;
  24. // background: url('../images/pictos/carre-contour-bleu_bdd.svg');
  25. // background-repeat: no-repeat;
  26. // background-position-y: 40vh;
  27. // max-width: 100vw;
  28. // background-size: cover;
  29. display: grid;
  30. grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  31. // bandeau filtres collections
  32. .block-views-blockcollections-block-1{
  33. grid-column: 1 / span 10;
  34. background: $background-actus;
  35. height: fit-content;
  36. display: flex;
  37. div:first-of-type{
  38. width: 100%;
  39. display: grid;
  40. grid-template-columns: 1fr repeat(8, 2fr) 1fr;
  41. .view-id-collections{
  42. grid-column: 3 / span 8;
  43. height: 100%;
  44. display: flex;
  45. width: 80%;
  46. // margin: auto;
  47. .view-content{
  48. display: flex;
  49. flex-direction: row;
  50. margin: auto;
  51. margin-top: 2rem;
  52. margin-bottom: 2rem;
  53. justify-content: space-between;
  54. align-items: center;
  55. @media (max-width: 810px){
  56. width: 100%;
  57. margin: auto;
  58. padding-top: 1rem;
  59. padding-bottom: 2rem;
  60. }
  61. .views-row{
  62. display: flex;
  63. margin: auto;
  64. background: $white;
  65. width: 40%;
  66. height: 80%;
  67. padding: 1rem;
  68. @media (max-width: 810px){
  69. width: 100%;
  70. margin: 0em;
  71. }
  72. .views-field-name{
  73. display: flex;
  74. .field-content{
  75. // grid-column: 3 /span 6;
  76. margin: auto;
  77. }
  78. span{
  79. margin: 0;
  80. padding: 1rem;
  81. padding-bottom: 2rem;
  82. @media (max-width: 359px){
  83. padding-left: 0.5rem;
  84. }
  85. }
  86. }
  87. a{
  88. color: $black;
  89. font-size: 1.5rem;
  90. font-weight: 600;
  91. @media (max-width: 453px){
  92. font-size: 1.3rem;
  93. hyphens: auto;
  94. }
  95. }
  96. &:hover{
  97. background: $blue-dark;
  98. a{
  99. color: $white;
  100. }
  101. }
  102. }
  103. .active{
  104. background-color: $blue-dark;
  105. a{
  106. color: $white;
  107. }
  108. }
  109. @media (max-width: 810px){
  110. flex-direction: column;
  111. .views-row{
  112. width: 100%;
  113. margin-top: 1rem;
  114. }
  115. }
  116. }
  117. }
  118. // .view-filters{
  119. // .views-exposed-form-base-de-donnees-block-1{
  120. // .form-item-field-type-de-ressource-target-id{
  121. // #edit-field-type-de-ressource-target-id{
  122. // label{
  123. // display: none;
  124. // }
  125. // }
  126. // }
  127. // }
  128. // }
  129. @media (max-width: 480px){
  130. width: 90%;
  131. display: flex;
  132. margin: auto;
  133. }
  134. }
  135. }
  136. //présentation général
  137. .block-config-pages{
  138. grid-column: 3 / span 5;
  139. width: 100%;
  140. margin: auto;
  141. @media (max-width: 810px){
  142. // padding: 2rem;
  143. }
  144. }
  145. // texte présentation
  146. .block-views-blockcollection--block-1{
  147. grid-column: 3 / span 5;
  148. // margin: 2rem;
  149. // .field--name-field-introduction{
  150. // width: 65%;
  151. margin: auto;
  152. background: $white;
  153. margin-top:5rem;
  154. // }
  155. @media (max-width: 810px){
  156. padding: 2rem;
  157. margin-top:1rem;
  158. }
  159. }
  160. //button proposer une ressource
  161. .block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
  162. visibility: hidden;
  163. // grid-column: 8 / span 9;
  164. // margin-top: 4rem;
  165. // background-color: $blue-light;
  166. // height: fit-content;
  167. // width: 60%;
  168. // margin-left: 2rem;
  169. // grid-row: 2;
  170. // .display{
  171. // display: block;
  172. // }
  173. // .field--name-field-lien{
  174. // display: flex;
  175. // flex-direction: column;
  176. // margin-top: 2rem;
  177. // margin-bottom: 2rem;
  178. // margin-left: 1.5rem;
  179. // margin-right: 1.5rem;
  180. // text-align: center;
  181. // a{
  182. // font-weight: 800;
  183. // color: $white;
  184. // font-size: 1.3rem;
  185. // }
  186. // &:after{
  187. // margin-left: auto;
  188. // padding-top: 1rem;
  189. // display: block;
  190. // content:url("../images/pictos/noun_Arrow_3771902.svg")
  191. // }
  192. // }
  193. @media (max-width: 810px){
  194. margin: auto;
  195. }
  196. }
  197. // grille des ressources
  198. .block-views-blockbase-de-donnees-block-1{
  199. // margin: auto;
  200. width: 80%;
  201. grid-column: 3 / span 8;
  202. .view-filters{
  203. display: none;
  204. background-color: $white;
  205. margin-top: 2rem;
  206. margin-bottom: 2rem;
  207. .views-exposed-form-base-de-donnees-block-1{
  208. width: fit-content;
  209. display: flex;
  210. .js-form-item.form-item.js-form-type-select.form-item-field-type-de-ressource-target-id.js-form-item-field-type-de-ressource-target-id{
  211. width: fit-content;
  212. }
  213. .form-item{
  214. width: fit-content;
  215. }
  216. .form-item-field-type-de-ressource-target-id{
  217. width: fit-content;
  218. }
  219. }
  220. }
  221. .view-content{
  222. display: flex;
  223. flex-direction: row;
  224. flex-wrap: wrap;
  225. justify-content: space-between;
  226. margin-top: 3rem;
  227. .views-row{
  228. width: 49%;
  229. // padding: 1rem;
  230. // width: 50%;
  231. min-height: 250px;
  232. border: 2px solid $blue-light;
  233. background-color: $white;
  234. margin-bottom: 1rem;
  235. &:hover{
  236. background-color: $blue-light;
  237. }
  238. }
  239. @media (max-width: 810px){
  240. flex-direction: column;
  241. .views-row{
  242. width: 100%;
  243. }
  244. }
  245. .node-type-ressource{
  246. display: flex;
  247. flex-direction: column;
  248. // border: 2px solid $blue-light;
  249. padding: 1rem;
  250. // &:hover{
  251. // background-color: $blue-light;
  252. // .field--name-field-mots-clefs{
  253. // // &::after{
  254. // // content: url("../images/pictos/noun_Arrow_3771902.svg");
  255. // // }
  256. // }
  257. // }
  258. // &::after{
  259. // content: url("../images/pictos/noun_Arrow_3771902.svg");
  260. // align-self: end;
  261. // margin-top: 1rem;
  262. // }
  263. .field--name-field-type-de-ressource{
  264. text-transform: uppercase;
  265. a{
  266. color: $blue-light;
  267. font-weight: 900;
  268. font-size: 0.8rem;
  269. }
  270. }
  271. .field--name-title{
  272. h2{
  273. margin: 0;
  274. a{
  275. color: $black;
  276. font-size: 1.4rem;
  277. font-weight: 600;
  278. }
  279. }
  280. }
  281. .field--name-field-auteur-s-{
  282. font-weight: 800;
  283. p{
  284. margin: 0;
  285. }
  286. .field__label{
  287. display:none;
  288. }
  289. }
  290. .field--name-field-edition{
  291. p{
  292. margin: 0;
  293. }
  294. .field__label{
  295. display:none;
  296. }
  297. }
  298. .field--name-field-images{
  299. display: none;
  300. width: 50%;
  301. img{
  302. width: 100%;
  303. height: auto;
  304. }
  305. }
  306. .field--name-field-mots-clefs{
  307. display: flex;
  308. margin-top: 2rem;
  309. flex-direction: row;
  310. flex-wrap: wrap;
  311. // &::after{
  312. // content: url("../images/pictos/noun_Arrow_3771902.svg");
  313. // align-self: center;
  314. // }
  315. .field__item{
  316. margin-right: 0.5rem;
  317. padding-left: 0.3rem;
  318. padding-right: 0.3rem;
  319. font-size: 0.8rem;
  320. a{
  321. background: $blue-dark;
  322. color: $white;
  323. font-weight: 800;
  324. vertical-align: super;
  325. padding-left: 0.1rem;
  326. padding-right: 0.1rem;
  327. display: inline-flex;
  328. }
  329. }
  330. }
  331. ul.links.inline{
  332. display: none;
  333. }
  334. }
  335. }
  336. @media (max-width: 810px){
  337. margin: auto;
  338. }
  339. }
  340. @media (max-width:810px) {
  341. display: flex;
  342. flex-direction: column;
  343. margin: auto;
  344. }
  345. }
  346. }
  347. }
  348. }
  349. }
  350. }