MediaWiki:Common.css
From Zyrkthraan Chronicles Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
// Light Mode #content { background-color: #c1ffe6 !important; } #bodyContent { background-color: #e0fff1 !important; } #p-cactions { background-color: #c1ffe6 !important; } #mw-panel { background-color: #c1ffe6 !important; } #p-navigation { background-color: #c1ffe6 !important; } #p-navigation .pBody { background-color: #e0fff1 !important; } #p-search { background-color: #c1ffe6 !important; } #p-search .pBody { background-color: #e0fff1 !important; } #p-tb { background-color: #c1ffe6 !important; } #p-tb .pBody { background-color: #e0fff1 !important; } #footer { background-color: #c1ffe6 !important; } body { background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Light-Small.jpg) 0 0 repeat !important; color: #404040 !important; } // Dark Mode #content.client-darkmode { background-color: #3e0019 !important; } #bodyContent.client-darkmode { background-color: #1f000e !important; } #p-cactions.client-darkmode { background-color: #3e0019 !important; } #mw-panel.client-darkmode { background-color: #3e0019 !important; } #p-navigation.client-darkmode { background-color: #3e0019 !important; } #p-navigation.client-darkmode .pBody { background-color: #1f000e !important; } #p-search.client-darkmode { background-color: #3e0019 !important; } #p-search.client-darkmode .pBody { background-color: #1f000e !important; } #p-tb.client-darkmode { background-color: #3e0019 !important; } #p-tb.client-darkmode .pBody { background-color: #1f000e !important; } #footer.client-darkmode { background-color: #3e0019 !important; } body.client-darkmode { background: #d0c1b9 url(https://www.zyrkthraanchronicles.com/wp-content/uploads/2024/05/Zyrkthraan-Map-Official-Small.jpg) 0 0 repeat !important; color: #bfbfbf !important; }