Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
li[data-id="profile"] > a[href^="/wiki/User:"] { color:#299c54; font-weight: bold; font-family: rubik; }

/* Hide read message wall messages */
/* Disable for now
li.read_notification { display: none !important; }
*/

/* WDS button transition test */
.wds-button {
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: background-color, border-color, color !important;
    -moz-transition-property: background-color, border-color, color !important;
    -webkit-transition-property: background-color, border-color, color !important;
}

span.wds-button:hover {
    background-color:red !important;
    border-color:purple !important;
    color:yellow;
}

/* Circular crop of landscape photo test */
.circular--landscape > a > img {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}

/* Change color of links in a table */
.linkcolorchange a, .linkcolorchange a.new, 
.linkcolorchange a:active, .linkcolorchange a:hover, .linkcolorchange a:link, .linkcolorchange a:visited,  {
  color:green !important; 
}

/* Change color of collapse/expand link */
tr.collapsegreen .mw-collapsible-toggle, tr.collapsegreen .mw-collapsible-toggle a {
    color:green;
}

tr.collapseorange .mw-collapsible-toggle, tr.collapseorange .mw-collapsible-toggle a {
    color:orange;
}

/* Test user page specific stuff */
.page-User_Revitalizer {
    background-image: url(http://images.wikia.com/batenkaitos/images/a/a5/Pherkad_well.jpg);
}

.page-User_Revitalizer #WikiaPageBackground {
    background-color:rgba(0,0,0,0) !important;
}

.page-User_Revitalizer #WikiaArticle {
    background-color:rgba(0,0,0,0.25) !important;
    color:#ddd;
}

.page-User_Revitalizer #WikiHeader {
    background-color:rgba(255,255,255,0.7) !important;
}

.page-User_Revitalizer .WikiaUserPagesHeader {
    background-color:rgba(255,255,255,0.4) !important;
    background-image:none !important;
}

/*
.page-User_Revitalizer .WikiaMainContent {
    background-color:rgba(0,0,0,0.5) !important;
}

.page-User_Revitalizer .UserProfileMasthead {
    background-color:rgba(0,0,0,0) !important;
}
*/

/* Try to hide comments on a specific page */
.page-Admin_Dashboard_FAQ .RelatedForumDiscussion { display: none !important; }

/* User page background color change */
/* DISABLE silly
.page-User_Fandyllic .WikiaMainContent { background-color:rgba(0,255,0,0.25) !important; }
*/

/* Tabber UI mod tests */
.tabbernav    font-size:90% !important;
    font-weight:normal !important;
}

.tabberactive > a {
    color:#826 !important;
    font-weight:bold;
}

ul.tabbernav li a {
    border-top-left-radius:0.5em;
    -moz-border-radius-topleft:0.5em;
    border-top-right-radius:0.5em;
    -moz-border-radius-topright:0.5em;
}

/* Oasis UI mod tests */

.WikiaSearch input[type="text"] {
    border-color:red;
}

/* Affects line height of "PAGES ON THIS WIKI" and "PHOTOS ON THIS WIKI" */
.tally {
    line-height:12px;
}

/* Affects font size on most content of regular and forum pages */
/*
.WikiaArticle p, div > dl, div > ul {
    font-size:125% !important;
}
*/

/* Move Random Page and Wiki Activity buttons down and widen */
.WikiHeader .buttons {
    bottom: -14px;
    width: 290px;
}

/* Sets color and font size for "Wikia" menu bar menu items */
.GlobalNavigation > li > a {
    color:#cee !important;
    font-size:14px;
}

/* Change vertical bar to right of "Wikia" logo on top bar */
.WikiaHeader li.WikiaLogo {
    border-right: 3px solid #9ac;
}
/* Change vertical bar between "Wikia" menu bar menus */
.GlobalNavigation li a {
    border-left: 3px solid #9ac;
}

