diff options
Diffstat (limited to 'public/css/foot.css')
-rw-r--r-- | public/css/foot.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/foot.css b/public/css/foot.css index dd9b953..0eb250e 100644 --- a/public/css/foot.css +++ b/public/css/foot.css | |||
@@ -28,7 +28,7 @@ footer > div | |||
28 | padding: 0 2px; | 28 | padding: 0 2px; |
29 | /*background-color: #13aff0ff; | 29 | /*background-color: #13aff0ff; |
30 | border-bottom: 3px #fadb11 solid;*/ | 30 | border-bottom: 3px #fadb11 solid;*/ |
31 | background-color: #ffff00; | 31 | background-color: yellow; |
32 | /*border-bottom: 2px #00a8f3 solid;*/ | 32 | /*border-bottom: 2px #00a8f3 solid;*/ |
33 | border-bottom: 2px #ff1d04 solid; | 33 | border-bottom: 2px #ff1d04 solid; |
34 | } | 34 | } |
@@ -58,7 +58,7 @@ footer > div | |||
58 | { | 58 | { |
59 | /*background-color: #13aff0; | 59 | /*background-color: #13aff0; |
60 | border-bottom: 3px #fadb11 solid;*/ | 60 | border-bottom: 3px #fadb11 solid;*/ |
61 | background-color: #ffff00; | 61 | background-color: yellow; |
62 | /*border-bottom: 2px #00a8f3 solid;*/ | 62 | /*border-bottom: 2px #00a8f3 solid;*/ |
63 | border-bottom: 2px #ff1d04 solid; | 63 | border-bottom: 2px #ff1d04 solid; |
64 | } | 64 | } |
@@ -131,7 +131,7 @@ footer > div | |||
131 | /*height: 70px;*/ | 131 | /*height: 70px;*/ |
132 | width: 100%; | 132 | width: 100%; |
133 | margin: auto; | 133 | margin: auto; |
134 | background-color: #ffff00; | 134 | background-color: yellow; |
135 | position: fixed; | 135 | position: fixed; |
136 | bottom: 0px; | 136 | bottom: 0px; |
137 | z-index: 1; /* augmenter la valeur si nécessaire */ | 137 | z-index: 1; /* augmenter la valeur si nécessaire */ |
@@ -149,7 +149,7 @@ footer > div | |||
149 | .logged_in button:hover | 149 | .logged_in button:hover |
150 | { | 150 | { |
151 | cursor: pointer; /* curseur qui touche du doigt */ | 151 | cursor: pointer; /* curseur qui touche du doigt */ |
152 | background-color: #ffff00; | 152 | background-color: yellow; |
153 | border-radius: 4px; | 153 | border-radius: 4px; |
154 | } | 154 | } |
155 | .modif_mode | 155 | .modif_mode |