Sat, 14 Mar 2015 20:06:06 -0400 <[email protected]>:

> ...
> clones. I understand TH1 only works inside the header/footer
> sections, so is it possible to maybe change just their backgrounds?
> Currently, CSS sets my entire background color.

You can also use TH1 for the stylesheet (Admin > CSS). It's a proper
template just like header and footer.

Basically you'd just add something like:

   <th1>
   if [regexp "localhost" $baseurl] {
     puts "body { background: red; }"
   }
   </th1>

Alternatively try Admin > Logo to set a background image.
Your local instance can have a configuration different to your
online version. (Doesn't change until you `fossil config push..`)
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to