MediaWiki:Mobile.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
strong.u { text-decoration: underline; font-weight: normal; }
strong.u { text-decoration: underline; font-weight: normal; }


#mw-content-text tt { font-family: monospace; font-size: large; }
#mw-content-text code { padding: 0; }
#mw-content-text code { padding: 0; }
#mw-content-text code, #mw-content-text kbd, #mw-content-text samp { border: none; }

Revision as of 2023-09-04T19:11:49

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

#mw-content-text tt { font-family: monospace; font-size: large; }
#mw-content-text code { padding: 0; }
#mw-content-text code, #mw-content-text kbd, #mw-content-text samp { border: none; }