diff options
author | polo <ordipolo@gmx.fr> | 2025-04-02 00:00:35 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-04-02 00:00:35 +0200 |
commit | e4a325c9d5c07f09bc18b7e366ffb82b82c43502 (patch) | |
tree | b30c9c91106ebdbeef988c2c1ebd955b62051be2 /public/css | |
parent | e91841c4e678f955e1a44bf0fa0839e84f0aacd0 (diff) | |
download | cms-e4a325c9d5c07f09bc18b7e366ffb82b82c43502.zip |
modification des titres, aperçus et dates des news
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/main.css | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/public/css/main.css b/public/css/main.css index a75b8cd..50c2173 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
@@ -56,22 +56,39 @@ article .logo2 | |||
56 | overflow: hidden; | 56 | overflow: hidden; |
57 | } | 57 | } |
58 | 58 | ||
59 | article .action_icon | 59 | .action_icon |
60 | { | 60 | { |
61 | width: 24px; | 61 | width: 24px; |
62 | vertical-align: middle; | 62 | vertical-align: bottom; |
63 | border: white 2px solid; /* invisible */ | 63 | border: white 2px solid; /* invisible */ |
64 | } | 64 | } |
65 | article .action_icon:hover | 65 | button .action_icon |
66 | { | ||
67 | border: none; | ||
68 | } | ||
69 | .action_icon:hover | ||
66 | { | 70 | { |
67 | background-color: #ffff00; | 71 | background-color: #ffff00; |
68 | border-radius: 4px; | 72 | border-radius: 4px; |
69 | border: lightgrey 2px outset; | 73 | border: lightgrey 2px outset; |
70 | } | 74 | } |
71 | .article_title_zone | 75 | button .action_icon:hover |
76 | { | ||
77 | border: none; | ||
78 | } | ||
79 | |||
80 | .button_zone | ||
72 | { | 81 | { |
73 | display: flex; | 82 | display: flex; |
74 | justify-content: space-between; | 83 | } |
84 | |||
85 | .share | ||
86 | { | ||
87 | float: right; | ||
88 | } | ||
89 | .article_title_zone | ||
90 | { | ||
91 | padding: 10px; | ||
75 | } | 92 | } |
76 | .under_an_article | 93 | .under_an_article |
77 | { | 94 | { |
@@ -82,8 +99,8 @@ article .action_icon:hover | |||
82 | .under_an_article img | 99 | .under_an_article img |
83 | { | 100 | { |
84 | width: 24px; | 101 | width: 24px; |
85 | vertical-align: middle; | ||
86 | margin-right: 5px; | 102 | margin-right: 5px; |
103 | vertical-align: middle; | ||
87 | } | 104 | } |
88 | .article_admin_zone | 105 | .article_admin_zone |
89 | { | 106 | { |