User:TheLegendaryOrb/vector.css: Difference between revisions

From TestWiki
Content added Content deleted
(change gradient)
(gradient link underline)
 
Line 1: Line 1:
a[href$=":TheLegendaryOrb"]:not(#pt-userpage a), a[href$="/TheLegendaryOrb"], #pt-userpage a span {
a[href$=":TheLegendaryOrb"]:not(#pt-userpage a), a[href$="/TheLegendaryOrb"], #pt-userpage a span {
background-image: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
background-clip: text;
background-clip: text;
-webkit-background-clip: text;
-webkit-background-clip: text;
color: transparent;
color: transparent;
font-weight: bold;
font-weight: bold;
position: relative;
padding-bottom: 2px;
text-decoration: none;
}

#pt-userpage a {
text-decoration: none;
}

a[href$=":TheLegendaryOrb"]:not(#pt-userpage a):hover::after, a[href$="/TheLegendaryOrb"]:hover::after, #pt-userpage a span:hover::after {
content: "";
position: absolute;
bottom: 2px;
left: 0;
height: 1px;
width: 100%;
background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
}
}

Latest revision as of 02:54, 18 July 2023

a[href$=":TheLegendaryOrb"]:not(#pt-userpage a), a[href$="/TheLegendaryOrb"], #pt-userpage a span {
	background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold;
	position: relative;
	padding-bottom: 2px;
	text-decoration: none;
}

#pt-userpage a {
	text-decoration: none;
}

a[href$=":TheLegendaryOrb"]:not(#pt-userpage a):hover::after, a[href$="/TheLegendaryOrb"]:hover::after, #pt-userpage a span:hover::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, #fb7185, #d946ef, #6366f1);
}