Warning!
This wiki is only for the Japanese servers with the translation patch created by Arks-Layer. If you're on Global, please use [Instead].
MediaWiki:Timeless.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
} | } | ||
[data-theme="dark"] #mw-content-container { | [data-theme="dark"] #mw-header-container, #mw-content-container, #mw-footer-container { | ||
background: #222!important; | |||
color: #fff!important; | |||
border: 1px solid #444!important; | |||
} | } | ||
Revision as of 00:25, 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-header-container, #mw-content-container, #mw-footer-container {
background: #222!important;
color: #fff!important;
border: 1px solid #444!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;
}