MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);} | #mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);} | ||
.mw-body { background-color: #333; color: #fff; } | .mw-body { background-color: #333; color: #fff; } | ||
pre, code, .mw-code { background-color: #ccc; color: #000; border: 1px solid #eaecf0; } | |||
Revision as of 08:54, 21 February 2023
/* CSS placed here will be applied to all skins */
body { background-color: #222; }
#mw-page-base { background-color: #222; background-image: linear-gradient(to bottom,#000 50%,#060606 100%);}
.mw-body { background-color: #333; color: #fff; }
pre, code, .mw-code { background-color: #ccc; color: #000; border: 1px solid #eaecf0; }