divers fix
This commit is contained in:
parent
4d4d0f7c57
commit
171fee463b
@ -11,7 +11,7 @@
|
|||||||
[<span class="article__date"><:libreavous:diffusee_le:> [(#DATE|jour)/][(#DATE|mois)/](#DATE|annee)</span>]
|
[<span class="article__date"><:libreavous:diffusee_le:> [(#DATE|jour)/][(#DATE|mois)/](#DATE|annee)</span>]
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h1><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span>[
|
<h1><a href="#URL_ARTICLE"><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span></a>[
|
||||||
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
||||||
]</h1>
|
]</h1>
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ h6, .h6,
|
|||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
color: $couleur-titres;
|
color: $couleur-titres;
|
||||||
margin: 1em 0 0.8em 0;
|
margin: 1.2em 0 0.3em 0;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
a:link, a:visited {
|
a:link, a:visited {
|
||||||
/*color: $couleur-titres;*/
|
/*color: $couleur-titres;*/
|
||||||
|
@ -122,6 +122,7 @@ span.btn {
|
|||||||
@include visuallyhidden;
|
@include visuallyhidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.encart {
|
.encart {
|
||||||
float:right;
|
float:right;
|
||||||
text-align:right;
|
text-align:right;
|
||||||
@ -148,6 +149,23 @@ span.btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//----------------------------------------
|
||||||
|
// Boutons
|
||||||
|
//----------------------------------------
|
||||||
|
|
||||||
|
.button,
|
||||||
|
.formulaire_spip button,
|
||||||
|
.formulaire_spip input[type=submit]
|
||||||
|
{
|
||||||
|
@include bouton($couleur-boutons, #fff, $couleurPrincipaleOn);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.sansbordure a.spip_out {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.texte_accueil {
|
.texte_accueil {
|
||||||
background-color:white;
|
background-color:white;
|
||||||
.main {
|
.main {
|
||||||
@ -169,6 +187,14 @@ span.btn {
|
|||||||
}
|
}
|
||||||
.page_main_content {
|
.page_main_content {
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
@include media($bp-medium-up) {
|
||||||
|
.page_article & {
|
||||||
|
background:white;
|
||||||
|
.page_aside {
|
||||||
|
margin-left:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.composition_emissions, .composition_emission, .composition_chroniques {
|
.composition_emissions, .composition_emission, .composition_chroniques {
|
||||||
|
|
||||||
@ -201,10 +227,11 @@ span.btn {
|
|||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
&.btn {
|
&.btn {
|
||||||
background:$couleurPrincipaleOn;
|
background:$couleurSecondaire;
|
||||||
color:$couleurPrincipale !important;
|
color:$couleurPrincipale !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
background:$couleurSecondaire;
|
background:$couleurPrincipaleOn;
|
||||||
|
color:white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -218,7 +245,7 @@ span.btn {
|
|||||||
}
|
}
|
||||||
> .ajaxbloc {
|
> .ajaxbloc {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-top: 6rem;
|
margin-top: 8rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
.emissions > h2, .emissions > a {
|
.emissions > h2, .emissions > a {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
@ -380,6 +407,17 @@ h2 {
|
|||||||
/* flex-grow:2; */
|
/* flex-grow:2; */
|
||||||
width:76%;
|
width:76%;
|
||||||
}
|
}
|
||||||
|
@include media($bp-medium) {
|
||||||
|
flex-direction: column;
|
||||||
|
text-align: center;
|
||||||
|
.telecharger {
|
||||||
|
padding:0;
|
||||||
|
margin-top:$spacer;
|
||||||
|
}
|
||||||
|
> .podlove_wrapper {
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.telecharger {
|
.telecharger {
|
||||||
@ -495,6 +533,9 @@ div.rating-cancel a {
|
|||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
a:hover .fab, a:hover .fas {
|
||||||
|
color:$couleurPrincipaleOn;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* bloc connex */
|
/* bloc connex */
|
||||||
@ -638,7 +679,7 @@ div.rating-cancel a {
|
|||||||
.article__infos {
|
.article__infos {
|
||||||
margin-left:-$spacer;
|
margin-left:-$spacer;
|
||||||
}
|
}
|
||||||
h1 a {
|
h1 > a {
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -788,8 +829,9 @@ a.spip_out {
|
|||||||
border-bottom-width:1px;
|
border-bottom-width:1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.header_initiatives {
|
.header_initiatives, .header_initiatives .nav, .btn-nav, .header_initiatives .btn-initiatives {
|
||||||
.inclure_blocs {
|
@include gradient-4($couleurPrincipale,$couleurPrincipale,$couleurPrincipale,#004369);
|
||||||
|
.inclure_blocs { /* pour un var_mode=inclure sans encombre */
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user