MediaWiki:Common.css: Difference between revisions

From NikkiWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS (cascading stylesheets) placed here will be applied to all skins. */
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; }
em.u { text-decoration: underline; font-style: normal; }
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; }
strong.u { text-decoration: underline; font-weight: normal; }
u.d { text-decoration: underline; text-decoration-style: double; }
/*
Wikimedia MediaWiki common stylesheet for NikkiWiki, Nicole Sharp's Wiki.
https://www.nicolesharp.net/wiki/MediaWiki:common.css
CSS (cascading stylesheets) placed here will be applied to all skins.
*/

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

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

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

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