MediaWiki:ProtectionIndicatorCustom.css: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
(Created page with "protectionindicator-sysop-edit { background-image: linear-gradient(transparent,transparent),url("https://upload.wikimedia.org/wikipedia/en/thumb/4/44/Full-protection-shackle.svg/64px-Full-protection-shackle.svg.png"); }")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
protectionindicator-sysop-edit {
.protectionindicator-sysop-edit {
background-image: linear-gradient(transparent,transparent),url("https://upload.wikimedia.org/wikipedia/en/thumb/4/44/Full-protection-shackle.svg/64px-Full-protection-shackle.svg.png");
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");
}
.protectionindicator-autoconfirmed-edit {
background-image: linear-gradient(transparent,transparent),url("https://upload.wikimedia.org/wikipedia/en/1/1b/Semi-protection-shackle.svg");
}
}

Latest revision as of 01:55, 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");
}
.protectionindicator-autoconfirmed-edit {
background-image: linear-gradient(transparent,transparent),url("https://upload.wikimedia.org/wikipedia/en/1/1b/Semi-protection-shackle.svg");
}