No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
body, h1, h2, h3, h4, h5, h6 { | body, h1, h2, h3, h4, h5, h6 { | ||
color: #D5D4D4; | color: #D5D4D4; | ||
} | |||
/* Gray buttons */ | |||
input[type="submit"], input[type="button"], button[type="submit"]:not(.mw-ui-button) { | |||
color: #fff; | |||
background: #333; | |||
border: 1px solid #666; | |||
} | |||
input[type=submit]:hover, input[type=button]:hover, button[type=submit]:not(.mw-ui-button):hover { | |||
background: #444; | |||
} | } | ||
Revision as of 12:29, 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;
}
/* Gray buttons */
input[type="submit"], input[type="button"], button[type="submit"]:not(.mw-ui-button) {
color: #fff;
background: #333;
border: 1px solid #666;
}
input[type=submit]:hover, input[type=button]:hover, button[type=submit]:not(.mw-ui-button):hover {
background: #444;
}
/* 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;
}