✨ Actualiza la última hornada de iconos sociales
This commit is contained in:
parent
78f818fd33
commit
60fdd8eb49
7 changed files with 27 additions and 25 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 58 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue