MediaWiki:Common.css: Difference between revisions

Hopefully these rules are no longer necessary
Tags: Mobile web edit Advanced mobile edit
protection indicator stuff
Line 36: Line 36:
     display: none;
     display: none;
}
}
/* Built-in protection indicators */
#mw-indicator-protection-sysop > a.mw-protection-indicator-icon--lock {
    background-color: rgba(0,0,0,0);
    mask-image: none !important;
    background-image: url('https://uploads.wickedgov.org/thumb/4/44/Full-protection-shackle.svg/30px-Full-protection-shackle.svg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#mw-indicator-protection-autoconfirmed > a.mw-protection-indicator-icon--lock {
    background-color: rgba(0,0,0,0);
    mask-image: none !important;
    background-image: url('https://uploads.wickedgov.org/thumb/1/1b/Semi-protection-shackle.svg/30px-Semi-protection-shackle.svg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#mw-indicator-protection-editextendedprotected > a.mw-protection-indicator-icon--lock {
    background-color: rgba(0,0,0,0);
    mask-image: none !important;
    background-image: url('https://uploads.wickedgov.org/thumb/8/8c/Extended-protection-shackle.svg/30px-Extended-protection-shackle.svg.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#mw-indicator-protection-editofficeprotected > a.mw-protection-indicator-icon--lock {
    background-color: rgba(0,0,0,0);
    mask-image: none !important;
    background-image: url('https://uploads.wickedgov.org/thumb/6/62/Office-protection-shackle.svg/30px-Office-protection-shackle.svg.png');
    background-repeat: no-repeat;
    background-size: contain;
}


/* Infoboxes */
/* Infoboxes */