You are not logged in.
Hola,
Thanks to the web crew for all the hard work on the new arch website look.
Just wanted to suggest that maybe a color for the previously visited links (a:visited I think) could be chosen that wasn't so close to the plain text color.
Once a link has been visited, it's sort of hard to tell it from plain text.
Some of us old guys are already going blind from decades of working in front of a monitor in the dark 8-/
Thanks again for all the hard work!
android
Offline
Btw, visited link style can be a surprising vulnerability..
Now i disable that, but before i did i used a custom stylesheet, maybe that is easier for you than to wait for changes in the official style for the page.
Ogion
(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant
Offline
That's an interesting idea: overriding the web sites style sheet.
How exactly do you do that?
Thanks!
android
p.s. I did find and set this in about.config
layout.css.visited_links_enabled;false
Last edited by android (2010-09-09 00:34:51)
Offline
Well for Firefox there is that addon, Stylish. With that you can set site specific styles (css). Also check out userstyles.org where you can find such styles made by other people.
Ogion
(my-dotfiles)
"People willing to trade their freedom for temporary security deserve neither and will lose both." - Benjamin Franklin
"Enlightenment is man's leaving his self-caused immaturity." - Immanuel Kant
Offline
Stylish is also available for Chrome/Chromium, and there are ways of using custom stylesheets with most other browsers too.
Actually for the Arch forums, though, if you click on "Profile" above, then "Display" on the left, there are about 10 different styles for how the forums look which you can choose from. Only the default "ArchLinux" style has the problem mentioned here, though the others have a different issue where all links, whether visited or not, show in more or less the same color. (Though the new post indicator is probably a better guideline anyway.)
Offline
In your firefox profile find chrome/userContent.css and add something like
a:visited { color: #554499 !important; }
Offline
Btw, visited link style can be a surprising vulnerability..
Now i disable that, but before i did i used a custom stylesheet, maybe that is easier for you than to wait for changes in the official style for the page.
Ogion
Just for the record, that is fixed in firefox 4.
Offline
Btw, visited link style can be a surprising vulnerability..
Is that why visited links are in the same color? Why couldn't they be sniffed if they are the same color as regular text?
Offline