Template:Element/styles.css

From Soul's Remnant Wiki
Jump to navigation Jump to search
.default a {
	color: rgb(255, 255, 255);
	border: #000;
}

.fire-text a {
	color: white;
	text-shadow: 
		-2px 1px 0 #ff4d1a,
		-2px 0px 0 #ff4d1a,
		-1px 2px 0 #ff4d1a,
		 2px -1px 0 #ff4d1a,
		 2px 0px 0 #ff4d1a,
		 1px -2px 0 #ff4d1a,
		 2px -1px 0 #ff4d1a,
		 0px -2px 0 #ff4d1a,
		-1px -2px 0 #ff4d1a,
		 2px 1px 0 #ff4d1a,
		 0px 2px 0 #ff4d1a,
		 1px 2px 0 #ff4d1a;
} /* FIRE WEAK */

.t2 a, .t3 a {
	color: rgb(192, 192, 192); /* GREY */
}

.t4 a, .t5 a {
	color: rgb(0, 120, 72); /* GREEN */
}

.t6 a, .t7 a {
	color: rgb(112, 38, 112); /* PURPLE */
}

.t8 a, .t9 a {
	color: rgb(0, 119, 182); /* BLUE */
}

.t10 a {
	color: rgb(128, 0, 0); /* RED */
}

.legendary a {
	color: rgb(255, 226, 52); /* YELLOW */
}

.default:hover a {
	color: #90D5FF;
}