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