View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

ChangingWhiteBackgroundColor

How to

Try Inserting this
bit of html in your page


<html>
   <style type="text/css">    
     body {
       background: wheat; color: black;  
     }
   </style>            
</html>

Fine, but is there away to do
it for the whole wiki, via style sheets?
==========================================================
Yes, but without any style sheets,just stop the server, go to
swiki\default\files\schemes\simple(or what ever the name
of the scheme you want to use is)\colorScheme.sm

and edit the background color in colorSchem.sm with
your favorite editor. Restart the server. And you are done.