diff options
Diffstat (limited to 'public/css/foot.css')
| -rw-r--r-- | public/css/foot.css | 39 |
1 files changed, 28 insertions, 11 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index 038d33b..023a0f2 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
| @@ -6,7 +6,7 @@ footer | |||
| 6 | background-color: #B7E9FE; | 6 | background-color: #B7E9FE; |
| 7 | /*width: 1200px;*/ | 7 | /*width: 1200px;*/ |
| 8 | margin: auto; | 8 | margin: auto; |
| 9 | padding: 0 20px; | 9 | /*padding: 0 20px;*/ |
| 10 | 10 | ||
| 11 | } | 11 | } |
| 12 | footer > div | 12 | footer > div |
| @@ -39,7 +39,7 @@ footer > div | |||
| 39 | /*max-width: 45%;*/ | 39 | /*max-width: 45%;*/ |
| 40 | /*margin-right: 10px;*/ | 40 | /*margin-right: 10px;*/ |
| 41 | /*margin: 16px 0;*/ /* = p */ | 41 | /*margin: 16px 0;*/ /* = p */ |
| 42 | padding: 10px; | 42 | padding: 15px; |
| 43 | list-style: none; /* retirer les puces */ | 43 | list-style: none; /* retirer les puces */ |
| 44 | font-size: small; | 44 | font-size: small; |
| 45 | text-align: right; | 45 | text-align: right; |
| @@ -69,6 +69,11 @@ footer > div | |||
| 69 | margin: 0 3px; | 69 | margin: 0 3px; |
| 70 | }*/ | 70 | }*/ |
| 71 | 71 | ||
| 72 | .contact | ||
| 73 | { | ||
| 74 | padding: 0 15px; | ||
| 75 | } | ||
| 76 | |||
| 72 | .footer_logo img | 77 | .footer_logo img |
| 73 | { | 78 | { |
| 74 | max-width: 288px; | 79 | max-width: 288px; |
| @@ -85,6 +90,7 @@ footer > div | |||
| 85 | footer > div | 90 | footer > div |
| 86 | { | 91 | { |
| 87 | flex-direction: column; | 92 | flex-direction: column; |
| 93 | align-items: center; | ||
| 88 | } | 94 | } |
| 89 | } | 95 | } |
| 90 | 96 | ||
| @@ -95,6 +101,17 @@ footer > div | |||
| 95 | } | 101 | } |
| 96 | 102 | ||
| 97 | /* zone admin */ | 103 | /* zone admin */ |
| 104 | .admin_buttons_zone | ||
| 105 | { | ||
| 106 | margin: 5px; | ||
| 107 | display: flex; | ||
| 108 | flex-wrap: wrap; | ||
| 109 | align-items: center; | ||
| 110 | } | ||
| 111 | .admin_buttons_zone p | ||
| 112 | { | ||
| 113 | margin: 0; | ||
| 114 | } | ||
| 98 | .logged_out | 115 | .logged_out |
| 99 | { | 116 | { |
| 100 | /*display: none;*/ | 117 | /*display: none;*/ |
| @@ -107,23 +124,17 @@ footer > div | |||
| 107 | } | 124 | } |
| 108 | .empty_admin_zone | 125 | .empty_admin_zone |
| 109 | { | 126 | { |
| 110 | height: 32px; | 127 | height: 70px; |
| 111 | } | 128 | } |
| 112 | .logged_in | 129 | .logged_in |
| 113 | { | 130 | { |
| 114 | height: 32px; | 131 | /*height: 70px;*/ |
| 115 | width: 1200px; | 132 | width: 100%; |
| 116 | margin: auto; | 133 | margin: auto; |
| 117 | background-color: #ffff00; | 134 | background-color: #ffff00; |
| 118 | position: fixed; | 135 | position: fixed; |
| 119 | bottom: 0px; | 136 | bottom: 0px; |
| 120 | } | 137 | } |
| 121 | .logged_in > p | ||
| 122 | { | ||
| 123 | margin: 5px 0; | ||
| 124 | display: flex; | ||
| 125 | justify-content: center; | ||
| 126 | } | ||
| 127 | .logged_in button | 138 | .logged_in button |
| 128 | { | 139 | { |
| 129 | margin-left: 5px; | 140 | margin-left: 5px; |
| @@ -132,6 +143,7 @@ footer > div | |||
| 132 | border: lightgrey 2px outset; | 143 | border: lightgrey 2px outset; |
| 133 | border-radius: 4px; | 144 | border-radius: 4px; |
| 134 | background-color: white; | 145 | background-color: white; |
| 146 | margin: 2px; | ||
| 135 | } | 147 | } |
| 136 | .logged_in button:hover | 148 | .logged_in button:hover |
| 137 | { | 149 | { |
| @@ -139,6 +151,11 @@ footer > div | |||
| 139 | background-color: #ffff00; | 151 | background-color: #ffff00; |
| 140 | border-radius: 4px; | 152 | border-radius: 4px; |
| 141 | } | 153 | } |
| 154 | .modif_mode | ||
| 155 | { | ||
| 156 | background-color: #ffae1a; /* orange clair soupe de poisson */ | ||
| 157 | } | ||
| 158 | |||
| 142 | 159 | ||
| 143 | .toast { | 160 | .toast { |
| 144 | visibility: hidden; | 161 | visibility: hidden; |
