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>]
|
||||
</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>
|
||||
]</h1>
|
||||
|
||||
|
@ -87,7 +87,7 @@ h6, .h6,
|
||||
line-height: 1.2;
|
||||
font-style: normal;
|
||||
color: $couleur-titres;
|
||||
margin: 1em 0 0.8em 0;
|
||||
margin: 1.2em 0 0.3em 0;
|
||||
letter-spacing: 0.02em;
|
||||
a:link, a:visited {
|
||||
/*color: $couleur-titres;*/
|
||||
|
@ -122,6 +122,7 @@ span.btn {
|
||||
@include visuallyhidden;
|
||||
}
|
||||
|
||||
|
||||
.encart {
|
||||
float: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 {
|
||||
background-color:white;
|
||||
.main {
|
||||
@ -169,6 +187,14 @@ span.btn {
|
||||
}
|
||||
.page_main_content {
|
||||
align-items: start;
|
||||
@include media($bp-medium-up) {
|
||||
.page_article & {
|
||||
background:white;
|
||||
.page_aside {
|
||||
margin-left:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.composition_emissions, .composition_emission, .composition_chroniques {
|
||||
|
||||
@ -201,10 +227,11 @@ span.btn {
|
||||
padding:0;
|
||||
}
|
||||
&.btn {
|
||||
background:$couleurPrincipaleOn;
|
||||
background:$couleurSecondaire;
|
||||
color:$couleurPrincipale !important;
|
||||
&:hover {
|
||||
background:$couleurSecondaire;
|
||||
background:$couleurPrincipaleOn;
|
||||
color:white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -218,7 +245,7 @@ span.btn {
|
||||
}
|
||||
> .ajaxbloc {
|
||||
padding-top: 0;
|
||||
margin-top: 6rem;
|
||||
margin-top: 8rem;
|
||||
position: relative;
|
||||
.emissions > h2, .emissions > a {
|
||||
position:absolute;
|
||||
@ -380,6 +407,17 @@ h2 {
|
||||
/* flex-grow:2; */
|
||||
width:76%;
|
||||
}
|
||||
@include media($bp-medium) {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
.telecharger {
|
||||
padding:0;
|
||||
margin-top:$spacer;
|
||||
}
|
||||
> .podlove_wrapper {
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.telecharger {
|
||||
@ -495,6 +533,9 @@ div.rating-cancel a {
|
||||
border:0;
|
||||
}
|
||||
}
|
||||
a:hover .fab, a:hover .fas {
|
||||
color:$couleurPrincipaleOn;
|
||||
}
|
||||
|
||||
|
||||
/* bloc connex */
|
||||
@ -638,7 +679,7 @@ div.rating-cancel a {
|
||||
.article__infos {
|
||||
margin-left:-$spacer;
|
||||
}
|
||||
h1 a {
|
||||
h1 > a {
|
||||
border:0;
|
||||
}
|
||||
}
|
||||
@ -788,8 +829,9 @@ a.spip_out {
|
||||
border-bottom-width:1px;
|
||||
}
|
||||
}
|
||||
.header_initiatives {
|
||||
.inclure_blocs {
|
||||
.header_initiatives, .header_initiatives .nav, .btn-nav, .header_initiatives .btn-initiatives {
|
||||
@include gradient-4($couleurPrincipale,$couleurPrincipale,$couleurPrincipale,#004369);
|
||||
.inclure_blocs { /* pour un var_mode=inclure sans encombre */
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user