Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Wikia.css: Difference between revisions

MediaWiki interface page
m Added position: specifier for sprites
Joshcat (talk | contribs)
No edit summary
Line 27: Line 27:
.growsprite > span {
.growsprite > span {
     position: relative;
     position: relative;
}
/** Bureaucrats **/
a[href="/wiki/User:RedboneBits"],
a[href="/wiki/User:Librarian_Bird"] {
    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$=":RedboneBits"],
a[href$="/RedboneBits"],
a[href$=":Librarian_Bird"],
a[href$="/Librarian_Bird"] {
    color: #ec2dff !important;
    font-weight: 700 !important;
}
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after,
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]: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://vignette1.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$=":BlueDwarf"],
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: "Admin" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}
}

Revision as of 14:05, 24 October 2016

/* CSS here will be applied to the main Wikia theme */

/* Body background */
body {
   background: #60D7F2 url('http://www.growtopiagame.com/images/background.png') center bottom fixed repeat-x !important;
}

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

.growsprite {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    height: 32px;
    width: 32px;
}

.growsprite > span {
    position: relative;
}


/** Bureaucrats **/
a[href="/wiki/User:RedboneBits"],
a[href="/wiki/User:Librarian_Bird"] {
    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$=":RedboneBits"],
a[href$="/RedboneBits"],
a[href$=":Librarian_Bird"],
a[href$="/Librarian_Bird"] {
    color: #ec2dff !important;
    font-weight: 700 !important;
}
 
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after,
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]: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://vignette1.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$=":BlueDwarf"],
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: "Admin" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}