MediaWiki:Mobile.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
(Created page with "→‎All CSS (cascading stylesheets) here will be loaded for users of the mobile site.: 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; }")
 
No edit summary
Line 6: Line 6:
dfn.b { font-weight: bold; font-style: normal; }
dfn.b { font-weight: bold; font-style: normal; }
strong.u { text-decoration: underline; font-weight: normal; }
strong.u { text-decoration: underline; font-weight: normal; }
code { border: none; }

Revision as of 2023-09-02T19:20:41

/* All CSS (cascading stylesheets) here will be loaded for users of the mobile site. */

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

code { border: none; }