MediaWiki:Common.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:Header.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: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: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");