No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
#onyx-navigation-list > li > a { | #onyx-navigation-list > li > a { | ||
color: #fff !important; | color: #fff !important; | ||
} | |||
.mw-ui-input { | |||
border-color: #666 !important; | |||
} | |||
.mw-ui-input, .mw-ui-button { | |||
box-shadow: inset 0 0 0 0.1em #333 !important; | |||
} | |||
.mw-ui-button:hover { | |||
color: #a2a9b1 !important; | |||
} | } |
Revision as of 12:17, August 23, 2023
/* CSS placed here will affect users of the Onyx night theme */
/* Header background */
#onyx-header-wikiHeader {
background: linear-gradient(to left, transparent, #1A1A1A), url(https://marathon.wiki.gallery/images/terminalbg.png) repeat-y;
background-position: right 223px;
background-size: 600px
}
/* Page background */
#onyx-page {
background-color: #1A1A1A;
}
pre {
background: #333 !important;
}
/* Font color */
body, h1, h2, h3, h4, h5, h6 {
color: #D5D4D4;
}
/* Standard changes */
#onyx-navigation-list > li > a {
color: #fff !important;
}
.mw-ui-input {
border-color: #666 !important;
}
.mw-ui-input, .mw-ui-button {
box-shadow: inset 0 0 0 0.1em #333 !important;
}
.mw-ui-button:hover {
color: #a2a9b1 !important;
}