MediaWiki:Common.css: Difference between revisions

From The Industrial World Rebirth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


/*Задник*/
/*Задник*/
body {background: #172126;}
body {
background: #172126;
overflow: hidden;
}





Revision as of 04:26, 6 January 2023

/* CSS placed here will be applied to all skins */

/*Задник*/
body {
background: #172126;
overflow: hidden;
}


#content {background-color: #2c4450; }

#p-navigation {background-color: #5a6468;}