From 1c6e48e04ebe4d407e8cb513732f444d01fe3ece Mon Sep 17 00:00:00 2001 From: Plumf Date: Fri, 6 Sep 2024 13:17:10 +0200 Subject: [PATCH] Work in progress --- article.html | 13 ++++++++----- css/font.css | 0 css/links.css | 0 css/theme.css | 20 +++++++++++++++++--- css/typo.css | 0 inc/footer.html | 2 +- inc/head.html | 8 ++++++-- inc/header.html | 35 +++++++++++++++++++++++++++-------- inc/nav.html | 10 ---------- paquet.xml | 2 +- rubrique.html | 33 +++++++++++++++------------------ sommaire.html | 26 +++++++++++++------------- 12 files changed, 88 insertions(+), 61 deletions(-) create mode 100644 css/font.css create mode 100644 css/links.css create mode 100644 css/typo.css delete mode 100644 inc/nav.html diff --git a/article.html b/article.html index b4f33ea..e43889b 100644 --- a/article.html +++ b/article.html @@ -1,13 +1,16 @@ - + + +
+ -
-
+ +
- [(#REM) Contenu principal : contenu de l'article] + [(#REM) Contenu principal : contenu de l'article] -
+

[[(#LOGO_ARTICLE|image_reduire{100,*})][(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]]

diff --git a/css/font.css b/css/font.css new file mode 100644 index 0000000..e69de29 diff --git a/css/links.css b/css/links.css new file mode 100644 index 0000000..e69de29 diff --git a/css/theme.css b/css/theme.css index 04523f8..7dbfa62 100644 --- a/css/theme.css +++ b/css/theme.css @@ -1,8 +1,22 @@ - body { background-color: #F1F1F1; } -.dev { - border: 2px solid; +.page { + max-width: 1406px; + margin: 0 auto; +} + +/*header (logo, slogan, informations sites) + barre de navigation + futur recherche*/ +.sidebar { + display: block; + max-width: 30%; + margin-right: -100%; +} + +/* Contenu principal de chaque page*/ +.contenu { + display: block; + max-width: 70%; + margin-left: 30%; } \ No newline at end of file diff --git a/css/typo.css b/css/typo.css new file mode 100644 index 0000000..e69de29 diff --git a/inc/footer.html b/inc/footer.html index 61bcd15..c243485 100644 --- a/inc/footer.html +++ b/inc/footer.html @@ -1,4 +1,4 @@ -
+

[(#DATE|annee|!={#VAL{Y}|date}|oui)[(#DATE|annee)]] - [(#DATE|annee) ]#NOM_SITE_SPIP
[(#SESSION{id_auteur}|non) | ][ diff --git a/inc/head.html b/inc/head.html index c326a69..31fe519 100644 --- a/inc/head.html +++ b/inc/head.html @@ -1,3 +1,4 @@ + [(#REM) Head standard de toutes les pages ; les elements specifiques (title, description) figurent dans chaque squelette @@ -15,11 +16,12 @@ 1. Base CSS http://tinytypo.tetue.net/ ] [] [] -[] +[] [] [] [] [] +[] [(#REM) Balise permettant aux plugins d'inserer des appels javascript ; @@ -39,4 +41,6 @@ []] [(#REM) meta robots ] -[] \ No newline at end of file +[] + + \ No newline at end of file diff --git a/inc/header.html b/inc/header.html index bee359b..f18d2f1 100644 --- a/inc/header.html +++ b/inc/header.html @@ -1,11 +1,30 @@ -

+
+ + +
\ No newline at end of file diff --git a/inc/nav.html b/inc/nav.html deleted file mode 100644 index 4a11350..0000000 --- a/inc/nav.html +++ /dev/null @@ -1,10 +0,0 @@ - diff --git a/paquet.xml b/paquet.xml index 7ee0cfa..0b81c93 100644 --- a/paquet.xml +++ b/paquet.xml @@ -1,7 +1,7 @@ + - - -
-
- [(#REM) Contenu principal : contenu de la rubrique ] + +
+ -

<:accueil_site:> > [(#TITRE|couper{80})][ > (#TITRE|couper{80})]

- -

#TITRE

-
+ [(#REM) Contenu principal : contenu de la rubrique] + +

<:accueil_site:> > [(#TITRE|couper{80})][ > (#TITRE|couper{80})]

+
+

#TITRE

+
[
(#TEXTE|image_reduire{672,*})
] [(#REM) Articles de la rubrique ] -

+ +

<:lutine:rubrique_titre_article:>

@@ -28,7 +30,7 @@

[[(#LOGO_ARTICLE|image_reduire{100,*})][(#NOM_SITE|sinon{[(#URL_SITE|couper{80})]})]]

- +

<:lutine:article_langue_ressource:>

@@ -62,20 +64,15 @@ - +
- - - [(#REM) supprimer pour toujours avoir le miniplan]
-
-
- +
diff --git a/sommaire.html b/sommaire.html index 73f9173..a3815a7 100644 --- a/sommaire.html +++ b/sommaire.html @@ -6,20 +6,20 @@ ] - - - - + - - - - +
+ +
+ +
+ -

[(#DATE|nom_jour) ][(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]

+

[(#DATE|nom_jour) ][(#DATE|affdate)][, <:par_auteur:> (#LESAUTEURS)]

- #TEXTE - - - + #TEXTE + +
+ +
\ No newline at end of file