Re: [GNC] Report Style Sheets with un-decorated links?

2023-04-10 Thread Tommy Trussell
Vincent: Sorry for the delayed response. Thank you for the helpful
suggestion. I just tried it, and it works just as I needed.

P.S.: I don't know when the right-click option "Inspect Element" appeared
in the report view, but that should be very helpful for testing other
customizations. Unfortunately while playing with it my display manager
crashed, but that might be a Wayland thing.

On Thu, Apr 6, 2023 at 9:27 PM Vincent Dawans  wrote:

> Tommy:
>
> I only know how to do it with the CSS style-sheet, so you have to pick
> that one in your report option.
>
> But first to edit the stylesheet, go to Edit - Stylesheets, then select
> CSS-based stylesheet and click on Edit.
> Then add the following to the very bottom. The first part removed the
> underline, the second the italic and color.
>
> a:link {
>   text-decoration: none; /* removes the underline from links */
> }
>
> a {
>   font-style: normal; /* removes the italics from links */
>   color: black; /* removes the blue color from links*/
> }
>
> Sincerely,
>
> Vincent Dawans
>
>
>
>
> On Thu, Apr 6, 2023 at 4:34 PM Tommy Trussell 
> wrote:
>
>> Is there any way to define a report Style Sheet so that links work AND
>> they
>> are not underlined or italicized?
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Report Style Sheets with un-decorated links?

2023-04-06 Thread Vincent Dawans
Tommy:

I only know how to do it with the CSS style-sheet, so you have to pick that
one in your report option.

But first to edit the stylesheet, go to Edit - Stylesheets, then select
CSS-based stylesheet and click on Edit.
Then add the following to the very bottom. The first part removed the
underline, the second the italic and color.

a:link {
  text-decoration: none; /* removes the underline from links */
}

a {
  font-style: normal; /* removes the italics from links */
  color: black; /* removes the blue color from links*/
}

Sincerely,

Vincent Dawans




On Thu, Apr 6, 2023 at 4:34 PM Tommy Trussell 
wrote:

> Is there any way to define a report Style Sheet so that links work AND they
> are not underlined or italicized?
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.