MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 69: | Line 69: | ||
.color-right, .color-middle, .color-left { | .color-right, .color-middle, .color-left { | ||
background: #767676; | background: #767676; | ||
} | |||
#mw-indicator-mw-helplink a .mw-helplink-icon { | |||
background-color: #5a5757; | |||
} | } |
Revision as of 19:14, 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.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; }