MediaWiki:Common.css: Difference between revisions

From The Last Dimension
Jump to navigationJump to search
Content added Content deleted
(:3)
(change category rendering)
 
Line 33: Line 33:
background-position: 0 30em;
background-position: 0 30em;
}
}
}

.after-portlet.after-portlet-category-normal {
display: none;
}
}

Latest revision as of 04:27, 10 May 2024

/* CSS placed here will be applied to all skins */
@font-face { 
	font-family: 'Meerkle-sans';
	src: url('https://static.miraheze.org/thelastdimensionwiki/c/c6/Meerkle-sans.ttf') format("truetype");
}

.meerkle {
	font-family: 'Meerkle-sans';
}

[href="/wiki/User:VivianVerdant"],
[href="/wiki/User:Lividjava"] {
	background: linear-gradient(
		#fd004c 16.7%,
		#fe9000 16.7%,
		#fe9000 33.4%,
		#fff020 33.4%,
		#fff020 50.1%,
		#3edf4b 50.1%,
		#3edf4b 66.8%,
		#3363ff 66.8%,
		#3363ff 83.5%,
		#b102b7 83.5%
	);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 0.04em black;
	animation: rainbow 50s linear infinite;
}
@keyframes rainbow {
	100% {
		background-position: 0 30em;
	}
}

.after-portlet.after-portlet-category-normal {
	display: none;
}