actualité et évenement + page archive v0
This commit is contained in:
@@ -29,7 +29,12 @@ article, .paragraph{
|
||||
font-family: 'duke';
|
||||
font-size: $font-big;
|
||||
padding: .3rem .5rem;
|
||||
text-decoration: none;
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.page-node-type-static{
|
||||
@@ -43,4 +48,31 @@ article, .paragraph{
|
||||
box-shadow: inset 0 -5rem 8rem white;
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user