MediaWiki:Timeless.css: Difference between revisions

From Path of Diablo Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
.tools-inline li[id^='ca-nstab-'] a {
.tools-inline li[id^='ca-nstab-'] a {
/*    -webkit-filter: invert(1); */
/*    -webkit-filter: invert(1); */
  fill: green;
.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
}
}

Revision as of 17:12, 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 {
/*    -webkit-filter: invert(1); */
.filter-green{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
}