Community Central
Register
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.
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:DarkUserActivity.css&only=styles";

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:DarkGlobalNav.css&only=styles";

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:GlobalNavigationIcons.css&only=styles";

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ContribsButtons.css&only=styles";

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:FandomizedAchievementsSystems/code.css&only=styles";

.editsection a:before {
    content: "["; 
    color: #3a3a3a;
}
.editsection a:after {
    content: "]";
    color: #3a3a3a;
}
.oasis-dark-theme .editsection a:after,
.oasis-dark-theme .editsection a:before {
    color: #D5D4D4;
}
.editsection img {
    display: none;
}
.editsection {
    text-transform: lowercase;
}

body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton,
body.mw-special-Contributions #contentSub:not(.contentSub) a,
body.mw-special-Contributions #contentSub #contentSubSub a {
    background: red;
}
 
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:active,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:focus,
body.mw-special-Contributions #VSTFReportButtons .VSTFReportButton:hover,
body.mw-special-Contributions #contentSub:not(.contentSub) a:active,
body.mw-special-Contributions #contentSub:not(.contentSub) a:focus,
body.mw-special-Contributions #contentSub:not(.contentSub) a:hover,
body.mw-special-Contributions #contentSub #contentSubSub a:active,
body.mw-special-Contributions #contentSub #contentSubSub a:focus,
body.mw-special-Contributions #contentSub #contentSubSub a:hover {
    background: green;
}

/***** Wiki Bar *****/
.WikiaBarWrapper {
    background: white;
    border-top: 1px solid #bbb;
    box-shadow: none;
    height: 24px;
}
.WikiaBarWrapper .wikia-bar {
    background-image: none !important;
}
.WikiaBarWrapper .toolbar {
    padding: 0;
}
.wikia-bar .toolbar .tools li a {
    color: #333;
    text-decoration: none;
    cursor: default;
}
.WikiaFooter .toolbar .tools > li, .WikiaBarWrapper .toolbar .tools > li {
    transition-duration: .1s;
    border: none;
    padding: 4px 10px;
    margin: 0;
}
.wikia-bar .toolbar .tools > li:hover {
    background: #eee;
}
.wikia-bar .toolbar .tools > li:active {
    background: #ddd;
}
.wikia-bar .arrow, .WikiaBarCollapseWrapper,
.toolbar .tools li .arrow-icon-ctr {
    display: none !important;
}
/***** Change icons *****/
.toolbar .tools li img {
    display: none !important;
}
.tools-customize:before {
    content: "\f013";
    font-family: FontAwesome;
    margin-right: 0.75em;
}
.mytools.menu > a:before {
    content: "\f0c9";
    font-family: FontAwesome;
    margin-right: 0.75em;
}

/***** Tools menu *****/
.tools-menu {
    border: 1px solid #bbb !important;
    box-shadow: none !important;
    background: white !important;
    transform: translateY(2px) !important;
    transition-duration: .1s;
}
.tools-menu li:not(:first-child) {
    border: none;
}
.tools-menu li > a, .tools-menu li span {
    font-size: 12px;
    padding: 5px 11px 5px 7px !important;
    transition-duration: .1s;
}
.tools-menu li > a:hover {
    background: #eee !important;
}
.tools-menu li > a:active {
    background: #ddd !important;
}