You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will affect users of the Onyx night theme */
:root { --text-color: #D5D4D4; }
/* 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, div.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
background-color: #1A1A1A;
}
body code {
background: rgba(100, 100, 100, 0.5) !important;
}
pre, .mw-code {
background: #333;
000
1:0
Return to MediaWiki:DarkOnyx.css.