From 26751f508f099074c13f52646dce462d986ffd9b Mon Sep 17 00:00:00 2001 From: Alexel Date: Wed, 16 Aug 2023 15:10:49 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20en=20page=20de=20la=20section=20document?= =?UTF-8?q?ation=20Cat=C3=A9gories=20de=20documents=20et=20noms=20de=20doc?= =?UTF-8?q?uments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/documentation.css | 45 +++++++++++++++++++++++++++++ templates/html/documentation.gohtml | 5 ++-- 2 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 public/css/documentation.css diff --git a/public/css/documentation.css b/public/css/documentation.css new file mode 100644 index 0000000..80d886a --- /dev/null +++ b/public/css/documentation.css @@ -0,0 +1,45 @@ +.documentationCategorie { + font-family: "Poppins"; + font-weight: 600; + /*semi-bold*/ + font-size: 1.5rem; + /*24px*/ + color: #fff; + /*Blanc pur*/ + background-color: #394596; + /*Blanc pur*/ + text-align: left; + width: 100%; + cursor: pointer; +} + +.documentationDescription { + padding: 20px; +} + +.documentationListe { + font-weight: 400; + /*semi-bold*/ + font-size: 1rem; + /*16px*/ + background-color: #fff; + list-style: none; + padding: 0; +} + +.documentationDocument { + font-weight: 400; + /*semi-bold*/ + font-size: 1rem; + /*16px*/ + padding: 10px 20px; +} + +.documentationDocument:hover { + background-color: rgba(); +} + +.documentationLien { + height: inherit; + width: inherit; +} \ No newline at end of file diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index fd2a426..ab74478 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -4,6 +4,7 @@ AGECEM | Documentation + {{ template "general-html" }} @@ -17,9 +18,9 @@
{{ $bucket_display_name }} -