From e746600c5156108fb296146116b176b76b64f0d3 Mon Sep 17 00:00:00 2001 From: Alexel Date: Tue, 18 Jul 2023 14:12:37 -0400 Subject: [PATCH] Fonts, couleurs pour les h1, h2 et header --- public/css/general.css | 28 ++++++++++++++++++++++++++++ templates/html/a-propos.gohtml | 2 +- templates/html/actualite.gohtml | 2 +- templates/html/admin-upload.gohtml | 2 +- templates/html/admin.gohtml | 2 +- templates/html/documentation.gohtml | 4 ++-- templates/html/formulaires.gohtml | 2 +- templates/html/header.gohtml | 14 +++++++------- templates/html/index.gohtml | 2 +- templates/html/vie-etudiante.gohtml | 2 +- 10 files changed, 44 insertions(+), 16 deletions(-) diff --git a/public/css/general.css b/public/css/general.css index bbe2663..a7d9465 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,3 +1,31 @@ h1 { text-align: center; } + +ul.enteteMenu{ + font-family: Poppins; + font-weight: 400; /*regular*/ + font-size: 1.25rem; /*20px*/ + color: #000; /*Noir pur*/ + display: flex; + flex-flow: row; + justify-content: start; + align-items: center; +} +li.enteteMenuElement:hover{ +border-bottom: 5px #FF563C solid; /*Orange Highlight*/ +cursor: pointer; +} + +h1.titre1Page{ + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 6rem; /*96px*/ + color: #394596; /*Bleu AGECEM*/ + } +h2.titre2Page{ + font-family: Poppins; + font-weight: 600; /*semi-bold*/ + font-size: 1.5rem; /*24px*/ + color: #394596; /*Bleu AGECEM*/ + } \ No newline at end of file diff --git a/templates/html/a-propos.gohtml b/templates/html/a-propos.gohtml index d4cd169..a4be913 100644 --- a/templates/html/a-propos.gohtml +++ b/templates/html/a-propos.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

À propos

+

À propos

{{ end }} diff --git a/templates/html/actualite.gohtml b/templates/html/actualite.gohtml index de6bbb1..4ec629e 100644 --- a/templates/html/actualite.gohtml +++ b/templates/html/actualite.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

Actualité

+

Actualité

{{ end }} diff --git a/templates/html/admin-upload.gohtml b/templates/html/admin-upload.gohtml index b7ff836..a691dcf 100644 --- a/templates/html/admin-upload.gohtml +++ b/templates/html/admin-upload.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

Upload

+

Upload

diff --git a/templates/html/admin.gohtml b/templates/html/admin.gohtml index d7e0038..7a1e44a 100644 --- a/templates/html/admin.gohtml +++ b/templates/html/admin.gohtml @@ -8,7 +8,7 @@ {{ template "header-html" }} -

Admin

+

Admin

diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index 27f2a06..9ee5756 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -8,11 +8,11 @@ {{ template "header-html" }} -

Documentation

+

Documentation

{{ range . }} {{ $bucket_name := .Name }} -

{{ $bucket_name }}

+

{{ $bucket_name }}