MediaWiki:Timeless.css

From Path of Diablo Wiki
Revision as of 23:13, 31 March 2025 by Qord (talk | contribs)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
.mw-body {
    margin-left: 0em;
}
#mw-content {
    padding: 0 0px;
}
.mw-body h1.firstHeading {
    border-bottom: solid 4px #813636;
}
.tools-inline li.selected {
    border-bottom-color: #813636;
}
#mw-content-container {
    border-bottom: solid 4px #813636;
}
.tools-inline li[id^='ca-nstab-'] a {
filter: invert(100%);
}
#ca-edit a {
filter: invert(100%);
}
#ca-watch a {
filter: invert(100%);
}
#ca-talk a {
filter: invert(100%);
}
#ca-history a {
filter: invert(100%);
}
#ca-more span {
filter: invert(100%);
}
.dropdown-toggle::after {
filter: invert(100%);
}
.mw-editsection {
filter: invert(50%);
}
.sidebar-inner, .dropdown {
        border: solid #000;
        background: #2D2D2D;
}
    #mw-header-container {
        background: #d2d8da;
        color: #FFF;
}
#p-logo-text a.long {
    font-size: 1.2em;
    line-height: 1.7;
}
#menus-cover {
        background: #4e4f51;
        opacity: 0.8;
    }
#personal-extra li {
        margin-right: 0.12em;
    }
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
    background-color: #2D2D2D;
}
#p-personal {
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    z-index: 100;
    background-color: #2D2D2D;
    border-color: #000;
    border-style: solid;
}
.color-right, .color-middle, .color-left {
        background: #767676;
    }
    #mw-indicator-mw-helplink a .mw-helplink-icon {
        background-color: #5a5757;
    }
div.editOptions {
    border: solid #c5cbd0;
    border-width: 0 1px 0.2em;
    background: #2D2D2D;
}
a:visited:hover {
    color: #cbcac0;
}
.class-changes {
    float: right;
}

@media screen and (max-width: 850px) {
    .class-changes {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}