MediaWiki:Common.css: Difference between revisions

From Elwiki
(Replaced content with "→‎Color scheme: @import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSel.css"); @import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorScheme.css"); →‎Generic elements: @import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Basic.css"); →‎Throw here if it doesn't match any other category: @import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Main.css"); →‎Sections: @import url...")
Tag: Replaced
No edit summary
Line 23: Line 23:
/* Dark mode */
/* Dark mode */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSchemeDark.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSchemeDark.css");
/* Font */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&family=Work+Sans:wght@400;500;600;700&display=swap");

Revision as of 16:36, 30 October 2022

/* Color scheme */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSel.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorScheme.css");

/* Generic elements */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Basic.css");

/* Throw here if it doesn't match any other category */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Main.css");

/* Sections */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Section.css");

/* Components */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Components.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Infobox.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Nmbox.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Tabber.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Vgrid.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Tippy.css");
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:Templates.css");

/* Dark mode */
@import url("/wiki/index.php?action=raw&ctype=text/css&title=MediaWiki:ColorSchemeDark.css");

/* Font */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&family=Work+Sans:wght@400;500;600;700&display=swap");