MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
>Joshcat Trying... |
>Joshcat No edit summary |
||
| Line 27: | Line 27: | ||
/** Administrators **/ | /** Administrators **/ | ||
a[href="/wiki/User:Joshcat"] { | |||
a[href="/wiki/User:Joshcat | |||
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://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; | ||
padding-left: 17px; | padding-left: 17px; | ||
} | } | ||
a[href$=":Joshcat"], | a[href$=":Joshcat"], | ||
a[href$="/Joshcat | a[href$="/Joshcat"] { | ||
color: #71d0ec !important; | color: #71d0ec !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
} | } | ||
.Wall .edited-by a.subtle[href$="Wall:Joshcat"]:after { | |||
.Wall .edited-by a.subtle[href$="Wall:Joshcat | |||
color: #71d0ec !important; | color: #71d0ec !important; | ||
content: "administrator" !important; | content: "administrator" !important; | ||
Revision as of 07:30, 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://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$=":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;
}
/** Administrators **/
a[href="/wiki/User:Joshcat"] {
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;
padding-left: 17px;
}
a[href$=":Joshcat"],
a[href$="/Joshcat"] {
color: #71d0ec !important;
font-weight: 700 !important;
}
.Wall .edited-by a.subtle[href$="Wall:Joshcat"]:after {
color: #71d0ec !important;
content: "administrator" !important;
font-family: Nunito;
font-size: 15px;
font-variant: small-caps;
font-weight: 400;
}