aboutsummaryrefslogtreecommitdiff
path: root/public/css/head.css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-10-28 10:11:08 +0100
committerpolo <ordipolo@gmx.fr>2025-10-28 10:11:08 +0100
commit0ac8f8d12f117e458271c961b303d3c47f4ead9d (patch)
tree30dcd78bef194c4366f8e70c4bf85d3eba3609b9 /public/css/head.css
parent959527bb712fcd05351d8b4b52ff17786baad454 (diff)
downloadcms-0ac8f8d12f117e458271c961b303d3c47f4ead9d.zip
classes Input plus adaptables, séparation des rôles
Diffstat (limited to 'public/css/head.css')
-rw-r--r--public/css/head.css70
1 files changed, 47 insertions, 23 deletions
diff --git a/public/css/head.css b/public/css/head.css
index dab81a8..c178d3a 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -21,33 +21,24 @@ header
21{ 21{
22 max-height: 24px; 22 max-height: 24px;
23} 23}
24 24.header_additional_inputs
25{
26 display: flex;
27 flex-wrap: wrap;
28 justify-content: space-evenly;
29 align-items: center;
30 margin-top: 10px;
31}
25.header_content 32.header_content
26{ 33{
27 padding: 20px 0; 34 margin-top: 10px;
35 padding-bottom: 20px;
28 display: grid; 36 display: grid;
29 grid-template-columns: 1fr 1fr 1fr; 37 grid-template-columns: 1fr 1fr 1fr;
30 align-items: end; 38 align-items: end;
31} 39}
32/*.header_left_col 40/*.header_left_col
33{}*/ 41{}*/
34@media screen and (max-width: 1000px){
35 .header_content{
36 padding: 18px 0;
37 }
38}
39@media screen and (max-width: 450px){
40 .header_content
41 {
42 /*grid-template-columns: 1fr 2fr 1fr;*/
43 display: block;
44 padding: 18px;
45 }
46 #header_logo
47 {
48 display: none;
49 }
50}
51 42
52.header_center_col 43.header_center_col
53{ 44{
@@ -73,7 +64,7 @@ header h2
73header img 64header img
74{ 65{
75 vertical-align: bottom; /* supprime espace sous l'image */ 66 vertical-align: bottom; /* supprime espace sous l'image */
76 max-width: 150px; 67 max-width: 180px;
77 max-height: 100px; 68 max-height: 100px;
78} 69}
79header a 70header a
@@ -83,13 +74,46 @@ header a
83} 74}
84/*.header_right_col 75/*.header_right_col
85{}*/ 76{}*/
86#header_social img 77#header_social
78{
79 display: flex;
80 justify-content: center;
81}
82#header_social_content img
87{ 83{
88 width: 28px; 84 width: 28px;
89 background-color: rgba(255, 255, 255, 0.7); 85 background-color: #ffffffb3;
90 border-radius: 50%; 86 border-radius: 50%;
91} 87}
92#header_social img:hover 88
89#header_social_content img:hover
93{ 90{
94 background-color: yellow; 91 background-color: yellow;
92}
93#header_social_input
94{
95 background-color: #ffffff7f;
96 border-radius: 10px;
97 padding: 5px;
98}
99
100@media screen and (max-width: 1000px){
101 .header_content{
102 padding: 15px 0;
103 }
104 header img
105 {
106 max-width: 160px;
107 }
108}
109@media screen and (max-width: 500px){
110 .header_content
111 {
112 display: block;
113 padding: 10px;
114 }
115 #header_logo
116 {
117 display: none;
118 }
95} \ No newline at end of file 119} \ No newline at end of file