| Server IP : 121.121.20.254 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/KnowledgeBase/wp-content/plugins/kadence/assets/css/src/ |
Upload File : |
a {
color: var(--global-palette-highlight);
transition: all .1s linear;
}
a:hover,
a:focus,
a:active {
color: var(--global-palette-highlight-alt);
}
a:hover,
a:active {
outline: 0;
}
.inner-link-style-plain a:not(.button), .widget-area.inner-link-style-plain a:not(.button) {
text-decoration: none;
}
.inner-link-style-normal a:not(.button), .widget-area.inner-link-style-normal a:not(.button) {
text-decoration: underline;
}
.link-style-no-underline .entry-content {
p > a, strong > a, em > a, > ul a, a {
text-decoration: none;
&:hover {
text-decoration: none;
}
}
}
.link-style-color-underline .entry-content {
p a, strong > a, em > a, > ul a, > ol a {
color:inherit;
text-decoration: underline;
text-decoration-color:var(--global-palette-highlight);
&:hover {
color: var(--global-palette-highlight);
}
}
}
.link-style-hover-background .entry-content {
p a, strong > a, em > a, > ul a, > ol a {
color: var(--global-palette-highlight);
text-decoration: none;
background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
background-position: 0% 100%;
background-repeat: no-repeat;
background-size: 100% 1px;
&:hover {
color: var(--global-palette-highlight-alt2);
text-decoration: none;
background-size: 100% 100%;
}
}
}
.link-style-offset-background .entry-content {
p a, strong > a, em > a, > ul a, > ol a {
color:inherit;
text-decoration: none;
background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));
background-repeat: no-repeat;
background-position: 4px bottom;
background-size: 100% 10px;
&:hover {
color:inherit;
text-decoration: none;
background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt));
}
}
}