styles génériques revus

This commit is contained in:
chankalan 2020-09-16 15:33:54 +02:00
parent 8ee6a73984
commit d64edb92ac
5 changed files with 7 additions and 5 deletions

View File

@ -9,7 +9,7 @@
documentation=""
>
<nom>baz_april</nom>
<nom>APRIL : base mutualisée des sites SPIP</nom>
<auteur>chankalan</auteur>
<auteur>Nicolas Dorigny</auteur>

View File

@ -27,7 +27,7 @@ h5, .h5,
h6, .h6 {
font-size: 100%;
font-style: normal;
font-weight: bold;
font-weight: 400;
line-height: 1.2;
padding: 0;
margin: 0 0 0.8em 0;

View File

@ -1,6 +1,8 @@
/* font */
@include font-face(Fontawesome, fontawesome);
@include font-face(Merriweather, merriweather-light-webfont, 200, normal);
@include font-face(Merriweather, merriweather-lightitalic-webfont, 200, italic);
@include font-face(Merriweather, merriweather-regular-webfont, 400, normal);
@include font-face(Merriweather, merriweather-regularitalic-webfont, 400, italic);
@include font-face(Merriweather, merriweather-bold-webfont, 700, normal);
@ -97,7 +99,7 @@ h6, .h6 {
margin: 0 0 0.8em 0;
letter-spacing: 0.02em;
a:link, a:visited {
color: $couleur-titres;
/*color: $couleur-titres;*/
}
a:hover {
color: $couleur-lien-hover;

View File

@ -32,7 +32,7 @@ html, body {
.page_header,
.page_main {
margin-bottom: 2em;
/* margin-bottom: 2em; */
}
// initiatives

View File

@ -81,7 +81,7 @@
.page_header > .page_container {
.nav {
padding-top:$spacer;
font-size:0.9rem;
font-size:0.95rem;
z-index:9;
> ul {
text-align:right;