MediaWiki:Common.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 4: Line 4:
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;500;600;700&display=swap');


@import url("/load.php?mode=articles&articles=|MediaWiki:Colors.css|MediaWiki:Mbox.css|MediaWiki:FD_Mbox.css|MediaWiki:Gallery.css|MediaWiki:Infobox.css|MediaWiki:Navbox.css|MediaWiki:Tables.css|MediaWiki:Tabber.css|MediaWiki:Formatting.css|MediaWiki:Variables.css|MediaWiki:Documentation.css|MediaWiki:Header.css|MediaWiki:ProfileTitles.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Mainpage.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Navbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:CustomTabs.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Colors.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Mbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:FD_Mbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Infobox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Documentation.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Header.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Item.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Card.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Tables.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Formatting.css");
 
/* New Dark theme override */
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:DarkTheme.css");

Latest revision as of 12:16, 11 June 2025

/* CSS placed here will be applied to all skins */
/* Imports Caching */
/* Note: Anton will be used as a fallback if Impact is not installed on the user's computer. */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Open+Sans:wght@400;500;600;700&display=swap');

@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Mainpage.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Navbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:CustomTabs.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Colors.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Mbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:FD_Mbox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Infobox.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Documentation.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Header.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Item.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Card.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Tables.css");
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Formatting.css");

/* New Dark theme override */
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:DarkTheme.css");