diff options
| author | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-04-06 12:18:49 +0200 |
| commit | 68b6058e2a27fc251c117c4efeb141392a0c9736 (patch) | |
| tree | 5c029b2c147bd14f777765d41bc623582c81daa2 /public/css | |
| parent | e4a325c9d5c07f09bc18b7e366ffb82b82c43502 (diff) | |
| download | cms-68b6058e2a27fc251c117c4efeb141392a0c9736.tar.gz cms-68b6058e2a27fc251c117c4efeb141392a0c9736.tar.bz2 cms-68b6058e2a27fc251c117c4efeb141392a0c9736.zip | |
nouvel article, boutons dans les builders, makeArticleNode, JS MAJ page, tri quand déplacement ou suppression
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/main.css | 14 | ||||
| -rw-r--r-- | public/css/trombinoscope.css | 6 |
2 files changed, 18 insertions, 2 deletions
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 */ | |||
| 28 | } | 28 | } |
| 29 | .galery_photos .html_from_editor img | 29 | .galery_photos .html_from_editor img |
| 30 | { | 30 | { |
| 31 | max-width: 400px; | 31 | max-width: 300px; |
| 32 | max-height: 250px; | 32 | max-height: 200px; |
| 33 | } | 33 | } |
| 34 | article | 34 | article |
| 35 | { | 35 | { |
| @@ -50,6 +50,11 @@ article .logo2 | |||
| 50 | { | 50 | { |
| 51 | width: 100%; | 51 | width: 100%; |
| 52 | } | 52 | } |
| 53 | article img | ||
| 54 | { | ||
| 55 | max-width: 100%; | ||
| 56 | height: auto; | ||
| 57 | } | ||
| 53 | .new_content_text | 58 | .new_content_text |
| 54 | { | 59 | { |
| 55 | max-height: 250px; | 60 | max-height: 250px; |
| @@ -120,4 +125,9 @@ main button:hover | |||
| 120 | cursor: pointer; /* curseur qui pointe du doigt */ | 125 | cursor: pointer; /* curseur qui pointe du doigt */ |
| 121 | background-color: #ffff00; | 126 | background-color: #ffff00; |
| 122 | border-radius: 4px; | 127 | border-radius: 4px; |
| 128 | } | ||
| 129 | |||
| 130 | article a:hover | ||
| 131 | { | ||
| 132 | cursor: pointer; | ||
| 123 | } \ No newline at end of file | 133 | } \ 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 @@ | |||
| 1 | article img | 1 | article img |
| 2 | { | 2 | { |
| 3 | border-radius: 50%; | 3 | border-radius: 50%; |
| 4 | } | ||
| 5 | |||
| 6 | .grid_columns | ||
| 7 | { | ||
| 8 | /* écrase les 3 colonnes par défaut */ | ||
| 9 | grid-template-columns: repeat(4, 1fr); | ||
| 4 | } \ No newline at end of file | 10 | } \ No newline at end of file |
