MediaWiki:Minerva.css
From Melvor Idle
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.
@media (prefers-color-scheme: dark) {
#content {
background-color:#2c343f;
border-color:#2c343f
}
.header-container.header-chrome {
background-color: #2c343f;
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.header-container .branding-box {
opacity: 1;
}
.search-box .search {
background-color: #efeee6;
border-color: #efeee6;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
}
.search-box .search::placeholder {
color: #4c4c4c;
}
}
@media (max-width: 720px) {
.content table {
width: auto!important;
}
}
.content table {
margin: 0.2rem;
}