diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 2cea150..06ede3a 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -70,9 +70,10 @@
@@ -148,9 +149,10 @@
diff --git a/public/themes/circlepro/font/fontello.eot b/public/themes/circlepro/font/fontello.eot index 616d586..73715a7 100755 Binary files a/public/themes/circlepro/font/fontello.eot and b/public/themes/circlepro/font/fontello.eot differ diff --git a/public/themes/circlepro/font/fontello.svg b/public/themes/circlepro/font/fontello.svg index ebb7fe0..d1bf4fa 100755 --- a/public/themes/circlepro/font/fontello.svg +++ b/public/themes/circlepro/font/fontello.svg @@ -1,7 +1,7 @@ -Copyright (C) 2024 by original authors @ fontello.com +Copyright (C) 2025 by original authors @ fontello.com @@ -20,6 +20,8 @@ + + diff --git a/public/themes/circlepro/font/fontello.ttf b/public/themes/circlepro/font/fontello.ttf index b684af8..d47f3fa 100755 Binary files a/public/themes/circlepro/font/fontello.ttf and b/public/themes/circlepro/font/fontello.ttf differ diff --git a/public/themes/circlepro/font/fontello.woff b/public/themes/circlepro/font/fontello.woff index a71d268..7ec083a 100755 Binary files a/public/themes/circlepro/font/fontello.woff and b/public/themes/circlepro/font/fontello.woff differ diff --git a/public/themes/circlepro/font/fontello.woff2 b/public/themes/circlepro/font/fontello.woff2 index 82e055a..81705df 100755 Binary files a/public/themes/circlepro/font/fontello.woff2 and b/public/themes/circlepro/font/fontello.woff2 differ diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index b168259..926151d 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -289,12 +289,12 @@ div.wiki .external:after { @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?47049262'); - src: url('../font/fontello.eot?47049262#iefix') format('embedded-opentype'), - url('../font/fontello.woff2?47049262') format('woff2'), - url('../font/fontello.woff?47049262') format('woff'), - url('../font/fontello.ttf?47049262') format('truetype'), - url('../font/fontello.svg?47049262#fontello') format('svg'); + src: url('../font/fontello.eot?46745644'); + src: url('../font/fontello.eot?46745644#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?46745644') format('woff2'), + url('../font/fontello.woff?46745644') format('woff'), + url('../font/fontello.ttf?46745644') format('truetype'), + url('../font/fontello.svg?46745644#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -303,7 +303,7 @@ div.wiki .external:after { font-family: "fontello"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; @@ -327,13 +327,12 @@ div.wiki .external:after { -moz-osx-font-smoothing: grayscale; } -.icon-rss:before { content: '\e800'; } -.icon-mail:before { content: '\e801'; } .icon-blog:before { content: '\e808'; } -.icon-github:before { content: '\f09b'; } -.icon-gitlab:before { content: '\f296'; } .icon-bluesky:before { content: '\e810'; } +.icon-mastodon:before { content: '\e809'; } .icon-linkedin:before { content: '\f318'; } +.icon-sologit:before { content: '\e807'; } +.icon-mail:before { content: '\e801'; } /******************************************************************************* 3. HEADER */ @@ -459,20 +458,22 @@ ul.social-menu > li a span { ul.social-menu > li:hover a { color: #fff !important; } -ul.social-menu .social-link-blog:hover a { +ul.social-menu .social-link-Blog:hover a { background-color: #ffa133; } -ul.social-menu .social-link-bluesky:hover a { +ul.social-menu .social-link-Bluesky:hover a { background-color: #1185fe; } -ul.social-menu .social-link-linkedin:hover a { +ul.social-menu .social-link-Mastodon:hover a { + background-color: #563acc; +} +ul.social-menu .social-link-Linkedin:hover a { background-color: #419cca; } -ul.social-menu .social-link-github:hover a, -ul.social-menu .social-link-gitlab:hover a { +ul.social-menu .social-link-SoloGit:hover a { background-color: #bd2c00; } -ul.social-menu .social-link-mail:hover a { +ul.social-menu .social-link-Mail:hover a { background-color: #9fae37; } #footer ul.social-menu > li a { @@ -1902,9 +1903,6 @@ body.controller-glossary_terms table.term td .wiki p:last-child { #wrapper-top-menu ul.social-menu > li a { color: #fff; } - ul.social-menu > li a { - width: 24px; - } ul.social-menu > li a:hover { background: transparent !important; }