_default.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. }
  22. .block-region-first{
  23. background-color: black;
  24. color: white;
  25. #node\:title{
  26. text-transform: uppercase;
  27. font-family: 'duke';
  28. font-size: $font-big;
  29. padding: .3rem .5rem;
  30. text-decoration: none;
  31. &:hover{
  32. text-decoration: underline;
  33. }
  34. }
  35. }
  36. .page-node-type-static{
  37. .layout__region--top{
  38. position: absolute;
  39. top: 0;
  40. left: 0;
  41. width: 100vw;
  42. height: 40vh;
  43. background: $trame;
  44. box-shadow: inset 0 -5rem 8rem $bck-col;
  45. z-index: -1;
  46. }
  47. }
  48. .page-node-type-actualite, .page-node-type-evenement{
  49. .block-region-first{
  50. background-color: black;
  51. color: white;
  52. a{
  53. text-transform: uppercase;
  54. font-family: 'duke';
  55. font-size: $font-big;
  56. padding: .3rem .5rem;
  57. text-decoration: none;
  58. &:hover{
  59. text-decoration: underline;
  60. }
  61. }
  62. }
  63. #node\:title{
  64. font-family: "trueno";
  65. font-weight: 600;
  66. font-size: $font-medium;
  67. color:brown;
  68. margin-top: 1rem;
  69. margin-bottom: .3rem;
  70. }
  71. }