MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
>Joshcat No edit summary |
>FANDOMbot m Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page. |
||
| 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( | background: url(https://vignette.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 31: | Line 31: | ||
a[href="/wiki/User:LightSwitch"], | a[href="/wiki/User:LightSwitch"], | ||
a[href="/wiki/User:TheKill69"] { | a[href="/wiki/User:TheKill69"] { | ||
background: url( | background: url(https://vignette.wikia.nocookie.net/growtopia/images/1/19/Rsz_rsz_screen_shot_2016-10-24_at_35749_pm_1.png) center left no-repeat; | ||
padding-left: 17px; | padding-left: 17px; | ||
} | } | ||
Revision as of 10:25, 10 March 2018
/***** 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(https://vignette.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(https://vignette.wikia.nocookie.net/growtopia/images/1/19/Rsz_rsz_screen_shot_2016-10-24_at_35749_pm_1.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;
}