MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Reverted |
m (Replaced content with "→============================================ MANA BREAK WIKI - MAIN STYLESHEET ============================================: →Google Fonts: @import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap'); →Core Modules - Imported in order: @import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Colors.css&action=raw&ctype=text/css"); @import url("https://mbwiki.stairwaygames.work/w/index.php?ti...") Tags: Replaced Reverted |
||
| Line 1: | Line 1: | ||
/* ============================================ | /* ============================================ | ||
MANA BREAK WIKI - MAIN STYLESHEET | MANA BREAK WIKI - MAIN STYLESHEET | ||
============================================ */ | ============================================ */ | ||
/* = | /* Google Fonts */ | ||
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap'); | |||
: | /* Core Modules - Imported in order */ | ||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Colors.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Typography.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Tables.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Infoboxes.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Navbox.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Components.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:RaceTooltips.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Editor.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Mobile.css&action=raw&ctype=text/css"); | |||
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Print.css&action=raw&ctype=text/css"); | |||
/* Dark Theme Background */ | |||
body.skin-vector-dark { | |||
background: url("https://mbwiki.stairwaygames.work/w/images/9/9a/Site-background-dark.png") no-repeat fixed center center / cover !important; | |||
background | |||
/ | |||
/ | |||
/ | |||
. | |||
/ | |||
} | } | ||
/* Utility Classes */ | |||
.mobileHide, .mobile-only, .no-desktop { | |||
/* | |||
. | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* Fixes */ | ||
. | .wikiEditor-ui-text > .ui-resizable { | ||
width: 100% !important; | width: 100% !important; | ||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
/* Hide default TOOLBOX nav section on sidebar */ | |||
#mw-navigation > #mw-panel > #p-tb { | |||
display: none; | |||
} | } | ||
Revision as of 09:08, 25 March 2026
/* ============================================
MANA BREAK WIKI - MAIN STYLESHEET
============================================ */
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap');
/* Core Modules - Imported in order */
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Colors.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Navigation.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Typography.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Tables.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Infoboxes.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Navbox.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Components.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:RaceTooltips.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Editor.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Mobile.css&action=raw&ctype=text/css");
@import url("https://mbwiki.stairwaygames.work/w/index.php?title=MediaWiki:Print.css&action=raw&ctype=text/css");
/* Dark Theme Background */
body.skin-vector-dark {
background: url("https://mbwiki.stairwaygames.work/w/images/9/9a/Site-background-dark.png") no-repeat fixed center center / cover !important;
}
/* Utility Classes */
.mobileHide, .mobile-only, .no-desktop {
display: none !important;
}
/* Fixes */
.wikiEditor-ui-text > .ui-resizable {
width: 100% !important;
max-width: 100%;
}
/* Hide default TOOLBOX nav section on sidebar */
#mw-navigation > #mw-panel > #p-tb {
display: none;
}