summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css')
-rw-r--r--public/css/body.css6
-rw-r--r--public/css/foot.css8
-rw-r--r--public/css/form.css2
-rw-r--r--public/css/head.css2
-rw-r--r--public/css/menu.css2
-rw-r--r--public/css/modif_page.css2
-rw-r--r--public/css/nav.css2
-rw-r--r--public/css/new_page.css2
8 files changed, 13 insertions, 13 deletions
diff --git a/public/css/body.css b/public/css/body.css
index eb198e6..c3f518a 100644
--- a/public/css/body.css
+++ b/public/css/body.css
@@ -116,7 +116,7 @@ article .logo2
116} 116}
117.new_content button:hover 117.new_content button:hover
118{ 118{
119 background-color: #ffff00; 119 background-color: yellow;
120 border-radius: 4px; 120 border-radius: 4px;
121} 121}
122article img 122article img
@@ -137,7 +137,7 @@ button .action_icon
137} 137}
138.action_icon:hover 138.action_icon:hover
139{ 139{
140 background-color: #ffff00; 140 background-color: yellow;
141 border-radius: 4px; 141 border-radius: 4px;
142 border: lightgrey 2px outset; 142 border: lightgrey 2px outset;
143 cursor: pointer; 143 cursor: pointer;
@@ -187,7 +187,7 @@ section button
187} 187}
188section button:hover 188section button:hover
189{ 189{
190 background-color: #ffff00; 190 background-color: yellow;
191 border-radius: 4px; 191 border-radius: 4px;
192 cursor: pointer; 192 cursor: pointer;
193} 193}
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
diff --git a/public/css/form.css b/public/css/form.css
index d317360..84c73ac 100644
--- a/public/css/form.css
+++ b/public/css/form.css
@@ -24,7 +24,7 @@
24} 24}
25.form_inputs input[type=submit]:hover 25.form_inputs input[type=submit]:hover
26{ 26{
27 background-color: #ffff00; 27 background-color: yellow;
28 border-radius: 4px; 28 border-radius: 4px;
29 cursor: pointer; 29 cursor: pointer;
30} 30}
diff --git a/public/css/head.css b/public/css/head.css
index eff7de6..a55449a 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -61,5 +61,5 @@ header a
61 61
62.social img:hover 62.social img:hover
63{ 63{
64 background-color: #ffff00; 64 background-color: yellow;
65} 65}
diff --git a/public/css/menu.css b/public/css/menu.css
index 68e2b2a..62e6623 100644
--- a/public/css/menu.css
+++ b/public/css/menu.css
@@ -72,7 +72,7 @@
72} 72}
73.menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover 73.menu #location:hover, .menu input[type=submit]:hover, .move_entry_icon:hover
74{ 74{
75 background-color: #ffff00; 75 background-color: yellow;
76 border-radius: 4px; 76 border-radius: 4px;
77 border: lightgrey 2px outset; 77 border: lightgrey 2px outset;
78 cursor: pointer; 78 cursor: pointer;
diff --git a/public/css/modif_page.css b/public/css/modif_page.css
index 77392d2..d6fc23e 100644
--- a/public/css/modif_page.css
+++ b/public/css/modif_page.css
@@ -19,7 +19,7 @@
19}*/ 19}*/
20.page_modification form input[type=submit]:hover 20.page_modification form input[type=submit]:hover
21{ 21{
22 background-color: #ffff00; 22 background-color: yellow;
23 border-radius: 4px; 23 border-radius: 4px;
24 cursor: pointer; 24 cursor: pointer;
25} 25}
diff --git a/public/css/nav.css b/public/css/nav.css
index 50bf4af..7f47cff 100644
--- a/public/css/nav.css
+++ b/public/css/nav.css
@@ -72,7 +72,7 @@ ul
72/*.sub-menu p:hover*/ 72/*.sub-menu p:hover*/
73.nav_main p:hover 73.nav_main p:hover
74{ 74{
75 background-color: #ffff00; 75 background-color: yellow;
76} 76}
77.drop-right > a > p:after 77.drop-right > a > p:after
78{ 78{
diff --git a/public/css/new_page.css b/public/css/new_page.css
index 0cc067a..29d3ad0 100644
--- a/public/css/new_page.css
+++ b/public/css/new_page.css
@@ -19,7 +19,7 @@
19} 19}
20.new_page #page_location:hover, .new_page input[type=submit]:hover 20.new_page #page_location:hover, .new_page input[type=submit]:hover
21{ 21{
22 background-color: #ffff00; 22 background-color: yellow;
23 border-radius: 4px; 23 border-radius: 4px;
24 border: lightgrey 2px outset; 24 border: lightgrey 2px outset;
25 cursor: pointer; 25 cursor: pointer;