Main Page
Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
+ | [data-theme="dark"] body, #mw-content, #mw-related-navigation, #mw-site-navigation, #site-navigation, #page-tools, #site-tools, #mw-header-container, #mw-footer-container, #personal-inner, .panel, #catlinks-sidebar, .navbox { | ||
+ | background: #222!important; | ||
+ | color: #fff!important; | ||
+ | -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important; | ||
+ | border: 1px solid #444!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #mw-content-container { | ||
+ | background: #222!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .editOptions { | ||
+ | background: #222!important; | ||
+ | color: #fff!important; | ||
+ | border: 1px solid #444!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] a { | ||
+ | color: #00bc8c!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] a:hover { | ||
+ | color: #009670!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] a:visited { | ||
+ | color: #099f79!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .wikiEditor-ui .wikiEditor-ui-view { | ||
+ | border: 1px solid #444!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] a.new, .new a { | ||
+ | color: #dd3333!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .not-patrolled { | ||
+ | background: #353535!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .jumbotron { | ||
+ | background-color: #303030!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .navbox-title, .navbox-group { | ||
+ | background: #4b4b4b!important; | ||
+ | border: 1px solid #444!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .navbox-list { | ||
+ | background: #222!important; | ||
+ | border: 0px solid #444!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .btn-primary { | ||
+ | background: #375a7f!important; | ||
+ | border: 1px solid #375a7f!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | ||
+ | background-color: #375a7f!important; | ||
+ | border-color: #375a7f!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { | ||
+ | background-color: #2f4d6c!important; | ||
+ | } |
Revision as of 14:50, 20 October 2023
/* All CSS here will be loaded for users of the Timeless skin */ [data-theme="dark"] body, #mw-content, #mw-related-navigation, #mw-site-navigation, #site-navigation, #page-tools, #site-tools, #mw-header-container, #mw-footer-container, #personal-inner, .panel, #catlinks-sidebar, .navbox { background: #222!important; color: #fff!important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important; border: 1px solid #444!important; } [data-theme="dark"] #mw-content-container { background: #222!important; } [data-theme="dark"] .editOptions { background: #222!important; color: #fff!important; border: 1px solid #444!important; } [data-theme="dark"] a { color: #00bc8c!important; } [data-theme="dark"] a:hover { color: #009670!important; } [data-theme="dark"] a:visited { color: #099f79!important; } [data-theme="dark"] .wikiEditor-ui .wikiEditor-ui-view { border: 1px solid #444!important; } [data-theme="dark"] a.new, .new a { color: #dd3333!important; } [data-theme="dark"] .not-patrolled { background: #353535!important; } [data-theme="dark"] .jumbotron { background-color: #303030!important; } [data-theme="dark"] .navbox-title, .navbox-group { background: #4b4b4b!important; border: 1px solid #444!important; } [data-theme="dark"] .navbox-list { background: #222!important; border: 0px solid #444!important; } [data-theme="dark"] .btn-primary { background: #375a7f!important; border: 1px solid #375a7f!important; } [data-theme="dark"] .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background-color: #375a7f!important; border-color: #375a7f!important; } [data-theme="dark"] .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { background-color: #2f4d6c!important; }