Re: [fossil-users] How to change background color dynamically?

2015-03-15 Thread sky5walk
Thanks! That worked but why not with other globals? Are they not available with the default fossil.exe? I initially tried this TH1 in the CSS but it failed and assumed it was not allowed? /* This fails */ th1 if { [ string last c $project_name ] == [ string length $project_name ] - 1 } {

Re: [fossil-users] How to change background color dynamically?

2015-03-15 Thread mario
Sat, 14 Mar 2015 20:06:06 -0400 sky5w...@gmail.com: ... 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

[fossil-users] How to change background color dynamically?

2015-03-14 Thread sky5walk
Hi, All the skinning going on recently got me interested in tweaking my repo appearance. Not being html/css savvy in the least, I am stumped how to trick the CSS to use a variable background color if remote or localhost? Or I could key on the repo name if I append a 'c' to my clones. I understand