typographie
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#toolbar-administration{
|
||||
z-index: 1000;
|
||||
z-index: 99999;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
background: white;
|
||||
border-radius: 0;
|
||||
a{
|
||||
font-family: 'truenoregular';
|
||||
font-family: 'truenobold';
|
||||
font-size: 0.6rem;
|
||||
color: $color2;
|
||||
span{
|
||||
|
||||
@@ -4,18 +4,7 @@ footer{
|
||||
height: auto;
|
||||
padding: 2rem 0 0 0;
|
||||
margin-top:2rem;
|
||||
h2{
|
||||
font-size: 1.5rem;
|
||||
text-transform: uppercase;
|
||||
line-height: 1rem;
|
||||
}
|
||||
a{
|
||||
color: black;
|
||||
&:hover{
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
& > .row{
|
||||
& > .d-flex{
|
||||
& > div{
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@@ -75,7 +64,6 @@ footer{
|
||||
}
|
||||
.site_setting_entity{
|
||||
img{
|
||||
// width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -182,21 +182,3 @@ header.front{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#block-mainnavigation{
|
||||
ul{
|
||||
li{
|
||||
font-size: 0.8rem;
|
||||
a{
|
||||
color: black;
|
||||
font-family: 'truenoregular';
|
||||
&:hover{
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,12 +20,13 @@
|
||||
color: $color2;
|
||||
background: white;
|
||||
transition: color 0.3s ease, background 0.3s ease;
|
||||
font-size: 1.7rem;
|
||||
font-size: 2rem;
|
||||
font-family: 'dukefill';
|
||||
letter-spacing: 0.05rem;
|
||||
text-transform: uppercase;
|
||||
@media screen and (min-width: 576px) {
|
||||
@media screen and (min-width: 768px) {
|
||||
// padding: 1rem 1rem;
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
|
||||
@@ -11,22 +11,20 @@ body{
|
||||
margin-right: -50vw;
|
||||
}
|
||||
}
|
||||
.__img-hero{
|
||||
height: 300px;
|
||||
img{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.__img-hero{
|
||||
height: 300px;
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
img{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
.participant_full{
|
||||
|
||||
@@ -52,12 +52,12 @@
|
||||
&.first{
|
||||
flex-direction: column;
|
||||
span{
|
||||
font-family: 'truenolight';
|
||||
position: absolute;
|
||||
top: -2.5rem;
|
||||
width: max-content;
|
||||
font-size: 1.2rem;
|
||||
line-height: 1.2;
|
||||
font-family: 'truenoregular';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,6 +51,9 @@ section{
|
||||
.__wrap{
|
||||
padding: 0.5rem;
|
||||
}
|
||||
div > *{
|
||||
color:$color2;
|
||||
}
|
||||
}
|
||||
|
||||
&.bibliographie{
|
||||
@@ -69,7 +72,7 @@ section{
|
||||
width: calc(100% / 4 - #{$gutter} * 2);
|
||||
}
|
||||
& > div * {
|
||||
color: $col_black;
|
||||
color: $color2;
|
||||
&.__auteur *{
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
@@ -103,7 +106,6 @@ section{
|
||||
.__publications{
|
||||
.publications{
|
||||
// margin: $gutter;
|
||||
|
||||
.__media{
|
||||
padding: 0.5rem 0 0.5rem 0.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user