starvulture
Forum Replies Created
-
Yeah, that’s a good idea. Its still one more step for them, though or a couple more. Pressing save target as would probably be easier, the only problem being that if people didn’t read the part where I said this, and didn’t know this (and most computer literate people know save target as, but some still don’t) then they would get very frustrated and leave the site. So I would have to decide whether to make it inconvienent with the .zipped mp3 or with the right click.
Great thanks, that worked. (It wasn’t me who said I couldn’t see it.)
You were right, the origninal color was #0066cc
That looks much better. I am sure there are some sites where it is useful to know when you have already clicked on a link, but the red didn’t go with my color scheme, and I like links that don’t change color if they’re visited.
The places to edit were a bit confusing to me. Here is where the visited link color is:
.entry p a:visited {
color: #0066cc;
}I think this is the hover setting
a:hover {
color: #147;
text-decoration: underline;
}
Great thanks, that worked. (It wasn’t me who said I couldn’t see it.)You were right, the origninal color was #0066cc
Thanks, that looks much better. I am sure there are some sites where it is useful to know when you have already clicked on a link, but the red didn’t go with my color scheme, and I like links that don’t change color if they’re visited.
The places to edit were a bit confusing to me. Here is where the visited link color is:
.entry p a:visited {
color: #0066cc;
}I think this is the hover setting
a:hover {
color: #147;
text-decoration: underline;
}What is confusing is I think that this one is the normal setting for link color, even though it says hover because it has the normal color. Is this correct?
a, h2 a:hover, h3 a:hover {
color: #06c;
text-decoration: none;
}Thanks. Even though I am using a template, it is always nice to be able to edit these.
Alright, sounds like you are on the right track, I find many colors in it, but some of the hex numbers are very short like #333, does this imply that the rest are 0’s?
I think I found the color for the already clicked text, I think it is this one:
.entry p a:visited {
color: #b85b5a;
}but I can’t seem to find the original color to replace it with.
Here is a link to my site, thanks for your help.
https://www.seanfanning.com/blogAnd here is my stylesheet (will be long I know)
[moderated – too long]