From 3f560a77fa18ef2622c9bcfec304662cc0d58ff7 Mon Sep 17 00:00:00 2001
From: "chankalan@choc0.net" <>
Date: Fri, 15 Mar 2019 11:25:58 +0000
Subject: [PATCH] styles et configuration
---
css/spip.css | 64 +++++++++++++++++++++++++--
formulaires/configurer_html5up.html | 22 +++++----
html5up_massively_administrations.php | 17 +++++++
inclure/footer.html | 8 ++--
inclure/resume/article.html | 2 +-
lang/html5up_de.php | 2 +-
lang/html5up_en.php | 2 +-
lang/html5up_fr.php | 15 ++++++-
lang/massively_fr.php | 28 +++++-------
paquet.xml | 4 +-
styles_config.css.html | 6 ++-
11 files changed, 130 insertions(+), 40 deletions(-)
diff --git a/css/spip.css b/css/spip.css
index 1886477..33fa10c 100644
--- a/css/spip.css
+++ b/css/spip.css
@@ -8,9 +8,6 @@ label, table th, .pagination a, .pagination span,
#navPanelToggle, #sousnavToggle, #navPanel .links li a { font-family: "Open Sans", Helvetica, sans-serif; }
-html, body { height:100%; }
-#wrapper { min-height:100%; }
-
img { height: auto; }
#intro.hidden .button { opacity:0 !important; visibility:hidden !important; }
@@ -131,4 +128,65 @@ img { height: auto; }
#contact_texte { height:150px; }
+/* de squelettes-dist/css/spip.css */
+/* Citations, code et poesie */
+blockquote.spip { min-height: 40px; background: url(img/quote.png) no-repeat; }
+.spip_poesie { border-left: 1px solid; }
+.spip_poesie div { margin-left: 50px; text-indent: -50px; }
+.spip_code,
+.spip_cadre {
+ font-family: 'Courier New', Courier, monospace;
+ font-size: 1em;
+ margin:0 .2em;
+}
+
+.spip_code {
+ border: 1px solid #dfdfcd;
+ background-color: rgba(227,227,211,0.5);
+ color: #3b3b25;
+ text-shadow: 0 1px 0 #fdfdfc;
+}
+
+.spip_cadre {
+ background:#333;
+ color:#fff;
+ border-radius:0.5em;
+ border:0;
+}
+
+textarea.spip_code,
+textarea.spip_cadre {
+ padding: 1em;
+ width:98%;
+}
+
+/* Logos, documents et images */
+.spip_logo { float:right; margin: 0 0 10px 10px; padding:0; border: none; }
+
+.spip_logo { margin: 0 0 10px 10px; padding: 0; border: none; }
+.spip_logo_center { clear: both; display: block; margin: 0 auto 1.5em auto; }
+.spip_logo_left { float: left; margin-right: 1.5em; margin-bottom: 1.5em; }
+.spip_logo_right { float: right; margin-left: 1.5em; margin-bottom: 1.5em; }
+
+.spip_documents { margin-bottom: 1.5em; padding: 0; background: none; max-width: 100%;}
+.spip_documents,
+.spip_documents_center,
+.spip_doc_titre,
+.spip_doc_descriptif { margin-right: auto; margin-left: auto; text-align: center; }
+.spip_documents_center { clear: both; display: block; width: 100%; }
+.spip_documents_left { float: left; margin-right: 1.5em; }
+.spip_documents_right { float: right; margin-left: 1.5em; }
+.spip_doc_titre {}
+.spip_doc_descriptif { clear: both; }
+.spip_doc_credits { font-size:x-small; clear: both; }
+/* fixer une largeur maximale de 100 % aux elements potentiellement problematiques */
+@media (max-width: 640px) {
+ .spip_documents,.spip_doc_titre,.spip_doc_descriptif { max-width: 100% !important; }
+}
+
+
+/* remettre d'aplomb la boite modale */
+/* boite modale de SPIP */
+button#cboxPrevious, button#cboxPrevious:hover, button#cboxNext, button#cboxNext:hover, button#cboxSlideshow, button#cboxSlideshow:hover,
+button#cboxClose, button#cboxClose:hover{ border:0; box-shadow:none; }
diff --git a/formulaires/configurer_html5up.html b/formulaires/configurer_html5up.html
index 24964dc..5684b70 100644
--- a/formulaires/configurer_html5up.html
+++ b/formulaires/configurer_html5up.html
@@ -42,23 +42,29 @@
class=palette,
type=color,
defaut=#717981})]
+ [(#SAISIE{input,couleur_typo_copyright,
+ label=<:html5up:couleur_typo_copyright:>,
+ explication=<:html5up:couleur_typo_copyright_explications:>,
+ class=palette,
+ type=color,
+ defaut=#717981})]