diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-22 15:28:02 +0200 |
| commit | c9aff025aa7e01badaad8467af6165b400cdaac4 (patch) | |
| tree | c6e56a3f13db401c9f75bf9f8e4169f50aaf25b9 /public/css/head.css | |
| parent | 426a1a69cb73007538336debc31b34c4348e1ba1 (diff) | |
| download | cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.gz cms-c9aff025aa7e01badaad8467af6165b400cdaac4.tar.bz2 cms-c9aff025aa7e01badaad8467af6165b400cdaac4.zip | |
possibilité d'éditer le texte dans header et footer, class JS InputText, Model::findWhateverNode
Diffstat (limited to 'public/css/head.css')
| -rw-r--r-- | public/css/head.css | 12 |
1 files changed, 10 insertions, 2 deletions
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; |
