MediaWiki:ProtectionIndicatorCustom.css: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
.protectionindicator-sysop-edit {
.protectionindicator-sysop-edit {
background-image: linear-gradient(transparent,transparent),url("weegeepie.com/w/fullprot.svg");
background-image: linear-gradient(transparent,transparent),url("https://weegeepie.com/w/fullprot.svg");
}
}
.protectionindicator-sysop-move {
.protectionindicator-sysop-move {
background-image: linear-gradient(transparent,transparent),url("weegeepie.com/w/moveprot.svg");
background-image: linear-gradient(transparent,transparent),url("https://weegeepie.com/w/moveprot.svg");
}
}

Revision as of 01:38, 31 December 2023

.protectionindicator-sysop-edit {
background-image: linear-gradient(transparent,transparent),url("https://weegeepie.com/w/fullprot.svg");
}
.protectionindicator-sysop-move {
background-image: linear-gradient(transparent,transparent),url("https://weegeepie.com/w/moveprot.svg");
}