From 37a86d429792af9ee9949271fcc39416a350ada8 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Tue, 11 Jun 2024 09:50:09 +0200 Subject: [PATCH] template programme pirate --- .gitignore | 3 + pirate_program/index.html | 119 +++++++++++++++------------- pirate_program/templates/index.html | 119 +++++++++++++++------------- 3 files changed, 135 insertions(+), 106 deletions(-) diff --git a/.gitignore b/.gitignore index ff3ba1fa..3d41e251 100755 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ /coverage/ /coverage/ ~ +/export_emails_filter/mon_filtre_selection/ +/export_emails_filter/emails_filtered__with* +/export_emails_filter/list_emails_filtered.json diff --git a/pirate_program/index.html b/pirate_program/index.html index 391123aa..2e5837aa 100644 --- a/pirate_program/index.html +++ b/pirate_program/index.html @@ -74,39 +74,14 @@ color: darkslateblue; } - .tags-menu { + /* Nouveaux styles pour le nuage de tags */ + .tag-cloud { + width: 300px; + height: 300px; position: fixed; top: 20px; - left: 20px; - background-color: #fff; - padding: 10px; - border-radius: 5px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + right: 20px; } - - .tags-menu ul { - list-style: none; - padding: 0; - margin: 0; - } - - .tags-menu li { - display: inline-block; - margin-right: 10px; - } - - .tags-menu a { - color: #333; - text-decoration: none; - padding: 5px 10px; - border-radius: 5px; - background-color: #f5f5f5; - } - - .tags-menu a:hover { - background-color: #e5e5e5; - } - @@ -115,6 +90,11 @@

Programme du Parti Pirate

+
+ +

nuage de mots:

+
+

@@ -16525,32 +16505,65 @@ Une taxation étant déjà en place sur le CO2 et le Parti Pirate ne désirant p

+ \ No newline at end of file diff --git a/pirate_program/templates/index.html b/pirate_program/templates/index.html index b0d6e059..61fbfd39 100644 --- a/pirate_program/templates/index.html +++ b/pirate_program/templates/index.html @@ -74,39 +74,14 @@ color: darkslateblue; } - .tags-menu { + /* Nouveaux styles pour le nuage de tags */ + .tag-cloud { + width: 300px; + height: 300px; position: fixed; top: 20px; - left: 20px; - background-color: #fff; - padding: 10px; - border-radius: 5px; - box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + right: 20px; } - - .tags-menu ul { - list-style: none; - padding: 0; - margin: 0; - } - - .tags-menu li { - display: inline-block; - margin-right: 10px; - } - - .tags-menu a { - color: #333; - text-decoration: none; - padding: 5px 10px; - border-radius: 5px; - background-color: #f5f5f5; - } - - .tags-menu a:hover { - background-color: #e5e5e5; - } - @@ -115,6 +90,11 @@

Programme du Parti Pirate

+
+ +

nuage de mots:

+
+
{% for page in pages %}

@@ -134,32 +114,65 @@

+