MediaWiki:Vector.css and MediaWiki:Common.css: Difference between pages

From NikkiWiki
(Difference between pages)
Jump to navigation Jump to search
(Created page with "→‎All CSS (cascading stylesheets) here will be loaded for users of the Vector skin.: #content, #firstHeading { color: black; } .mediawiki a:link, #mw-panel a:link { color: fuchsia; } .mediawiki a:visited, #mw-panel a:visited { color: purple; } .mediawiki a:hover, #mw-panel a:hover { color: red; } .mediawiki a:active, #mw-panel a:active { color: green; }")
 
(Created page with "→‎CSS (cascading stylesheets) placed here will be applied to all skins.: cite.u { font-style: normal; text-decoration: underline; }")
 
Line 1: Line 1:
/* All CSS (cascading stylesheets) here will be loaded for users of the Vector skin. */
/* CSS (cascading stylesheets) placed here will be applied to all skins. */


#content, #firstHeading { color: black; }
cite.u { font-style: normal; text-decoration: underline; }
 
.mediawiki a:link, #mw-panel a:link { color: fuchsia; }
.mediawiki a:visited, #mw-panel a:visited { color: purple; }
.mediawiki a:hover, #mw-panel a:hover { color: red; }
.mediawiki a:active, #mw-panel a:active { color: green; }

Revision as of 2023-08-30T08:19:09

/* CSS (cascading stylesheets) placed here will be applied to all skins. */

cite.u { font-style: normal; text-decoration: underline; }