From 472d8c791ecdbaee13c0c9ff1dd57024e66840ad Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 14 Feb 2020 23:13:24 +0100 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20formulaire=20auteur=20+=20p?= =?UTF-8?q?age=20contact=20+=20page=20brouillons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/brouillons.html | 6 +++ content/modifier_auteur.html | 12 +++-- content/nous-contacter.html | 22 +++++++-- content/seminaires.html | 2 - css/_sq_balint.scss | 55 ++++++++++++++++++++--- css/mon_site.css | 57 +++++++++++++++++++++--- footer/dist.html | 79 +++++++++++++++++++-------------- footer/sommaire.html | 79 +++++++++++++++++++-------------- formulaires/editer_auteur.html | 31 +++++++++++-- inclure/bloc_article.html | 2 +- inclure/brouillons_contenu.html | 17 +++++++ inclure/menu_principal.html | 3 ++ 12 files changed, 266 insertions(+), 99 deletions(-) create mode 100644 content/brouillons.html create mode 100644 inclure/brouillons_contenu.html diff --git a/content/brouillons.html b/content/brouillons.html new file mode 100644 index 0000000..6038b7c --- /dev/null +++ b/content/brouillons.html @@ -0,0 +1,6 @@ +
+
+

Articles non publiés (brouillons)

+ +
+
\ No newline at end of file diff --git a/content/modifier_auteur.html b/content/modifier_auteur.html index ff57888..e401faa 100644 --- a/content/modifier_auteur.html +++ b/content/modifier_auteur.html @@ -1,20 +1,18 @@
-

Modifier mon profil

+ +
- Mes articles - Me déconnecter - -
+
#FORMULAIRE_EDITER_AUTEUR{#ID_AUTEUR,#URL_PAGE{auteur}|parametre_url{id_auteur,#ENV{id_auteur}}}
-
+
-
Vous devez être connecté pour accéder à cette page.
+
Vous devez être connecté pour accéder à cette page.
diff --git a/content/nous-contacter.html b/content/nous-contacter.html index 410d03d..1005b14 100644 --- a/content/nous-contacter.html +++ b/content/nous-contacter.html @@ -1,3 +1,19 @@ - - #FORMULAIRE_ECRIRE_AUTEUR - \ No newline at end of file +
+
+

Nous contacter

