Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,389: Line 1,389:


.wizlords-class-heading-icon-martial {
.wizlords-class-heading-icon-martial {
mask: url("/mywiki/images/1/1b/martial-heading-icon.svg") center / contain no-repeat;
mask: url("/mywiki/images/7/7e/Martial-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/1/1b/martial-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/7/7e/Martial-heading-icon.svg") center / contain no-repeat;
}
}


.wizlords-class-heading-icon-arcane {
.wizlords-class-heading-icon-arcane {
mask: url("/mywiki/images/a/af/arcane-heading-icon.svg") center / contain no-repeat;
mask: url("/mywiki/images/0/02/Arcane-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/a/af/arcane-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/0/02/Arcane-heading-icon.svg") center / contain no-repeat;
}
}


.wizlords-class-heading-icon-divine {
.wizlords-class-heading-icon-divine {
mask: url("/mywiki/images/f/f9/divine-heading-icon.svg") center / contain no-repeat;
mask: url("/mywiki/images/b/b5/Divine-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/f/f9/divine-heading-icon.svg") center / contain no-repeat;
-webkit-mask: url("/mywiki/images/b/b5/Divine-heading-icon.svg") center / contain no-repeat;
}
}