MediaWiki:Common.css: Difference between revisions

From MU Bless Online Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
     background-color: #2a2a2a !important;
     background-color: #2a2a2a !important;
}
}
/*#mw-content-container{*/
/* background-color: #323232;*/
/*}*/


#mw-content{
#mw-content{
Line 26: Line 22:


#mw-content-block, #mw-content-wrapper{
#mw-content-block, #mw-content-wrapper{
backgroud-color: #2a2a2a;
background-color: #2a2a2a;
}
}



Revision as of 20:36, 31 January 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
#ca-nstab-main { display: none !important; }
#ca-talk { display: none !important; }


html, body, #mw-wrapper {
    background-color: #2a2a2a !important;
}

#mw-content{
	background-color: white;
}

#site-navigation, #site-tools, #page-tools{
	background-color: #2a2a2a !important;
	border: none !important;
}

#mw-header-container{
	background-color: #151515;
}

#mw-content-block, #mw-content-wrapper{
	background-color: #2a2a2a;
}

#mw-content-block{
	padding: 0px !important;
}

#mw-content{
	background-color: #323232 !important;
	border: none !important;
}

.color-left, .color-right, .color-middle{
	background: #151515;
}

#mw-content-container{
	border-bottom: none;
	padding-bottom: 0px;
}

#mw-related-navigation{
	display: none;
}

.mw-footer-container{
	border-top: solid 1px #672b00;
}

#mw-site-navigation{
	padding-right: 0px;
}