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
LightSwitch (talk | contribs)
No edit summary
NekoPillow (talk | contribs)
Using Common.css instead
 
(244 intermediate revisions by 5 users not shown)
Line 1: Line 1:
/* CSS here will be applied to the main Wikia theme */


/* Body background */
body.mediawiki {
  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;
}
/** Founder **/
a[href="/wiki/User:SpaceManiac"] {
    background: url(http://vignette4.wikia.nocookie.net/growtopia/images/5/5d/Legendaryorbthingfounder.png/revision/latest?cb=20170217131209) center left no-repeat;
    padding-left: 17px;
   
}
a[href$=":SpaceManiac"],
a[href$="/SpaceManiac"] {
    color: #f8ba00 !important;
    font-weight: bold !important;
}
.Wall .edited-by a.subtle[href$="Wall:SpaceManiac"]:after {
    color: #f8ba00 !important;
    content: "founder" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}
/** Bureaucrats **/
a[href="/wiki/User:RedboneBits"],
a[href="/wiki/User:Librarian_Bird"],
a[href="/wiki/User:LightSwitch"] {
    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"],
a[href$=":LightSwitch"],
a[href$="/LightSwitch"] {
    color: #ec2dff !important;
    font-weight: bold !important;
}
.Wall .edited-by a.subtle[href$="Wall:RedboneBits"]:after,
.Wall .edited-by a.subtle[href$="Wall:Librarian_Bird"]:after,
.Wall .edited-by a.subtle[href$="Wall:LightSwitch"]:after {
    color: #ec2dff !important;
    content: "bureaucrat" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}
/** Administrators **/
a[href="/wiki/User:BlueDwarf"],
a[href="/wiki/User:Joshcat"],
a[href="/wiki/User:TheKill69"],
a[href="/wiki/User:Awesome187"],
a[href="/wiki/User:BSV001"] {
    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$=":Awesome187"],
a[href$="/Awesome187"],
a[href$=":TheKill69"],
a[href$="/TheKill69"],
a[href$=":BSV001"],
a[href$="/BSV001"] {
    color: #06c22c !important;
    font-weight: bold !important;
}
.Wall .edited-by a.subtle[href$="Wall:BlueDwarf"]:after,
.Wall .edited-by a.subtle[href$="Wall:Awesome187"]:after,
.Wall .edited-by a.subtle[href$="Wall:Joshcat"]:after,
.Wall .edited-by a.subtle[href$="Wall:TheKill69"]:after,
.Wall .edited-by a.subtle[href$="Wall:BSV001"]:after {
    color: #06c22c !important;
    content: "Admin" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: bold;
}
/** Moderators **/
a[href="/wiki/User:Jetpack_joyrider"],
a[href="/wiki/User:HealLV"],
a[href="/wiki/User:Mctommycheng"],
a[href="/wiki/User:IciesDJ"] {
    background: url(https://vignette.wikia.nocookie.net/growtopia/images/e/e5/Sapphirecontentmodicon.png) center left no-repeat;
    padding-left: 17px;
}
a[href$=":Jetpack_joyrider"],
a[href$="/Jetpack_joyrider"],
a[href$=":HealLV"],
a[href$="/HealLV"],
a[href$=":Mctommycheng"],
a[href$="/Mctommycheng"],
a[href$=":IciesDJ"],
a[href$="/IciesDJ"] {
    color: #0C8DDF !important;
    font-weight: 700 !important;
}
.Wall .edited-by a.subtle[href$="Wall:Jetpack_joyrider"]:after,
.Wall .edited-by a.subtle[href$="Wall:HealLV"]:after,
.Wall .edited-by a.subtle[href$="Wall:Mctommycheng"]:after,
.Wall .edited-by a.subtle[href$="Wall:iciesDJ"]:after {
    color: #0C8DDF !important;
    content: "content moderator" !important;
    font-family: Nunito;
    font-size: 15px;
    font-variant: small-caps;
    font-weight: 400;
}
/* Cursor */
body{
  cursor:url('http://vignette1.wikia.nocookie.net/growtopia/images/5/5e/Normalcursorgtwv2.png/revision/latest?cb=20161104082611'), pointer;
}
a:hover{
  cursor: url('http://vignette1.wikia.nocookie.net/growtopia/images/b/bc/Redclicklinkcursor.png/revision/latest?cb=20161104081936'), pointer;
}
/* Tabber Design */
.tabbernav {
    font: normal 14px Helvetica, Arial, sans-serif !important;
    border-bottom: 3px solid #229CBC !important;
    padding: 10px 0px !important;
}
.tabbernav a {
    padding: 10px 10px !important;
    margin: 0px !important;
    color: #229CBC !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #229CBC !important;
}
.tabbernav :not(.tabberactive) a:hover {
    background: rgba(35,156,188, 0.2) !important;
}
.tabbertab {
    border: none !important;
    padding: 0px !important;
}
/* User Tags */
a.tag {
    color: inherit;
}
/* Button Hover */
.fadeout img:hover {
opacity:0;
}
.fadeout img:active {
opacity:0;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadein {
    visibility: hidden;
}
body:not(.editor) .fadeout-container.fadeout-hide-bottom > .fadeout:hover + .fadein {
    visibility: visible;
}
/* Custom Scrollbar */
*::-webkit-scrollbar{background:#FFFFFF}
*::-webkit-scrollbar:vertical{width:13px}
*::-webkit-scrollbar:horizontal{height:13px}
*::-webkit-scrollbar-thumb{background: #229CBC}
/* Spritesheet */
.growsprite {
    display: inline-block;
}
.growsprite img {
    image-rendering: pixelated;
}
/* New Table */
.ntbhead {
    background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/7/74/Ntbheader.png");
    background-color: #60D7F2;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.ntbdirt {
    background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/d/d9/Snowlayer.png");
    background-color: #BEE8F1;
    background-repeat: repeat-x;
}
.ntbbody {
    background-color: #BEE8F1;
}
.ntbfade {
    animation: FadeInLeft 0.7s;
}
@keyframes FadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* Disclaimer */
.disclaimer {
    background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/e/e7/Disclaimerbackground2222.png");
    background-color: #60D7F2;
    background-repeat: repeat-x;
    background-position: bottom;
}
/* Better Hover */
.hover {
opacity: 1;
transition: opacity 300ms ease-out;
}
.hover:hover {
opacity: 0.5;
}

Latest revision as of 13:27, 3 August 2021