diff options
| author | polo <ordipolo@gmx.fr> | 2025-10-26 22:48:49 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-10-26 22:48:49 +0100 |
| commit | 959527bb712fcd05351d8b4b52ff17786baad454 (patch) | |
| tree | 459f66a07e443a971930e5aa3bce257c33079f20 /public/css/head.css | |
| parent | e73ea91a5999dc2cbadc00dfda18c839ef1a158b (diff) | |
| download | cms-959527bb712fcd05351d8b4b52ff17786baad454.zip | |
modification du nom et plus seulement de l'URL des entrées "URL" du menu, header/footer: renommage de classes et input absents du HTML sans être adminHEADmain
Diffstat (limited to 'public/css/head.css')
| -rw-r--r-- | public/css/head.css | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/public/css/head.css b/public/css/head.css index 4206044..dab81a8 100644 --- a/public/css/head.css +++ b/public/css/head.css | |||
| @@ -49,7 +49,7 @@ header | |||
| 49 | } | 49 | } |
| 50 | } | 50 | } |
| 51 | 51 | ||
| 52 | .site_title | 52 | .header_center_col |
| 53 | { | 53 | { |
| 54 | background-color: #ffffff7f; | 54 | background-color: #ffffff7f; |
| 55 | border-radius: 10px; | 55 | border-radius: 10px; |
| @@ -81,25 +81,15 @@ header a | |||
| 81 | color: unset; /* ne plus hériter */ | 81 | color: unset; /* ne plus hériter */ |
| 82 | text-decoration: none; | 82 | text-decoration: none; |
| 83 | } | 83 | } |
| 84 | .editing_zone > div | ||
| 85 | { | ||
| 86 | /*display: inline;*/ /* à l'ancienne */ | ||
| 87 | } | ||
| 88 | /*.header_right_col | 84 | /*.header_right_col |
| 89 | {}*/ | 85 | {}*/ |
| 90 | .social | 86 | #header_social img |
| 91 | { | ||
| 92 | /*align-self: end;*/ | ||
| 93 | /*padding: 4px;*/ | ||
| 94 | } | ||
| 95 | .social a img | ||
| 96 | { | 87 | { |
| 97 | width: 25px; | 88 | width: 28px; |
| 98 | background-color: #ffffffb3; | 89 | background-color: rgba(255, 255, 255, 0.7); |
| 99 | border-radius: 50%; | 90 | border-radius: 50%; |
| 100 | } | 91 | } |
| 101 | 92 | #header_social img:hover | |
| 102 | .social img:hover | ||
| 103 | { | 93 | { |
| 104 | background-color: yellow; | 94 | background-color: yellow; |
| 105 | } | 95 | } \ No newline at end of file |
