aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-22 15:28:02 +0200
committerpolo <ordipolo@gmx.fr>2025-10-22 15:28:02 +0200
commitc9aff025aa7e01badaad8467af6165b400cdaac4 (patch)
treec6e56a3f13db401c9f75bf9f8e4169f50aaf25b9 /public/css
parent426a1a69cb73007538336debc31b34c4348e1ba1 (diff)
downloadcms-c9aff025aa7e01badaad8467af6165b400cdaac4.zip
possibilité d'éditer le texte dans header et footer, class JS InputText, Model::findWhateverNode
Diffstat (limited to 'public/css')
-rw-r--r--public/css/body.css4
-rw-r--r--public/css/calendar.css1
-rw-r--r--public/css/foot.css14
-rw-r--r--public/css/head.css12
4 files changed, 18 insertions, 13 deletions
diff --git a/public/css/body.css b/public/css/body.css
index 95f30d4..8ad3a52 100644
--- a/public/css/body.css
+++ b/public/css/body.css
@@ -188,7 +188,7 @@ button .action_icon:hover
188{ 188{
189 margin-right: 2px; 189 margin-right: 2px;
190} 190}
191section button, section input[type=submit] 191button, section input[type=submit]
192{ 192{
193 color: #ff1d04; 193 color: #ff1d04;
194 font-size: medium; 194 font-size: medium;
@@ -196,7 +196,7 @@ section button, section input[type=submit]
196 background-color: white; 196 background-color: white;
197 border: lightgrey 2px outset; /* rend identiques les boutons firefox et chromium */ 197 border: lightgrey 2px outset; /* rend identiques les boutons firefox et chromium */
198} 198}
199section button:hover, section input[type=submit]:hover 199button:hover, section input[type=submit]:hover
200{ 200{
201 background-color: yellow; 201 background-color: yellow;
202 border-radius: 4px; 202 border-radius: 4px;
diff --git a/public/css/calendar.css b/public/css/calendar.css
index 2ff5640..d011f03 100644
--- a/public/css/calendar.css
+++ b/public/css/calendar.css
@@ -10,7 +10,6 @@
10#calendar_zone{ 10#calendar_zone{
11 display: flex; 11 display: flex;
12 gap: 5px; 12 gap: 5px;
13 /*padding: 15px;*/
14 max-width: 1170px; 13 max-width: 1170px;
15} 14}
16#calendar{ 15#calendar{
diff --git a/public/css/foot.css b/public/css/foot.css
index ad86305..8d0a94d 100644
--- a/public/css/foot.css
+++ b/public/css/foot.css
@@ -11,11 +11,15 @@ footer
11} 11}
12footer > div 12footer > div
13{ 13{
14 margin: auto;
15 max-width: 1200px; 14 max-width: 1200px;
16 display: flex; 15 display: flex;
17 justify-content: space-around; 16 justify-content: space-around;
18} 17}
18
19.contact
20{
21 margin: 16px 0; /* alignement avec la <p> autour du logo */
22}
19.contact a 23.contact a
20{ 24{
21 color: unset; 25 color: unset;
@@ -69,11 +73,6 @@ footer > div
69 margin: 0 3px; 73 margin: 0 3px;
70}*/ 74}*/
71 75
72.contact
73{
74 padding: 0 15px;
75}
76
77.footer_logo img 76.footer_logo img
78{ 77{
79 max-width: 288px; 78 max-width: 288px;
@@ -115,8 +114,7 @@ footer > div
115} 114}
116.logged_out 115.logged_out
117{ 116{
118 /*display: none;*/ 117 justify-content: start; /* écrase le space-around dans footer > div */
119 justify-content: start;
120} 118}
121.logged_out a 119.logged_out a
122{ 120{
diff --git a/public/css/head.css b/public/css/head.css
index be938bb..b173077 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -24,6 +24,8 @@ header
24 grid-template-columns: 1fr 1fr 1fr; 24 grid-template-columns: 1fr 1fr 1fr;
25 align-items: end; 25 align-items: end;
26} 26}
27/*.header_left_col
28{}*/
27@media screen and (max-width: 1000px){ 29@media screen and (max-width: 1000px){
28 .header-content{ 30 .header-content{
29 padding: 18px 0; 31 padding: 18px 0;
@@ -36,7 +38,7 @@ header
36 display: block; 38 display: block;
37 padding: 18px; 39 padding: 18px;
38 } 40 }
39 .head_logo 41 #header_logo
40 { 42 {
41 display: none; 43 display: none;
42 } 44 }
@@ -74,12 +76,18 @@ header a
74 color: unset; /* ne plus hériter */ 76 color: unset; /* ne plus hériter */
75 text-decoration: none; 77 text-decoration: none;
76} 78}
79#edit_favicon_zone
80{
81 margin-bottom: 10px;
82}
83/*.header_right_col
84{}*/
77.social 85.social
78{ 86{
79 /*align-self: end;*/ 87 /*align-self: end;*/
80 /*padding: 4px;*/ 88 /*padding: 4px;*/
81} 89}
82.social img 90.social a img
83{ 91{
84 width: 25px; 92 width: 25px;
85 background-color: #ffffffb3; 93 background-color: #ffffffb3;