From 8690efb8c01d6a6feeb09380bcbddfa42cd9d320 Mon Sep 17 00:00:00 2001 From: hugo LAMY Date: Sun, 15 Feb 2026 20:40:31 +0100 Subject: [PATCH] top names v1 --- www/css/page_manifestations.css | 29 +++-- www/manifestations.html | 206 +++----------------------------- 2 files changed, 36 insertions(+), 199 deletions(-) diff --git a/www/css/page_manifestations.css b/www/css/page_manifestations.css index 7f4fc17..5394587 100644 --- a/www/css/page_manifestations.css +++ b/www/css/page_manifestations.css @@ -5,7 +5,7 @@ width: 600px; height: auto; - #top { + #top.name_list { float: left; height: 25px; width: 480px; @@ -16,17 +16,24 @@ margin-top: 50px; margin-bottom: 25px; - .nom { - float: left; - height: 12px; - width: auto; - margin-right: 10px; + display: flex; + flex-wrap: wrap; + height: auto; + column-gap: 30px; - .carre { - float: left; - width: 10px; - height: 12px; - margin-right: 3px; + p { + position: relative; + + &::before { + content: ""; + position: absolute; + left: -13px; + top: 50%; + translate: 0% -50%; + width: 7px; + height: 7px; + border-radius: 10%; + border: 1px solid #cc3300; } } } diff --git a/www/manifestations.html b/www/manifestations.html index 9da5c74..6b994fb 100644 --- a/www/manifestations.html +++ b/www/manifestations.html @@ -171,194 +171,24 @@