MediaWiki:Monobook.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.
/* All CSS here will be loaded for users of the MonoBook skin */
#p-namespaces .mw-list-item, #p-views .mw-list-item, #p-cactions, #p-search {
background-color: transparent;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: none
}
#p-search {
padding: revert;
margin: revert;
height: revert;
}
body.skin--responsive .pBody {
background-color: #00131D;
border-radius: 15px;
border: 1px solid #A7D7F9;
}
body.skin--responsive #p-cactions li.selected a, body.skin--responsive #p-cactions li a {
background-color: #00131D;
border: 1px solid #A7D7F9;
border-bottom: none;
color: #a59fe1;
}
body.skin--responsive #p-personal li a {
color: #a59fe1;
}
#content, .mw-body {
border: 1px solid #a7d7f9;
}
.mw-footer {
background-color: #00131d;
border-top: 1px solid #A7D7F9;
border-bottom: 1px solid #A7D7F9;
}
#globalWrapper {
font-size: calc(1.5em * 0.875);
}
#n-Rhythm-Gehenna::before,#n-RHModding::before {
content: url(http://rhwiki.net/w/thumb.php?f=Discord_Icon.png&width=15);
}