Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
link color challenge
Hello,
We all know that the best link color is blue for unvisited links, purple for visited ones, and red for hovers and active. however, I have this red website (in russian), which is all in red including links. Right now, I have this:
however visited links are pale. Could you please advise me on the color of the visited links. First i wanted to turn off underlining for them, but them i realized that logically all links should be underlined. So right now i have this color problem.
any ideas on the color would be appreciated .. thanks
We all know that the best link color is blue for unvisited links, purple for visited ones, and red for hovers and active. however, I have this red website (in russian), which is all in red including links. Right now, I have this:
a:link{
text-decoration: underline;
color: #c70102;
background-color: inherit}
a:visited {
color: #CC6666;
text-decoration: underline;
background-color: inherit
}
a:hover {
text-decoration: none;
background-color: inherit;
color: #FF0000}
however visited links are pale. Could you please advise me on the color of the visited links. First i wanted to turn off underlining for them, but them i realized that logically all links should be underlined. So right now i have this color problem.
any ideas on the color would be appreciated .. thanks
0
Comments
I cant see your site, the server gives me an error, so without looking I'd say try something like:
a:link { color: #AD0000; /* A slightly darker red */ text-decoration: underline; background-color: inherit; } a:visited { color: #6F0000; /* An even darker red */ text-decoration: underline; background-color: inherit; } a:hover { color: #FF0000; /* Red */ text-decoration: none; background-color: inherit; }
thanks .. i will try your colors, Krak
a:visited { color: #CC6666; text-decoration: underline; background-color: inherit }
is okay, you only need semi-colons to separate style rules.i have applied your colors Krak, except for the unvisited link color... looks fine, thanks... anyway i had a problem with visited links color...
check it out
Thanks all, and especially Krak
In which page?
Thank you.
<link rel="stylesheet"...
in HTML header source.So, you'll find css paths that one is using.
E.G.
/applications/dashboard/design/style.css