112 lines
1.8 KiB
SCSS
112 lines
1.8 KiB
SCSS
body{
|
|
font-family: "trueno";
|
|
font-size: $font-normal ;
|
|
font-weight: 300;
|
|
line-height: 1.5;
|
|
// background: $bck-col;
|
|
&.path-node{
|
|
&.programme-1{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-1;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-1;
|
|
}
|
|
}
|
|
}
|
|
&.programme-2{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-2;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-2;
|
|
}
|
|
}
|
|
}
|
|
&.programme-3{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-eur;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-eur;
|
|
}
|
|
}
|
|
}
|
|
&.programme-4{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: black;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: black;
|
|
}
|
|
}
|
|
}
|
|
&.programme-5{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-mond;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-mond;
|
|
}
|
|
}
|
|
}
|
|
&.programme-6{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-ter;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-ter;
|
|
}
|
|
}
|
|
}
|
|
&.programme-7{
|
|
#node\:title,.field_sous_titre,.field_intro{
|
|
color: $col-met;
|
|
}
|
|
article{
|
|
h2,h3,h4,h5,h6,.field_titre{
|
|
color: $col-met;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
main{
|
|
h2{
|
|
text-transform: uppercase;
|
|
font-family: 'duke';
|
|
font-size: $font-extra;
|
|
}
|
|
}
|
|
a{
|
|
color:inherit;
|
|
}
|
|
.ext{
|
|
display: none;
|
|
}
|
|
strong{
|
|
font-weight: 600;
|
|
}
|
|
|
|
//TEMP
|
|
iframe{
|
|
display: none;
|
|
}
|
|
|
|
.slick-arrow{
|
|
font-size: 0;
|
|
background: center / 40% no-repeat url(../images/fleche.svg);;
|
|
}
|
|
.slick-prev{
|
|
-moz-transform: rotate(180deg);
|
|
-webkit-transform: rotate(180deg);
|
|
-o-transform: rotate(180deg);
|
|
-ms-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
} |