Jump to content

User:LeapofAzzam/minerva.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by LeapofAzzam (talk | contribs) at 10:36, 23 January 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
	color: #fff;
}
a {
	color: #7ca0e8;
}
body,
.header-container.header-chrome,
#content,
footer,
.content table.infobox,
.mw-highlight,
.navbox,
.navbox-subgroup {
	background-color: #222;
}
#mw-script-doc {
	background-color: #222 !important;
}
.header-container.header-chrome {
	color: #eaecf0;
}
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
#toc,
.search-box .search,
.content kbd,
.content samp,
.content code,
.content pre,
footer .last-modified-bar,
.navbox th, .navbox-title,
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-even,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	color: #f8f9fa;
	background-color: #343739;
	border-color: #343739;
}
#toc {
	border: 0;
}
table.fmbox-warning {
	background-color: #794747;
}