Link color in ht_info

Q&A about the latest versions
Post Reply
User avatar
Hans RV3D
Posts: 24
Joined: Mon Jan 25, 2016 12:01 pm
Location: Germany
Contact:

Hello all,

how can I change the link color in the info box? I use the skin simplex_v6, there you can define a different color, but it still always appears in a very dark and difficult to read purple. I thank you in advance for helpful tips!

Hans

Image Image Image
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Hans,
This is modified using the skin editors Embedded Stylesheet, if you add the following:

Code: Select all

/* link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}
So it looks like this:

1.png
1.png (28.19 KiB) Viewed 1143 times

Then you will end up with green links and on mouseover, they will turn pink.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Hans RV3D
Posts: 24
Joined: Mon Jan 25, 2016 12:01 pm
Location: Germany
Contact:

Hi Hopki,

Image

I pasted the following in this field "CSS Stil inneres Eelement":

.ggskin {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

/* link */
a:visited {
color: green;
}

/* mouse over link */
a:hover {
color: hotpink;
}


but I still have the dark violett link color
Image

Hans
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Hans,
Sorry, I was not clear, it needs to go in the Skins Embedded Stylesheet.
This is found in the skin editors properties. To find this open the skin editor and with no elements selected you will see to the right the skin editor properties.

1.png
1.png (66.42 KiB) Viewed 1123 times

Open the Embedded Stylesheet and it will look like this:

2.png
2.png (28.94 KiB) Viewed 1123 times

Now paste in the code in my previous post so it looks like this:

3.png
3.png (42.71 KiB) Viewed 1123 times

That should get you going.
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Hans RV3D
Posts: 24
Joined: Mon Jan 25, 2016 12:01 pm
Location: Germany
Contact:

Good morning Hopki,

thans a lot, it works :D

Best regards

Hans
Post Reply