MediaWiki:Timeless.css: Difference between revisions

From Path of Diablo Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 44: Line 44:
         color: #FFF;
         color: #FFF;
}
}
/* #p-logo-text a.long {
#p-logo-text a.long {
     color: #000;
     font-size: 1.3em;
} */
    line-height: 1.7;
}
#menus-cover {
#menus-cover {
         background: #4e4f51;
         background: #4e4f51;
         opacity: 0.8;
         opacity: 0.8;
    }
#personal-extra li {
        margin-right: 0.12em;
     }
     }

Revision as of 18:54, 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: #d2d8da;
        color: #FFF;
}
#p-logo-text a.long {
    font-size: 1.3em;
    line-height: 1.7;
}
#menus-cover {
        background: #4e4f51;
        opacity: 0.8;
    }
#personal-extra li {
        margin-right: 0.12em;
    }