MediaWiki:Timeless.css: Difference between revisions

From The Hexian Archives
No edit summary
Tag: Reverted
No edit summary
 
(24 intermediate revisions by the same user not shown)
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 */


body {
div #mw-content, div #mw-header-container {
    background-color: #999;
  background-color: #eef;
}
 
div.sidebar-chunk #site-navigation {
  background-color: #cef;
}
 
div #mw-content-container {
  background-color: #229;
}
 
div #mw-footer-container {
  background-color: #116;
}
 
html {
  background-color: #116;
}
}

Latest revision as of 15:59, 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.sidebar-chunk #site-navigation {
   background-color: #cef;
}

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

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

html {
   background-color: #116;
}