MediaWiki:Timeless.css: Difference between revisions

From Objectshowpedia
Created page with "→‎All CSS here will be loaded for users of the Timeless skin: body { background-color: #00368c; →‎Change background color: color: #008c02; →‎Change text color: } .mw-body { background-color: #0562a8; →‎Change content area background: } .mw-header, .mw-footer { background-color: #d4cd00; →‎Change header and footer background: color: #a84605; →‎Change header and footer text color: }"
 
mNo 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 */
body {
  background-color: #00368c; /* Change background color */
  color: #008c02; /* Change text color */
}
.mw-body {
  background-color: #0562a8; /* Change content area background */
}
.mw-header, .mw-footer {
  background-color: #d4cd00; /* Change header and footer background */
  color: #a84605; /* Change header and footer text color */
}

Revision as of 14:13, 7 September 2024

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