MediaWiki:Vector.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin. */
/* All CSS here will be loaded for users of the Vector skin. */


#bodyContent a:link { color: fuchsia; }
#bodyContent a:link { color: #ff00ff; }
#bodyContent a:visited { color: red; }
#bodyContent a:visited { color: #ff0080; }
#bodyContent a:active { color: green; }
#bodyContent a:active { color: #ff8000; }


#bodyContent a { text-decoration: underline; }
#bodyContent a { text-decoration: underline; }

Revision as of 2023-03-26T17:50:53

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

#bodyContent a:link { color: #ff00ff; }
#bodyContent a:visited { color: #ff0080; }
#bodyContent a:active { color: #ff8000; }

#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; }