Main Page

MediaWiki:Timeless.css

From Arks-Visiphone
Revision as of 00:20, 21 October 2023 by SynthSy (talk | contribs)
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the Timeless skin */
[data-theme="dark"] body, #mw-content-container, #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;
    color: #fff;
    border: 1px solid #444;
}

[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;
}