Jump to content

User:Thatgaypigeon/box/gay/styles.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.userbox.gay {
	display: grid;
	padding: 10px;
	width: max-content;
	position: relative;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(180deg, hsl(167, 90.5%, 29%) 0% 20%, hsl(150.8, 63.5%, 75.3%) 20% 40%, hsl(0, 0%, 100%) 40% 60%, hsl(210.9, 64%, 68.4%) 60% 80%, hsl(262.3, 64.4%, 28.6%) 80% 100%);
	border-radius: 10px;
}

.userbox.gay > .userbox-text {
	display: block;
	padding: 8px 12px;
	position: relative;
	border-radius: 4px;
	/*backdrop-filter: blur(3px) contrast(1.25);*/
}

.userbox.gay span,
.userbox.gay a {
	color: black;
}