+
+
+ +
+ #FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR} +
+ +
+
+ + [(#FICHIER|balise_img{Jardin du Luxembourg peint par Henri Rousseau}|image_recadre{510:420,-,focus}|image_reduire{510,420})] + +
+
+
+
\ No newline at end of file diff --git a/content/seminaires.html b/content/seminaires.html index 0fe0d2c..fcb114e 100644 --- a/content/seminaires.html +++ b/content/seminaires.html @@ -1,5 +1,3 @@ -[(#REM) On affiche la première rubrique par défaut] -

Les séminaires

diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 28f7fec..1724d8d 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -20,11 +20,11 @@ textarea[name="texte"]{ } .section-top{ - padding-top: 8rem; + padding-top: 8rem !important; } .section-bottom{ - padding-bottom: 3rem; + padding-bottom: 3rem !important; } .cadre-blanc{ @@ -314,6 +314,7 @@ body{ // 4. SECTION NOUS CONTACTER #nous-contacter{ background: $bg-nous-contacter; + background-size: cover; padding: 4rem 0 3rem 0; .h3{ color: $light; @@ -451,11 +452,6 @@ body{ max-width: 300px; } - .bouton-login{ - background: $couleur-liens; - border-radius: 0.2rem; - } - .lien_cc svg { width: 30px; height: 30px; @@ -614,6 +610,8 @@ body{ //background-color: #4f56cd; background-color: $fond-footer; color: $light; + padding: 1rem; + line-height: 1rem; &:hover{ //background-color: #7276ee; background-color: rgb(105, 182, 164); @@ -623,9 +621,23 @@ body{ .btn_editer{ margin-left: 0; padding: 0.5rem; + } + .btn_login{ + background-color: $couleur-liens; + color: #333; + &:hover{ + color: black; + background-color: rgb(255, 153, 0); + } } } +.btn.bouton-login{ + background: $couleur-liens; + border-radius: 0.2rem; + color: #333 !important; +} + .formulaire_spip{ fieldset legend{ @@ -788,6 +800,35 @@ body{ display: none; } +/**********************************************************************/ +/**************************** PAGE CONTACT ****************************/ +/**********************************************************************/ + +#page-contact{ + .h3{ + font-weight: 700; + } + .formulaire_nous_contacter{ + background: none; + margin: 0; + input, textarea{ + background-color: $light; + border-color: lightgray; + } + input.submit{ + background-color: $fond-footer; + color: $light; + padding: 1rem; + line-height: 1rem; + &:hover{ + //background-color: #7276ee; + background-color: rgb(105, 182, 164); + cursor: pointer; + } + } + } +} + /**********************************************************************/ /****************************** spip_admin ****************************/ /**********************************************************************/ diff --git a/css/mon_site.css b/css/mon_site.css index 802c6be..8c03eec 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -11884,11 +11884,11 @@ textarea[name="texte"] { } .section-top { - padding-top: 8rem; + padding-top: 8rem !important; } .section-bottom { - padding-bottom: 3rem; + padding-bottom: 3rem !important; } .cadre-blanc { @@ -12216,6 +12216,7 @@ body { #nous-contacter { background: url("../images/Fond-contact-bleuvert.jpg"); + background-size: cover; padding: 4rem 0 3rem 0; } @@ -12373,11 +12374,6 @@ body { max-width: 300px; } -.footer .bouton-login { - background: #f67638; - border-radius: 0.2rem; -} - .footer .lien_cc svg { width: 30px; height: 30px; @@ -12569,6 +12565,8 @@ body { .formulaire_spip .boutons .submit, .formulaire_spip .boutons .btn_editer, .boutons .submit, .boutons .btn_editer { background-color: #4B9886; color: #f8f9fa; + padding: 1rem; + line-height: 1rem; } .formulaire_spip .boutons .submit:hover, .formulaire_spip .boutons .btn_editer:hover, .boutons .submit:hover, .boutons .btn_editer:hover { @@ -12581,6 +12579,22 @@ body { padding: 0.5rem; } +.formulaire_spip .boutons .btn_login, .boutons .btn_login { + background-color: #f67638; + color: #333; +} + +.formulaire_spip .boutons .btn_login:hover, .boutons .btn_login:hover { + color: black; + background-color: #ff9900; +} + +.btn.bouton-login { + background: #f67638; + border-radius: 0.2rem; + color: #333 !important; +} + .formulaire_spip fieldset legend { background: none; } @@ -12777,6 +12791,35 @@ body { display: none; } +/**********************************************************************/ +/**************************** PAGE CONTACT ****************************/ +/**********************************************************************/ +#page-contact .h3 { + font-weight: 700; +} + +#page-contact .formulaire_nous_contacter { + background: none; + margin: 0; +} + +#page-contact .formulaire_nous_contacter input, #page-contact .formulaire_nous_contacter textarea { + background-color: #f8f9fa; + border-color: lightgray; +} + +#page-contact .formulaire_nous_contacter input.submit { + background-color: #4B9886; + color: #f8f9fa; + padding: 1rem; + line-height: 1rem; +} + +#page-contact .formulaire_nous_contacter input.submit:hover { + background-color: #69b6a4; + cursor: pointer; +} + /**********************************************************************/ /****************************** spip_admin ****************************/ /**********************************************************************/ diff --git a/footer/dist.html b/footer/dist.html index 699fc62..4a4d1b2 100644 --- a/footer/dist.html +++ b/footer/dist.html @@ -21,6 +21,48 @@