MediaWiki:Common.css
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.
#mw-head {
background-color: #080f22; /* Slightly lighter dark shade for the top bar */
color: #080f22;
}
#mw-head {
background-color: #080f22; /* Slightly lighter dark shade for the top bar */
color: #080f22;
}
#mw-panel {
background-color: #080f22; /* Synchronizing with the top bar */
color: #080f22;
}
#mw-panel {
background-color: #080f22; /* Synchronizing with the top bar */
color: #080f22;
}
/* Example for the sidebar */
#mw-panel {
background-image: url('https://oldschool.runescape.wiki/images/Old_School_RuneScape_Wiki_background_darkmode.jpg');
background-size: cover;
background-repeat: no-repeat;
}
/* Example for the top bar */
#mw-head {
background-image: url('https://oldschool.runescape.wiki/images/Old_School_RuneScape_Wiki_background_darkmode.jpg');
background-size: cover;
background-repeat: no-repeat;
}
#content {
background-color: rgba(28, 28, 28, 0.8); /* Dark with some transparency */
border: none; /* Remove default borders if any */
}
a {
color: #9cd9f0; /* A light blue color for links */
}
a:visited {
color: #829da7; /* A more subdued color for visited links */
}