TWikiWebCss

Default WebCss component for your TWiki site. Create a WebCss topic in your web to override the content of this topic.

%STARTINCLUDE%
%STOPINCLUDE% <!-- remove this line 
                   to enable the example settings below -->
<style type="text/css">
.natSearchBox input,
.natHeaderArt {
  background-color: %WEBBGCOLOR%;
}

/*
.natBody {
  background-color: ...
}
*/
</style>
%STOPINCLUDE%