MediaWiki:Mobile.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS (cascading stylesheets) here will be loaded for users of the mobile site. */
cite.i { text-decoration: underline; }
cite.i { text-decoration: underline; }
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; }
del.i { text-decoration: none; font-style: italic; }
dfn.b { font-weight: bold; font-style: normal; }
dfn.b { font-weight: bold; font-style: normal; }
em.u { font-style: normal; text-decoration: underline; }
strong.u { text-decoration: underline; font-weight: normal; }
strong.u { text-decoration: underline; font-weight: normal; }
u.d { text-decoration: underline; text-decoration-style: double; }
h4 #mw-headline { font-weight: bold; }
h2 #mw-headline, h3 #mw-headline, h4 #mw-headline { text-decoration: underline; }
#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; }
/*
Wikimedia MediaWiki mobile stylesheet for NikkiWiki, Nicole Sharp's Wiki.
https://www.nicolesharp.net/wiki/MediaWiki:mobile.css


code { border: none; }
All CSS (cascading stylesheets) here will be loaded for users of the mobile site.
*/

Latest revision as of 2023-09-21T21:28:29

cite.i { text-decoration: underline; }
cite.n { font-style: normal; }
cite.u { font-style: normal; text-decoration: underline; }
del.i { text-decoration: none; font-style: italic; }
dfn.b { font-weight: bold; font-style: normal; }
em.u { font-style: normal; text-decoration: underline; }
strong.u { text-decoration: underline; font-weight: normal; }
u.d { text-decoration: underline; text-decoration-style: double; }

h4 #mw-headline { font-weight: bold; }
h2 #mw-headline, h3 #mw-headline, h4 #mw-headline { text-decoration: underline; }

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

/*
Wikimedia MediaWiki mobile stylesheet for NikkiWiki, Nicole Sharp's Wiki.
https://www.nicolesharp.net/wiki/MediaWiki:mobile.css

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