styles génériques revus
This commit is contained in:
parent
8ee6a73984
commit
d64edb92ac
@ -9,7 +9,7 @@
|
|||||||
documentation=""
|
documentation=""
|
||||||
>
|
>
|
||||||
|
|
||||||
<nom>baz_april</nom>
|
<nom>APRIL : base mutualisée des sites SPIP</nom>
|
||||||
<auteur>chankalan</auteur>
|
<auteur>chankalan</auteur>
|
||||||
<auteur>Nicolas Dorigny</auteur>
|
<auteur>Nicolas Dorigny</auteur>
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ h5, .h5,
|
|||||||
h6, .h6 {
|
h6, .h6 {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: bold;
|
font-weight: 400;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0 0.8em 0;
|
margin: 0 0 0.8em 0;
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/* font */
|
/* font */
|
||||||
@include font-face(Fontawesome, fontawesome);
|
@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-regular-webfont, 400, normal);
|
||||||
@include font-face(Merriweather, merriweather-regularitalic-webfont, 400, italic);
|
@include font-face(Merriweather, merriweather-regularitalic-webfont, 400, italic);
|
||||||
@include font-face(Merriweather, merriweather-bold-webfont, 700, normal);
|
@include font-face(Merriweather, merriweather-bold-webfont, 700, normal);
|
||||||
@ -97,7 +99,7 @@ h6, .h6 {
|
|||||||
margin: 0 0 0.8em 0;
|
margin: 0 0 0.8em 0;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
color: $couleur-titres;
|
/*color: $couleur-titres;*/
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: $couleur-lien-hover;
|
color: $couleur-lien-hover;
|
||||||
|
@ -32,7 +32,7 @@ html, body {
|
|||||||
|
|
||||||
.page_header,
|
.page_header,
|
||||||
.page_main {
|
.page_main {
|
||||||
margin-bottom: 2em;
|
/* margin-bottom: 2em; */
|
||||||
}
|
}
|
||||||
|
|
||||||
// initiatives
|
// initiatives
|
||||||
|
@ -81,7 +81,7 @@
|
|||||||
.page_header > .page_container {
|
.page_header > .page_container {
|
||||||
.nav {
|
.nav {
|
||||||
padding-top:$spacer;
|
padding-top:$spacer;
|
||||||
font-size:0.9rem;
|
font-size:0.95rem;
|
||||||
z-index:9;
|
z-index:9;
|
||||||
> ul {
|
> ul {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
|
Loading…
Reference in New Issue
Block a user