MediaWiki:Common.css

From The Last Dimension
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}