MediaWiki:Common.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
(Undo revision 706 by Nicole Sharp (talk))
Tag: Undo
No edit summary
Line 4: Line 4:
cite.n { font-style: normal; }
cite.n { font-style: normal; }
cite.u { font-style: normal; text-decoration: underline; }
cite.u { font-style: normal; text-decoration: underline; }
dfn.b { font-weight: bold; font-style: normal; }
strong.u { text-decoration: underline; font-weight: normal; }
strong.u { text-decoration: underline; font-weight: normal; }

Revision as of 2023-08-31T19:21:30

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

cite.i { text-decoration: underline; }
cite.n { font-style: normal; }
cite.u { font-style: normal; text-decoration: underline; }
dfn.b { font-weight: bold; font-style: normal; }
strong.u { text-decoration: underline; font-weight: normal; }