MediaWiki:Timeless.css: Difference between revisions

From Path of Diablo Wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Manual revert
Line 41: Line 41:
}
}
     #mw-header-container {
     #mw-header-container {
         background: #000;
         background: #FFF;
         color: #FFF;
         color: #FFF;
}
}

Revision as of 17:32, 31 March 2025

/* 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%);
}
.sidebar-inner, .dropdown {
        border: solid #000;
        background: #2D2D2D;
}
    #mw-header-container {
        background: #FFF;
        color: #FFF;
}
#p-logo-text a.long {
    color: #FFF;
}