From 04f4440a77be75f8d270fe1fed69e8e4b1a32483 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 16 Jun 2025 23:57:16 +0200 Subject: fichier css --- public/css/calendar.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ public/index.html | 49 ++----------------------------------------------- 2 files changed, 46 insertions(+), 47 deletions(-) create mode 100644 public/css/calendar.css (limited to 'public') diff --git a/public/css/calendar.css b/public/css/calendar.css new file mode 100644 index 0000000..035118a --- /dev/null +++ b/public/css/calendar.css @@ -0,0 +1,44 @@ +#calendar_zone{ + display: flex; + max-width: 1000px; +} +#calendar{ + width: -moz-available; +} +.event_title_box{ + display: flex; + align-items: center; + justify-content: space-between; +} +.event_close_button{ + height: fit-content; +} +.fc-toolbar-title{ + font-size: x-large !important; +} +.fc-button{ + padding: 0.2em 0.4em !important; +} +td .fc-timegrid-axis{ + font-size: small; + text-align: center; +} +.fc-day-other{ + background-color: #f0f0f0; +} +.fc-daygrid-day-top{ + justify-content: center; +} +.fc-day-today .fc-daygrid-day-number{ /* vue mois */ + color: white; + background-color: #00679e; + border-radius: 5px; + height: 27px; + aspect-ratio: 1 / 1; + text-align: center; +} +.fc-day-today .fc-col-header-cell-cushion{ /* vue semaine */ + color: white; + background-color: #00679e; + border-radius: 5px; +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 6f14651..bdd7f67 100644 --- a/public/index.html +++ b/public/index.html @@ -3,60 +3,15 @@ fullcalendar + + - - -- cgit v1.2.3