MediaWiki:Timeless.css: Difference between revisions

From The Hexian Archives
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */


div #mw-content #site-navigation {
div #mw-content, div #mw-header-container {
   background-color: #eef;
   background-color: #eef;
}
}

Revision as of 15:54, 18 July 2022

/* All CSS here will be loaded for users of the Timeless skin */

div #mw-content, div #mw-header-container {
   background-color: #eef;
}

div #mw-header-container {
   background-color: #eef;
}

div #mw-content-container {
   background-color: #229;
}

div #mw-footer-container {
   background-color: #116;
}