MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 34: | Line 34: | ||
} | } | ||
.dropdown-toggle::after { | .dropdown-toggle::after { | ||
filter: invert(100%); | |||
} | |||
#ca-viewsource a { | |||
filter: invert(100%); | filter: invert(100%); | ||
} | } | ||
Line 51: | Line 54: | ||
line-height: 1.7; | line-height: 1.7; | ||
} | } | ||
#p-logo-text { | |||
left: 3.5em; | |||
} | |||
#menus-cover { | #menus-cover { | ||
background: #4e4f51; | background: #4e4f51; | ||
Line 94: | Line 100: | ||
.oo-ui-icon-bell, .mw-ui-icon-bell:before { | .oo-ui-icon-bell, .mw-ui-icon-bell:before { | ||
visibility: hidden; | visibility: hidden; | ||
} | |||
#site-tools h2 { | |||
right: 4.2em; | |||
} | |||
.mw-customtoggle, .mw-collapsible-toggle { | |||
color: #fbf7f7; | |||
} | |||
.mw_metadata th, .wikitable th { | |||
background: #262626; | |||
} | } |
Latest revision as of 16:48, 1 April 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%); } #ca-viewsource a { filter: invert(100%); } .mw-editsection { filter: invert(50%); } .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; } #p-logo-text { left: 3.5em; } #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; } div.editOptions { border: solid #c5cbd0; border-width: 0 1px 0.2em; background: #2D2D2D; } a:visited:hover { color: #cbcac0; } .class-changes { float: none; width: 100%; margin: 0 auto; } .oo-ui-icon-tray, .mw-ui-icon-tray:before { visibility: hidden; } .oo-ui-icon-bell, .mw-ui-icon-bell:before { visibility: hidden; } #site-tools h2 { right: 4.2em; } .mw-customtoggle, .mw-collapsible-toggle { color: #fbf7f7; } .mw_metadata th, .wikitable th { background: #262626; }