aboutsummaryrefslogtreecommitdiff
path: root/public/css/head.css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-11-01 17:54:22 +0100
committerpolo <ordipolo@gmx.fr>2025-11-01 17:54:22 +0100
commit46d3c239a7ad2b00e86373f2fd0e829fdcba57f7 (patch)
tree054d8e5d3c43bcfc587bb5308e6d2a444eec54bf /public/css/head.css
parentf33135c5d36d0e747d07773919ae0bc84cbceac1 (diff)
downloadcms-46d3c239a7ad2b00e86373f2fd0e829fdcba57f7.tar.gz
cms-46d3c239a7ad2b00e86373f2fd0e829fdcba57f7.tar.bz2
cms-46d3c239a7ad2b00e86373f2fd0e829fdcba57f7.zip
utilisation des icônes SVG du dépôt twbs/bootstrap-icons pour les réseaux sociaux, amélioration du CSS
Diffstat (limited to 'public/css/head.css')
-rw-r--r--public/css/head.css30
1 files changed, 26 insertions, 4 deletions
diff --git a/public/css/head.css b/public/css/head.css
index 1844f93..1b805fe 100644
--- a/public/css/head.css
+++ b/public/css/head.css
@@ -86,12 +86,34 @@ header a
86 display: flex; 86 display: flex;
87 gap: 4px; 87 gap: 4px;
88 flex-wrap: wrap; 88 flex-wrap: wrap;
89 margin: 4px;
89} 90}
90#header_social_content a img 91#header_social_content > div{
92 margin: auto;
93 background-color: #ffffff7f;
94}
95#header_social_content a:hover
96{
97 background-color: yellow;
98}
99#header_social_content > div, #header_social_content a:hover
100{
101 border-radius: 10px;
102}
103#header_social_content a
104{
105 padding: 2px;
106 display: inline-flex; /* flex pour que la taille de élément dépende de ses enfants, inline pour que <a> este inline */
107 vertical-align: bottom;
108}
109#header_social_content a svg
110{
111 width: 24px;
112 height: 24px;
113}
114.svg_fill_red
91{ 115{
92 width: 28px; 116 fill: #dd3333;
93 background-color: #ffffffb3;
94 border-radius: 50%;
95} 117}
96#header_social_content .action_icon 118#header_social_content .action_icon
97{ 119{