MediaWiki:DarkMinerva.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Minerva night theme */
/* CSS placed here will affect users of the Minerva night theme */


#mw-content-text a.external[href^="https://www.marathonpedia.com"] { color: #009CFF !important; }
#mw-content-text a.external[href^="https://www.marathonwiki.com"] { color: #009CFF !important; }
 
/* Green links */
body a, body #mw-mf-page-left ul.hlist li a {
color: #53ED24 !important;
}
body .mw-parser-output a.external, body .mw-parser-output a.extiw {
color: #C2FE0C !important;
}
body.skin-minerva.mediawiki 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='%238FBE00'%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");
}

Latest revision as of 10:30, August 23, 2023

/* CSS placed here will affect users of the Minerva night theme */

#mw-content-text a.external[href^="https://www.marathonwiki.com"] { color: #009CFF !important; }

/* Green links */
body a, body #mw-mf-page-left ul.hlist li a {
	color: #53ED24 !important;
}
body .mw-parser-output a.external, body .mw-parser-output a.extiw {
	color: #C2FE0C !important;
}
body.skin-minerva.mediawiki 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='%238FBE00'%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");
}