MediaWiki:Vector.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS (cascading stylesheets) here will be loaded for users of the Vector skin. */
/* All CSS (cascading stylesheets) here will be loaded for users of the Vector skin. */


#content, #firstHeading { color: black; }
#content, #firstHeading, code { color: black; }


.mediawiki a:link, #mw-panel a:link { color: fuchsia; }
.mediawiki a:link, #mw-panel a:link { color: fuchsia; }
Line 15: Line 15:
#content a[href*=".nicolesharp.net/"]:active, #content a.external:active, #content a.extiw:active { color: green; }
#content a[href*=".nicolesharp.net/"]:active, #content a.external:active, #content a.extiw:active { color: green; }
#content a.new { text-decoration: none; }
#content a.new { text-decoration: none; }
code { background: white; border: none; padding: 0; }