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 (talk | contribs)
No edit summary
Joshcat (talk | contribs)
eh
Line 2: Line 2:
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://vignette4.wikia.nocookie.net/growtopia/images/5/5f/Rsz_screen_shot_2016-10-24_at_71438_pm.png) center left no-repeat;
     padding-left: 17px;
     padding-left: 17px;
}
}
Line 10: Line 10:
a[href$=":RedboneBits"],
a[href$=":RedboneBits"],
a[href$="/RedboneBits"] {
a[href$="/RedboneBits"] {
     color: #5eef5e !important;
     color: #ec2dff !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
}
}
Line 16: Line 16:
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]:after,
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]:after,
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after {
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after {
     color: #5eef5e !important;
     color: #ec2dff !important;
     content: "bureaucrat" !important;
     content: "bureaucrat" !important;
     font-family: Nunito;
     font-family: Nunito;
Line 29: Line 29:
a[href="/wiki/User:LightSwitch"],
a[href="/wiki/User:LightSwitch"],
a[href="/wiki/User:TheKill69"] {
a[href="/wiki/User:TheKill69"] {
     background: url(http://vignette2.wikia.nocookie.net/growtopia/images/8/8e/Rsz_screen_shot_2016-10-24_at_45140_pm.png/revision/latest?cb=20161024055748) center left no-repeat;
     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;
     padding-left: 17px;
     padding-left: 17px;
}
}
Line 41: Line 41:
a[href$=":TheKill69"],
a[href$=":TheKill69"],
a[href$="/TheKill69"] {
a[href$="/TheKill69"] {
     color: #71d0ec !important;
     color: #2dff80 !important;
     font-weight: 700 !important;
     font-weight: 700 !important;
}
}
Line 49: Line 49:
.Wall .edited-by a.subtle[href$="Wall:LightSwitch"]:after,
.Wall .edited-by a.subtle[href$="Wall:LightSwitch"]:after,
.Wall .edited-by a.subtle[href$="Wall:TheKill69"]:after {
.Wall .edited-by a.subtle[href$="Wall:TheKill69"]:after {
     color: #71d0ec !important;
     color: #2dff80 !important;
     content: "administrator" !important;
     content: "administrator" !important;
     font-family: Nunito;
     font-family: Nunito;

Revision as of 08:31, 24 October 2016

/** Bureaucrats **/
a[href="/wiki/User:Librarian_Bird"],
a[href="/wiki/User:RedboneBits"] {
    background: url(http://vignette4.wikia.nocookie.net/growtopia/images/5/5f/Rsz_screen_shot_2016-10-24_at_71438_pm.png) center left no-repeat;
    padding-left: 17px;
}
 
a[href$=":Librarian_Bird"],
a[href$="/Librarian_Bird"],
a[href$=":RedboneBits"],
a[href$="/RedboneBits"] {
    color: #ec2dff !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: #ec2dff !important;
    content: "bureaucrat" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}
 
/** Administrators **/
a[href="/wiki/User:BlueDwarf"],
a[href="/wiki/User:Joshcat"],
a[href="/wiki/User:LightSwitch"],
a[href="/wiki/User:TheKill69"] {
    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;
    padding-left: 17px;
}
 
a[href$=":BlueDawrf"],
a[href$="/BlueDwarf"],
a[href$=":Joshcat"],
a[href$="/Joshcat"],
a[href$=":LightSwitch"],
a[href$="/LightSwitch"],
a[href$=":TheKill69"],
a[href$="/TheKill69"] {
    color: #2dff80 !important;
    font-weight: 700 !important;
}
 
.Wall .edited-by a.subtle[href$="Wall:BlueDwarf"]:after,
.Wall .edited-by a.subtle[href$="Wall:Joshcat"]:after,
.Wall .edited-by a.subtle[href$="Wall:LightSwitch"]:after,
.Wall .edited-by a.subtle[href$="Wall:TheKill69"]:after {
    color: #2dff80 !important;
    content: "administrator" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}