MediaWiki:Common.css: Difference between revisions

From Zombie Panic! Official Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 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:Formatting.css|MediaWiki:Variables.css|MediaWiki:Documentation.css|MediaWiki:Header.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");


.infobox {
/* New Dark theme override */
    background-color: var(--theme-page-text-mix-color-95);
@import url("/index.php?action=raw&ctype=text/css&title=MediaWiki:DarkTheme.css");
    border: 1px solid var(--theme-border-color);
    clear: right;
    display: table;
    float: right;
    margin-bottom: .5em;
    margin-left: 1em;
    padding: .2em;
    position: relative;
}

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");