MediaWiki:Common.css/src/interface/mainBox.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

/********* main content box *********/
@use '../lib';
/* @import interface/mainBox/navBar.css */

/* @import interface/mainBox/content.css */

/* @import interface/mainBox/footer.css */

/* background box for nav+content+#footer */
#mw-page-base{
	box-shadow: var(--theme-widget-shadow);
	border-radius: var(--theme-widget-border-radius);
	background: none;
	z-index: -1;
}
#mw-head, #content, #footer{
	margin: 0;
}
#mw-head{
	border-bottom-width: 0;
}
#content{
	border-top-width: 0;
	border-bottom-width: 0;
}
#footer{
	border-top-width: 0;
}
/* the "grass" for main box */
#mw-head-base{
	@include lib.the-grass(relative);
	z-index: 1;
}