MediaWiki:Vector.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; }
#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; }
#content, #code { background: yellow; }
#content, code { background: yellow; }
#content code { border: none; }
#content code { border: none; }



Revision as of 2023-03-26T19:26:43

/* All CSS here will be loaded for users of the Vector skin. */

#bodyContent, h1, li#footer-info-lastmod, li#footer-info-copyright { color: black; }
#content, code { background: yellow; }
#content code { border: none; }

#bodyContent a:link, #mw-panel a:link, #footer a:link, #mw-navigation a:link { color: #ff00ff; }
#bodyContent a:visited, #mw-panel a:visited, #footer a:visited, #mw-navigation a:visited { color: #ff0080; }
#bodyContent a:hover, #mw-panel a:hover, #footer a:hover, #mw-navigation a:hover { color: #ff0000; }
#bodyContent a:active, #mw-panel a:active, #footer a:active, #mw-navigation a:active { color: #ff8000; }
#mw-navigation .new a:link, #mw-navigation .new a:visited { color: black; }

#bodyContent a { text-decoration: underline; }

#bodyContent a.external { text-decoration: none; }
#bodyContent a.external:hover { text-decoration: underline; }
#bodyContent a.external[href*=".nicolesharp.net"] { text-decoration: underline; }
#bodyContent a.extiw { text-decoration: none; }
#bodyContent a.extiw:hover { text-decoration: underline; }