You are not logged in.

#1 2010-09-09 00:22:15

android
Member
From: San Diego
Registered: 2003-04-18
Posts: 160

color of visited links in new web styling

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

#2 2010-09-09 00:28:13

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: color of visited links in new web styling

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

#3 2010-09-09 00:33:11

android
Member
From: San Diego
Registered: 2003-04-18
Posts: 160

Re: color of visited links in new web styling

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

#4 2010-09-09 00:41:41

Ogion
Member
From: Germany
Registered: 2007-12-11
Posts: 367

Re: color of visited links in new web styling

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

#5 2010-09-09 00:48:55

frabjous
Member
Registered: 2010-07-13
Posts: 367

Re: color of visited links in new web styling

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

#6 2010-09-09 00:52:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: color of visited links in new web styling

In your firefox profile find chrome/userContent.css and add something like

a:visited { color: #554499 !important; }

Offline

#7 2010-09-12 23:13:02

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: color of visited links in new web styling

Ogion wrote:

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

#8 2010-12-31 18:59:03

Don Coyote
Member
From: Great Lakes Region
Registered: 2010-09-06
Posts: 109

Re: color of visited links in new web styling

Ogion wrote:

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

Board footer

Powered by FluxBB