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

From NikkiWiki
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 4: Line 4:
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; }
#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 common stylesheet for NikkiWiki, Nicole Sharp's Wiki.
Wikimedia MediaWiki mobile stylesheet for NikkiWiki, Nicole Sharp's Wiki.
https://www.nicolesharp.net/wiki/MediaWiki:common.css
https://www.nicolesharp.net/wiki/MediaWiki:mobile.css


CSS (cascading stylesheets) placed here will be applied to all skins.
All CSS (cascading stylesheets) here will be loaded for users of the mobile site.
*/
*/

Revision as of 2023-09-05T03:59:22

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

/*
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.
*/