diff options
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/head.css | 22 | ||||
| -rw-r--r-- | public/css/menu.css | 12 |
2 files changed, 10 insertions, 24 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 |
diff --git a/public/css/menu.css b/public/css/menu.css index ac77d50..0dfb840 100644 --- a/public/css/menu.css +++ b/public/css/menu.css | |||
| @@ -58,7 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | .menu button | 59 | .menu button |
| 60 | { | 60 | { |
| 61 | margin: 5px; | 61 | margin: 4px 0; |
| 62 | } | 62 | } |
| 63 | .menu_entry_checkbox | 63 | .menu_entry_checkbox |
| 64 | { | 64 | { |
| @@ -109,15 +109,11 @@ | |||
| 109 | flex-wrap: wrap; | 109 | flex-wrap: wrap; |
| 110 | align-items: center; | 110 | align-items: center; |
| 111 | } | 111 | } |
| 112 | .menu .url | 112 | .menu .url_content input |
| 113 | { | ||
| 114 | text-wrap: nowrap; | ||
| 115 | } | ||
| 116 | .menu .url input[type=url] | ||
| 117 | { | 113 | { |
| 118 | width: 50%; | 114 | width: 50%; |
| 119 | } | 115 | } |
| 120 | 116 | ||
| 121 | @media screen and (min-width: 80rem) { | 117 | /*@media screen and (min-width: 80rem) { |
| 122 | i{} | 118 | i{} |
| 123 | } \ No newline at end of file | 119 | }*/ \ No newline at end of file |
