From adba57970e9193a463aa6cd19e4c09cbfad19da8 Mon Sep 17 00:00:00 2001 From: RochDLY Date: Tue, 20 Feb 2024 11:26:27 +0100 Subject: modification du template nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit modification de la structure du nav, remplacement de la div par une liste non ordonnée. Modification du css en conséquence. Modification du makefile dans la génération de l'indexc. --- docs/css/styles.css | 27 ++++++++++++++++---- docs/index-cache.html | 13 +++++----- docs/index.html | 13 +++++----- docs/pages/colophon.html | 13 +++++----- docs/pages/cours.html | 13 +++++----- docs/pages/glossaire.html | 13 +++++----- docs/pages/publications.html | 13 +++++----- docs/posts/2023-11-03-creation-du-site.html | 13 +++++----- docs/posts/2023-11-05-intimite-du-chercheur.html | 29 +++++++++++----------- .../2023-11-07-je-n-ai-pas-ecrit-mon-billet.html | 13 +++++----- docs/posts/2023-11-21-presentation-de-stylo.html | 13 +++++----- .../posts/2023-12-06-les-aventures-dans-stylo.html | 13 +++++----- .../2023-12-22-les-snippets-dans-lazyvim.html | 13 +++++----- docs/posts/2024-01-09-entretien-humanum.html | 13 +++++----- ...10-preparation-du-cours-identite-numerique.html | 13 +++++----- docs/posts/2024-01-12-brouillon-plan-de-these.html | 13 +++++----- ...-01-12-l-ecriture-numerique-est-collective.html | 13 +++++----- docs/posts/2024-01-26-archiver-un-site-web.html | 13 +++++----- ...24-02-06-l-oubli-des-traces-intermediaires.html | 13 +++++----- docs/posts/2024-02-15-ekdosis-et-stylo.html | 13 +++++----- 20 files changed, 163 insertions(+), 127 deletions(-) (limited to 'docs') diff --git a/docs/css/styles.css b/docs/css/styles.css index e6cf450..cbd82b1 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -64,12 +64,19 @@ footer { grid-row: 1; } -.navbar { +.navbar ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; background-color: white; } -.navbar a { +.navbar li { float: left; +} + +.navbar li a { display: block; color: black; text-align: center; @@ -77,15 +84,25 @@ footer { text-decoration: none; } -.navbar a.right { +.navbar li.right { float: right; } -.navbar a:hover { +.navbar li.right a:hover { + background-color: white; + cursor: default; +} + +.navbar li a:hover { background-color: #333; color: white; } +.easteregg a:hover { + background-color: white; + cursor: default; +} + .posts-list { grid-column: 1; grid-row: 2; @@ -139,4 +156,4 @@ footer a:hover, footer a:active { .toc a:hover, .toc a:active { text-decoration: underline; -} \ No newline at end of file +} diff --git a/docs/index-cache.html b/docs/index-cache.html index fd5eb07..aa57f20 100644 --- a/docs/index-cache.html +++ b/docs/index-cache.html @@ -19,12 +19,13 @@

Index caché

diff --git a/docs/index.html b/docs/index.html index dc9b23b..e1f8fc5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,12 +19,13 @@

Pensées d’un doctorant

diff --git a/docs/pages/colophon.html b/docs/pages/colophon.html index fcaf2a4..1f13e1f 100644 --- a/docs/pages/colophon.html +++ b/docs/pages/colophon.html @@ -19,12 +19,13 @@

Colophon

diff --git a/docs/pages/cours.html b/docs/pages/cours.html index 58f5b7d..8c06e07 100644 --- a/docs/pages/cours.html +++ b/docs/pages/cours.html @@ -19,12 +19,13 @@

Enseignements et ateliers

diff --git a/docs/pages/glossaire.html b/docs/pages/glossaire.html index 2d5e479..4bcc2a2 100644 --- a/docs/pages/glossaire.html +++ b/docs/pages/glossaire.html @@ -19,12 +19,13 @@

Glossaire

diff --git a/docs/pages/publications.html b/docs/pages/publications.html index 24114bb..682c68f 100644 --- a/docs/pages/publications.html +++ b/docs/pages/publications.html @@ -19,12 +19,13 @@

Publications et communications

diff --git a/docs/posts/2023-11-03-creation-du-site.html b/docs/posts/2023-11-03-creation-du-site.html index 860da6a..70d46d3 100644 --- a/docs/posts/2023-11-03-creation-du-site.html +++ b/docs/posts/2023-11-03-creation-du-site.html @@ -20,12 +20,13 @@

Notes pour la suite

diff --git a/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html b/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html index 49d3e72..56c9f7f 100644 --- a/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html +++ b/docs/posts/2023-11-07-je-n-ai-pas-ecrit-mon-billet.html @@ -20,12 +20,13 @@

Je n’ai pas écrit mon billet

diff --git a/docs/posts/2023-11-21-presentation-de-stylo.html b/docs/posts/2023-11-21-presentation-de-stylo.html index 1715766..abd0399 100644 --- a/docs/posts/2023-11-21-presentation-de-stylo.html +++ b/docs/posts/2023-11-21-presentation-de-stylo.html @@ -20,12 +20,13 @@

Présentation de Stylo

diff --git a/docs/posts/2023-12-06-les-aventures-dans-stylo.html b/docs/posts/2023-12-06-les-aventures-dans-stylo.html index 1aa237d..352f3a6 100644 --- a/docs/posts/2023-12-06-les-aventures-dans-stylo.html +++ b/docs/posts/2023-12-06-les-aventures-dans-stylo.html @@ -20,12 +20,13 @@

Les aventures dans Stylo

diff --git a/docs/posts/2023-12-22-les-snippets-dans-lazyvim.html b/docs/posts/2023-12-22-les-snippets-dans-lazyvim.html index c98d351..12a9961 100644 --- a/docs/posts/2023-12-22-les-snippets-dans-lazyvim.html +++ b/docs/posts/2023-12-22-les-snippets-dans-lazyvim.html @@ -20,12 +20,13 @@

Les snippets dans LazyVim

diff --git a/docs/posts/2024-01-09-entretien-humanum.html b/docs/posts/2024-01-09-entretien-humanum.html index ab46ddf..32969ca 100644 --- a/docs/posts/2024-01-09-entretien-humanum.html +++ b/docs/posts/2024-01-09-entretien-humanum.html @@ -20,12 +20,13 @@

Entretien avec Stéphane Pouyllau (Huma-Num)

diff --git a/docs/posts/2024-01-10-preparation-du-cours-identite-numerique.html b/docs/posts/2024-01-10-preparation-du-cours-identite-numerique.html index 6ec3d54..79726bf 100644 --- a/docs/posts/2024-01-10-preparation-du-cours-identite-numerique.html +++ b/docs/posts/2024-01-10-preparation-du-cours-identite-numerique.html @@ -20,12 +20,13 @@