diff --git a/breadcrumb/article.html b/breadcrumb/article.html index 4dd42de..d674e3f 100644 --- a/breadcrumb/article.html +++ b/breadcrumb/article.html @@ -2,13 +2,10 @@ #SET{mots,#ARRAY} #SET{id_groupe, #INFO_ID_GROUPE{article,#ENV{id_article}}} -[(#REM On récupère : tous les mots / les mots de la rubrique médiathèque / les mots de la rubrique espace membre )] +[(#REM) On récupère : tous les mots / les mots de la rubrique médiathèque / les mots de la rubrique espace membre] [(#SET{mots,#GET{mots}|push{#TITRE}})] - [(#TYPE|=={Médiathèque}|oui) - #SET{id_media,#ID_MOT} - ] - [(#TYPE|=={Espace Membre}|oui) + [(#TYPE|=={Espace membres}|oui) #SET{id_membre,#ID_MOT} ] @@ -17,23 +14,12 @@
  • <:accueil_site:> >
  • [(#GET{id_membre}|oui) +
  • Espace membres >
  • #INFO_TITRE{mot,#GET{id_membre}} >
  • ] [(#GET{id_membre}|non) - [(#GET{mots}|find{Séminaires}|oui) -
  • Séminaires >
  • - ] - - [(#GET{mots}|find{Séminaires}|non) - [(#GET{id_media}|oui) -
  • #INFO_TITRE{mot,#GET{id_media}} >
  • - ] - - [(#GET{id_media}|non) - [(#GET{id_groupe}|oui) -
  • Groupes >
  • - ] - ] + [(#GET{id_groupe}|oui) +
  • #INFO_TITRE{article,#GET{id_groupe}} >
  • ] ] diff --git a/content/espace_membre.html b/content/espace_membre.html index 951a826..e3281e8 100644 --- a/content/espace_membre.html +++ b/content/espace_membre.html @@ -1,6 +1,6 @@ -[(#REM) Si aucun paramètre id_mot ou rub_forum ne sont renseignés, on définit un id_mot par défaut] - - [(#ID_MOT|setenv{id_mot})] +[(#REM) Si aucun paramètre id_mot ou rub_forum ne sont renseignés, on définit un rub_forum par défaut] + + [(#CONFIG{balint/id_rub_forum_prive}|setenv{rub_forum})]
    @@ -20,8 +20,8 @@ else { ?>
    - Les administrateurs valideront votre accès à l'espace membre dès que possible.
    - En cas de problème vous pouvez les joindre sur XXX contact@fi05.fr. XXX + Les administrateurs valideront votre accès à l'Espace Membres dès que possible.
    + En cas de problème vous pouvez les joindre sur la page Contact.
    Espace membre Cet espace est réservé aux membres du mouvement de la France Insoumise 05.
    Inscrivez-vous pour votre première connexion.
    - En cas de problème vous pouvez nous joindre sur XXX contact@fi05.fr XXX. + En cas de problème vous pouvez nous joindre sur la page Contact.
    diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 1c1912e..b027502 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -56,10 +56,16 @@ textarea[name="texte"]{ } /* polices */ -* { font-family: 'Montserrat', sans-serif; font-size: 1.1rem} +* { font-family: 'Montserrat', sans-serif;} i.fas { font-family: fontawesome; font-style: normal; font-weight: 400; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend, .h1-like, .h2-like, .h3-like, .h4-like { font-family: 'Montserrat', sans-serif; } +h1, .h1{font-size: 2rem;} +h2, .h2{font-size: 1.75rem;} +h3, .h3{font-size: 1.5rem;} +h4, .h4{font-size: 1.25rem;} +h5, .h5{font-size: 1.15rem;} +h6, .h6{font-size: 1.05rem;} /* liens */ @@ -132,9 +138,6 @@ body{ padding: 1rem 2rem; background-color: $fond-menu; transition: all 1s; - .nav-item:hover{ - background: rgba(255,255,255,0.2); - } .nav-link{ padding: 0.3rem 0; font-size: 1.2rem; @@ -146,6 +149,10 @@ body{ text-align: center; transition: height 1s ease; } + .dropdown-item{ + font-size: 1.1rem; + white-space: normal; + } .navbar-brand{ width: 230px; transition: all 1s ease; @@ -169,11 +176,13 @@ body{ } } .dropdown-menu{ - background: white; + font-size: 1.2rem; + background: $gris-clair; + color: $texte-menu; border-radius: 0 0 0.2rem 0.2rem; border: none; } - .dropdown-item:focus, .dropdown-item:hover{ + .dropdown-item:focus, .dropdown-item:hover, .nav-link:hover{ background: rgba(255,255,255,0.2); color: $page-active; } @@ -198,14 +207,18 @@ body{ } .dropdown-menu{ margin-top: 0; + background: white; } .dropdown-item{ text-align: left; + font-size: 1.2rem; + white-space: nowrap; } } } #liste-deroulante{ + width: 100%; ul{ list-style-type: none; } @@ -670,7 +683,12 @@ body{ color: $dark; } +.btn.bouton-rediger{ + margin: 0; + background: $texte-menu; + color:white; +} /**********************************************************************/ /**************** TOUS LES FORMULAIRES DE CONNEXION *******************/ @@ -679,7 +697,6 @@ body{ .formulaire_spip .boutons, .boutons{ margin: 1rem 0; .btn{ - font-size: 1.2rem; line-height: 1rem; padding: 1rem; border: solid 1px $light; @@ -732,6 +749,12 @@ body{ } } +#menu-principal .btn.bouton-login{ + background: $texte-menu; + font-size: 1.1rem; + color: white; +} + .bouton-toggle{ color:lightgrey; display: block; @@ -895,6 +918,10 @@ body{ text-align: center; } +.cellule-tableau .btn{ + padding: 0 0.75rem; +} + /**********************************************************************/ /****************************** FORUM *********************************/ /**********************************************************************/ diff --git a/css/mon_site.css b/css/mon_site.css index 221334c..507cd92 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -11937,7 +11937,6 @@ textarea[name="texte"] { /* polices */ * { font-family: 'Montserrat', sans-serif; - font-size: 1.1rem; } i.fas { @@ -11951,6 +11950,30 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, legend, font-family: 'Montserrat', sans-serif; } +h1, .h1 { + font-size: 2rem; +} + +h2, .h2 { + font-size: 1.75rem; +} + +h3, .h3 { + font-size: 1.5rem; +} + +h4, .h4 { + font-size: 1.25rem; +} + +h5, .h5 { + font-size: 1.15rem; +} + +h6, .h6 { + font-size: 1.05rem; +} + /* liens */ a, a:hover { text-decoration: none; @@ -12026,10 +12049,6 @@ body { transition: all 1s; } -#menu-principal .nav-item:hover { - background: rgba(255, 255, 255, 0.2); -} - #menu-principal .nav-link { padding: 0.3rem 0; font-size: 1.2rem; @@ -12044,6 +12063,11 @@ body { transition: height 1s ease; } +#menu-principal .dropdown-item { + font-size: 1.1rem; + white-space: normal; +} + #menu-principal .navbar-brand { width: 230px; -webkit-transition: all 1s ease; @@ -12073,12 +12097,14 @@ body { } #menu-principal .dropdown-menu { - background: white; + font-size: 1.2rem; + background: #f2f2f2; + color: #00ADCB; border-radius: 0 0 0.2rem 0.2rem; border: none; } -#menu-principal .dropdown-item:focus, #menu-principal .dropdown-item:hover { +#menu-principal .dropdown-item:focus, #menu-principal .dropdown-item:hover, #menu-principal .nav-link:hover { background: rgba(255, 255, 255, 0.2); color: #C84227; } @@ -12108,12 +12134,19 @@ body { } #menu-principal .dropdown-menu { margin-top: 0; + background: white; } #menu-principal .dropdown-item { text-align: left; + font-size: 1.2rem; + white-space: nowrap; } } +#liste-deroulante { + width: 100%; +} + #liste-deroulante ul { list-style-type: none; } @@ -12639,6 +12672,12 @@ body { color: #595959; } +.btn.bouton-rediger { + margin: 0; + background: #00ADCB; + color: white; +} + /**********************************************************************/ /**************** TOUS LES FORMULAIRES DE CONNEXION *******************/ /**********************************************************************/ @@ -12647,7 +12686,6 @@ body { } .formulaire_spip .boutons .btn, .boutons .btn { - font-size: 1.2rem; line-height: 1rem; padding: 1rem; border: solid 1px #f8f9fa; @@ -12709,6 +12747,12 @@ body { background-color: #C84227; } +#menu-principal .btn.bouton-login { + background: #00ADCB; + font-size: 1.1rem; + color: white; +} + .bouton-toggle { color: lightgrey; display: block; @@ -12906,6 +12950,10 @@ body { text-align: center; } +.cellule-tableau .btn { + padding: 0 0.75rem; +} + /**********************************************************************/ /****************************** FORUM *********************************/ /**********************************************************************/ diff --git a/inclure/menu-espace_membre.html b/inclure/menu-espace_membre.html index 2229cdb..7c79455 100644 --- a/inclure/menu-espace_membre.html +++ b/inclure/menu-espace_membre.html @@ -2,17 +2,18 @@ \ No newline at end of file