aboutsummaryrefslogtreecommitdiff
path: root/public/css/head.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/head.css')
-rw-r--r--public/css/head.css76
1 files changed, 45 insertions, 31 deletions
diff --git a/public/css/head.css b/public/css/head.css
index 4206044..c178d3a 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -21,35 +21,26 @@ 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.site_title 43.header_center_col
53{ 44{
54 background-color: #ffffff7f; 45 background-color: #ffffff7f;
55 border-radius: 10px; 46 border-radius: 10px;
@@ -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
@@ -81,25 +72,48 @@ header a
81 color: unset; /* ne plus hériter */ 72 color: unset; /* ne plus hériter */
82 text-decoration: none; 73 text-decoration: none;
83} 74}
84.editing_zone > div
85{
86 /*display: inline;*/ /* à l'ancienne */
87}
88/*.header_right_col 75/*.header_right_col
89{}*/ 76{}*/
90.social 77#header_social
91{ 78{
92 /*align-self: end;*/ 79 display: flex;
93 /*padding: 4px;*/ 80 justify-content: center;
94} 81}
95.social a img 82#header_social_content img
96{ 83{
97 width: 25px; 84 width: 28px;
98 background-color: #ffffffb3; 85 background-color: #ffffffb3;
99 border-radius: 50%; 86 border-radius: 50%;
100} 87}
101 88
102.social img:hover 89#header_social_content img:hover
103{ 90{
104 background-color: yellow; 91 background-color: yellow;
105} 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 }
119} \ No newline at end of file