LocalCSS

See Cookbook:LocalCSS for documentation on this page.

These set the PmWiki group All groups to a different background-color for testing.

 *.*
html, body, #bodywrap, #wikicmds, #wikileft, #wikibody {
  background-color: #f2f0e6 !important;
}

.sidehead, h1, h2, h3, h4, h5, h6 {
  color: #800;
}