_globals.scss 972 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. body{
  2. font-family: "trueno";
  3. font-size: $font-normal ;
  4. font-weight: 300;
  5. line-height: 1.5;
  6. }
  7. main{
  8. h2{
  9. text-transform: uppercase;
  10. font-family: 'duke';
  11. font-size: $font-extra;
  12. }
  13. }
  14. a{
  15. color:inherit;
  16. }
  17. //header
  18. #header-top-right{
  19. .header_top_rigth_container{
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. background: rgb(161, 161, 161);
  25. display: grid;
  26. grid-template-columns: 5% 30% 30% 30% 5%;
  27. padding: 1rem 0;
  28. z-index: 100;
  29. line-height: 2;
  30. nav{
  31. grid-column-start: 2;
  32. }
  33. // padding: 1rem .5rem 1rem .5rem;
  34. a{
  35. text-decoration: none;
  36. font-weight: 400;
  37. &:hover{
  38. text-decoration: underline;
  39. }
  40. }
  41. h2{
  42. font-weight: 100;
  43. margin-bottom: .3rem;
  44. }
  45. .is-active{
  46. font-weight: 800;
  47. }
  48. #block-views-block-programmes-block-2{
  49. .views-row{
  50. width: 100%;
  51. }
  52. }
  53. }
  54. }
  55. nav{
  56. // position: absolute;
  57. // display: none;
  58. }
  59. //footer
  60. footer{
  61. *{
  62. word-wrap: break-word;
  63. }
  64. }
  65. //TEMP
  66. iframe{
  67. display: none;
  68. }