81 lines
1.6 KiB
SCSS
81 lines
1.6 KiB
SCSS
article, .paragraph{
|
|
|
|
h2,h3,h4,h5,h6{
|
|
font-family: "trueno";
|
|
font-weight: 600;
|
|
font-size: $font-medium;
|
|
color:black;
|
|
margin-top: 1rem;
|
|
margin-bottom: .3rem;
|
|
}
|
|
p{
|
|
margin-bottom: .5rem;
|
|
}
|
|
}
|
|
.block-region-third{
|
|
h2{
|
|
font-size: $font-big;
|
|
background-color: black;
|
|
color: white;
|
|
padding: .3rem 1rem;
|
|
}
|
|
.views-field-field-intro{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.block-region-first{
|
|
background-color: black;
|
|
color: white;
|
|
#node\:title{
|
|
text-transform: uppercase;
|
|
font-family: 'duke';
|
|
font-size: $font-big;
|
|
padding: .3rem .5rem;
|
|
text-decoration: none;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.page-node-type-static{
|
|
.layout__region--top{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 40vh;
|
|
background: $trame;
|
|
box-shadow: inset 0 -5rem 8rem $bck-col;
|
|
z-index: -1;
|
|
}
|
|
}
|
|
|
|
.page-node-type-actualite, .page-node-type-evenement{
|
|
.block-region-first{
|
|
background-color: black;
|
|
color: white;
|
|
a{
|
|
text-transform: uppercase;
|
|
font-family: 'duke';
|
|
font-size: $font-big;
|
|
padding: .3rem .5rem;
|
|
text-decoration: none;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
#node\:title{
|
|
font-family: "trueno";
|
|
font-weight: 600;
|
|
font-size: $font-medium;
|
|
color:brown;
|
|
margin-top: 1rem;
|
|
margin-bottom: .3rem;
|
|
}
|
|
} |