_default.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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-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. #node\:title{
  29. text-transform: uppercase;
  30. font-family: 'duke';
  31. font-size: $font-big;
  32. padding: .3rem .5rem;
  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 $bck-col;
  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. color:brown;
  71. margin-top: 1rem;
  72. margin-bottom: .3rem;
  73. }
  74. }