From 68b6058e2a27fc251c117c4efeb141392a0c9736 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 6 Apr 2025 12:18:49 +0200 Subject: =?UTF-8?q?nouvel=20article,=20boutons=20dans=20les=20builders,=20?= =?UTF-8?q?makeArticleNode,=20JS=20MAJ=20page,=20tri=20quand=20d=C3=A9plac?= =?UTF-8?q?ement=20ou=20suppression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/main.css | 14 ++++++++++++-- public/css/trombinoscope.css | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) (limited to 'public/css') diff --git a/public/css/main.css b/public/css/main.css index 50c2173..cb44e16 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -28,8 +28,8 @@ section > p /* boutons spéciaux mode admin */ } .galery_photos .html_from_editor img { - max-width: 400px; - max-height: 250px; + max-width: 300px; + max-height: 200px; } article { @@ -50,6 +50,11 @@ article .logo2 { width: 100%; } +article img +{ + max-width: 100%; + height: auto; +} .new_content_text { max-height: 250px; @@ -120,4 +125,9 @@ main button:hover cursor: pointer; /* curseur qui pointe du doigt */ background-color: #ffff00; border-radius: 4px; +} + +article a:hover +{ + cursor: pointer; } \ No newline at end of file diff --git a/public/css/trombinoscope.css b/public/css/trombinoscope.css index f42dad8..357e6b0 100644 --- a/public/css/trombinoscope.css +++ b/public/css/trombinoscope.css @@ -1,4 +1,10 @@ article img { border-radius: 50%; +} + +.grid_columns +{ + /* écrase les 3 colonnes par défaut */ + grid-template-columns: repeat(4, 1fr); } \ No newline at end of file -- cgit v1.2.3