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 | + | [data-theme="dark"] body.skin-timeless, .navbox { |
background: #222!important; | background: #222!important; | ||
color: #fff!important; | color: #fff!important; |
Revision as of 00:22, 21 October 2023
/* All CSS here will be loaded for users of the Timeless skin */ [data-theme="dark"] body.skin-timeless, .navbox { background: #222!important; color: #fff!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; }