_default.scss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. article, .paragraph{
  2. h2,h3,h4,h5,h6{
  3. font-family: "trueno";
  4. font-weight: 600;
  5. font-size: $font-medium;
  6. color:black;
  7. margin-top: 1rem;
  8. margin-bottom: .3rem;
  9. }
  10. p{
  11. margin-bottom: .5rem;
  12. }
  13. }
  14. .block-region-first,.block-region-third{
  15. h2{
  16. font-size: $font-big;
  17. background-color: black;
  18. color: white;
  19. padding: .3rem 1rem;
  20. }
  21. .views-field-field-intro{
  22. display: none;
  23. }
  24. }
  25. .block-region-first{
  26. background-color: black;
  27. color: white;
  28. z-index: 120;
  29. #node\:title{
  30. text-transform: uppercase;
  31. font-family: 'duke';
  32. font-size: $font-big;
  33. text-decoration: none;
  34. &:hover{
  35. text-decoration: underline;
  36. }
  37. }
  38. }
  39. .page-node-type-static{
  40. .layout__region--top{
  41. position: absolute;
  42. top: 0;
  43. left: 0;
  44. width: 100vw;
  45. height: 40vh;
  46. background: $trame;
  47. box-shadow: inset 0 -5rem 8rem white;
  48. z-index: -1;
  49. }
  50. }
  51. .page-node-type-actualite, .page-node-type-evenement{
  52. .block-region-first{
  53. background-color: black;
  54. color: white;
  55. a{
  56. text-transform: uppercase;
  57. font-family: 'duke';
  58. font-size: $font-big;
  59. padding: .3rem .5rem;
  60. text-decoration: none;
  61. &:hover{
  62. text-decoration: underline;
  63. }
  64. }
  65. }
  66. #node\:title{
  67. font-family: "trueno";
  68. font-weight: 600;
  69. font-size: $font-medium;
  70. margin-top: 1rem;
  71. margin-bottom: .3rem;
  72. }
  73. }