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
>Joshcat
just trying something... will revert if fails.
 
>Joshcat
No edit summary
Line 4: Line 4:
a[href="/wiki/User:Librarian_Bird"],
a[href="/wiki/User:Librarian_Bird"],
a[href="/wiki/User:RedboneBits"] {
a[href="/wiki/User:RedboneBits"] {
     background: url(http://vignette4.wikia.nocookie.net/growtopia/images/c/ce/Rsz_screen_shot_2016-10-24_at_35749_pm_%281%29.png) center left no-repeat;
     background: url(http://vignette2.wikia.nocookie.net/steven-universe/images/c/c9/Peridotgem15x15.png) center left no-repeat;
     padding-left: 17px;
     padding-left: 17px;
}
}

Revision as of 05:32, 24 October 2016

/***** CSS placed here will be applied to all skins on the entire site. *****/
/*=========================== Userlinks ===========================*/
/** Bureaucrats **/
a[href="/wiki/User:Librarian_Bird"],
a[href="/wiki/User:RedboneBits"] {
    background: url(http://vignette2.wikia.nocookie.net/steven-universe/images/c/c9/Peridotgem15x15.png) center left no-repeat;
    padding-left: 17px;
}
 
a[href$=":Librarian_Bird"],
a[href$="/Librarian_Bird"],
a[href$=":RedboneBits"],
a[href$="/RedboneBits"] {
    color: #5EEF5E !important;
    font-weight: 700 !important;
}
 
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]:after,
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after {
    color: #5EEF5E !important;
    content: "bureaucrat" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}