/* Sets the background color for "Wikia" menu bar items hilight */
.GlobalNavigation .catnav a:hover {
   background: none repeat scroll 0 0 #ecf !important;
}

/* Change horizontal bar between menu items of "Wikia" menu bar */
.GlobalNavigation .subnav .catnav li {
    border-top: 1px solid #c9c;
}


/* Sets the color for the account link */
.AccountNavigation > li > a:active {
    color:#cee !important;
}

/* Change horizontal bars in account drop menu */
.AccountNavigation .subnav li {
    border-top: 1px solid #c9c;
}

/* Sets color font size for account login/logout (I think) */
.AccountNavigation > li > a {
    color:#cee !important;
    font-size:12px;
}

/* Sets the background color for account drop menu items hilight */
.AccountNavigation .subnav a:hover {
   background: none repeat scroll 0 0 #cee !important;
}


/* Sets color and font size for wordmark bar menu headings */
.WikiHeader li a {
    color:#48c !important;
    font-size:14px;
}

/* Sets background color gradient for wordmark bar menu headings hilight */
.WikiHeader li:hover {
    background-color: #ecc;
    background-image: -moz-linear-gradient(center top , white 0%, #ecc 100%);
}

/* Change the vertical bars between the wordmark menu bar menu headings */ 
.WikiHeader li a {
    border-left: 2px solid #c99;
}

/* Sets the background color for wordmark bar menus items hilight */
.WikiHeader .subnav a:hover {
    background: none repeat scroll 0 0 #ecc !important;
}

/* Change the color of horizontal bars in wordmark bar menu items */
.WikiHeader .subnav li {
    border-color:#c99
}


/* Hide Random Page and Wiki Activity buttons */
/*
div.buttons .secondary {
   display: none !important;
}
*/

/* Workaround for apparent "border" in image wikitext bug. */
.thumbborder {
    border:1px solid #888;
}

/* Works to hide Recent Activity and Photo boxes. */
/* Disable for now.
.WikiaMainContent {
float:none;
width:auto;
}

.WikiaRail {
 display: none !important; 
}
*/

/* dark table "greenish" style */

table.darktablegreen th {
 background-color: #115e3a;
 padding: 0 0.5em;
}

caption.darkcaptiongreen, th.darkcaptiongreen {
 background-color: #115e3a;
}

.darkrowgreen {
  background-color: #0d4026;
}

table.darktablegreen tr:not(:first-child) th {
  background-color: #11442a;
}


/* dark table "bluish" style */

table.darktableblue th {
 background-color: #113a5e;
 padding: 0 0.5em;
}

caption.darkcaptionblue, th.darkcaptionblue {
 background-color: #113a5e;
}

.darkrowblue {
  background-color: #0d2640;
}

table.darktableblue tr:not(:first-child) th {
  background-color: #112a44;
}


/* dark table "reddish" style */

table.darktablered th {
 background-color: #552211;
 padding: 0 0.5em;
}

caption.darkcaptionred, th.darkcaptionred {
 background-color: #552211;
}

.darkrowred {
  background-color: #44160d;
}

table.darktablered tr:not(:first-child) th {
  background-color: #481a11;
}

/* dark table "yellowish" style */

table.darktableyellow th {
 background-color: #444411;
 padding: 0 0.5em;
}

caption.darkcaptionyellow, th.darkcaptionyellow {
 background-color: #4f4f11;
}

table.darktableyellow tr:not(:first-child) th {
  background-color: #333311;
}

.darkrowyellow {
  background-color: #3f3f0d;
}

/* dark table "orangeish" style */

table.darktableorange th {
 background-color: #664411;
 padding: 0 0.5em;
}

caption.darkcaptionorange, th.darkcaptionorange {
 background-color: #6f4f11;
}

table.darktableorange tr:not(:first-child) th {
  background-color: #553311;
}

.darkroworange {
  background-color: #5f3f0d;
}