[tw] Re: Matabele's Transparent overlay palette

2016-04-07 Thread Pau Deluca
Hi Matabele! I know! It was so freaking evident when Evolena said it, I felt ashamed. Now I (almost) got it. Thanks, pal. P.-) El miércoles, 6 de abril de 2016, 7:26:14 (UTC+2), Matabele escribió: > > Hi Pau > > I used alpha values in rgba() color codes -- the last value corresponds to > the

[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Matabele
Hi Pau I used alpha values in rgba() color codes -- the last value corresponds to the transparency (1=opaque, 0=invisible.) First convert your hex code to rgb() -- then add an alpha value to get the rgba() code. Here are a couple of useful links: http://www.colorizer.org/

[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Pau Deluca
Oh! Jee, I hadn't thought of it at all. I'll check! Thank you so very much. I was getting nuts :D El martes, 5 de abril de 2016, 10:36:53 (UTC+2), Evolena escribió: > > Hi, > > I'm not an expert, but I think the trick is in using rgba colors > : > >

[tw] Re: Matabele's Transparent overlay palette

2016-04-05 Thread Evolena
Hi, I'm not an expert, but I think the trick is in using rgba colors : tiddler-background: rgba(0,0,0,0.25); The first three numbers code for the color, and the last number (0.25) is the opacity (only for the background color, and not for the children of