MediaWiki:Timeless.css: Difference between revisions

From VRChat Wiki
(Adding icon border shadow)
 
mNo edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
.qm-icon:before {
.qm-icon:before {
filter: drop-shadow(0px .5px 1px #222);
filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.25));
}
}

Revision as of 09:50, 28 July 2024

/* All CSS here will be loaded for users of the Timeless skin */
.qm-icon:before {
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.25));
}