View source for MediaWiki:DarkMinerva.css
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS placed here will affect users of the Minerva night theme */
body.skin-minerva {
--minerva-bgcolor: #040;
--minerva-border: #030;
--minerva-active: #020;
}
/* Search box highlight */
.client-nojs .search-box .search:focus,
.search-overlay .search-box .search:focus {
border-color: #999 !important;
box-shadow: inset 0 0 0 1px #999,0 1px 1px rgba(0,0,0,0.05) !important;
}
/* External link icon (green) */
body.skin-minerva a.external {
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cg fill='%237FD626'%3E%3Cpath d='M8.9 8.9H1.1V1.1h2.8V0H1.1C.5 0 0 .5 0 1.1v7.8C0 9.5.5 10 1.1 10h7.8c.6 0 1.1-.5 1.1-1.1V6.1H8.9v2.8z'/%3E%3Cpath d='M10 0H5.6l1.8 1.8L4.2 5l.8.8 3.2-3.2L10 4.4V0z'/%3E%3C/g%3E%3C/svg%3E");
}
000
1:0
Return to MediaWiki:DarkMinerva.css.