MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
} | } | ||
#ca-edit a { | #ca-edit a { | ||
filter: invert(100%); | |||
} | |||
#ca-watch a { | |||
filter: invert(100%); | filter: invert(100%); | ||
} | } |
Revision as of 17:21, 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%); }