diff --git a/paquet.xml b/paquet.xml index 783804d..c257f46 100644 --- a/paquet.xml +++ b/paquet.xml @@ -15,7 +15,6 @@ - diff --git a/squelettes/header/dist.html b/squelettes/header/dist.html index df4885b..9cdb129 100644 --- a/squelettes/header/dist.html +++ b/squelettes/header/dist.html @@ -9,7 +9,7 @@
S'abonner au podcast - #FORMULAIRE_ABOMAILMAN_MINI_UNE_LISTE{1} +
diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index f84a624..ab457ca 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -15,7 +15,44 @@ padding-top:2rem; } } - + .header_menu { + flex-grow: 2; + padding-left:$spacer; + .liens { + padding-right:0.7rem; + .btn { + margin-top:1.3rem; + .fas:before { + font-size:1rem; + } + &:hover, &:focus { + background:$couleurPrincipaleOn; + color:$couleurPrincipale !important; + .fas:before { + color:$couleurPrincipale !important; + } + } + } + + .sociaux { + float:right; + font-size:0.8rem; + margin-top:1.7rem; + margin-right:1.5rem; + .socicon { + background:none !important; + color:$blancTransparent; + &:hover, &:focus { + color:$couleurPrincipaleOn; + } + } + } + .formulaire_spip.formulaire_abomailman_mini_une_liste { + width:230px; + float:right; + } + } + } .nav a { border:0; color:white; @@ -45,6 +82,40 @@ align-items: flex-start; } +// abonnement newsletter +.formulaire_spip .abonnement { + position:relative; + label { + color:$blancTransparent; + font-size:0.8rem; + } + .fa-angle-right { + position:absolute; + right:0; + bottom:0; + padding:0.5rem; + } + input.text { + padding-right:30px; + &::placeholder { + font-size:0.8rem; + } + } + input[type="submit"] { + position: absolute; + right:0; + bottom:0; + background:none; + width:40px; + padding:0; + height:33px; + overflow:hidden; + text-indent:40px; + } + +} + + .texte_accueil { background-color:white; } @@ -67,3 +138,9 @@ .page_content { background-color:white; } + + + +.sociaux .socicon { + display: inline-block; +} diff --git a/squelettes/scss/utils/_variables-perso.scss b/squelettes/scss/utils/_variables-perso.scss index 0cdd5ba..06cc479 100644 --- a/squelettes/scss/utils/_variables-perso.scss +++ b/squelettes/scss/utils/_variables-perso.scss @@ -5,7 +5,7 @@ $couleurPrincipale: #005184; $couleurPrincipaleOn: #00c4f5; $couleurSecondaire: #f7651a; /* $couleurPrincipaleDowner: lighten($couleurPrincipale, 60%); */ - +$blancTransparent: rgba(white,0.7); $container-width: 1100px;