Colour of "Autism Reality" link beside "Shop'

Page 2 of 2 [ 29 posts ]  Go to page Previous  1, 2

makuranososhi
Veteran
Veteran

User avatar

Joined: 12 May 2008
Age: 49
Gender: Male
Posts: 5,805
Location: Banned by Alex

18 Jan 2010, 1:15 pm

Can we get an answer as to why it is back to this abomination of a color? I'm about to start attempting to configure my browser to block anything that color - that red is bloody AWFUL!


M.


_________________
My thanks to all the wonderful members here; I will miss the opportunity to continue to learn and work with you.

For those who seek an alternative, it is coming.

So long, and thanks for all the fish!


Mysty
Veteran
Veteran

User avatar

Joined: 24 Jun 2008
Age: 56
Gender: Female
Posts: 1,762

18 Jan 2010, 2:11 pm

Being as it's right at the top of the screen, seems to me like, if it's a problem, you can deal with it by simply scrolling it out of view. Problem solved. I usually scroll down anyway right from the start so I can see more actual content, rather than headers, on my screen. And if I don't I still have to scroll down before too long. Either way, the link's not visible to me.


_________________
not aspie, not NT, somewhere in between
Aspie Quiz: 110 Aspie, 103 Neurotypical.
Used to be more autistic than I am now.


lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 77
Gender: Male
Posts: 9,798
Location: Somerset UK

18 Jan 2010, 7:26 pm

So... for those of you that have figured out how to get some CSS of your own to function in your browser, the code needed to force the link to a light grey is:

Code:
A.topnav > U > FONT { color: #CCC ! important; }

For Mozilla browsers, find your profile's "chrome" directory, and tack the above line onto the end of the file called "userContent.css" (copy "userContent-example.css" to form "userContent.css", if it doesn't already exist).

PS. Mysty - saying "It doesn't matter, because it's at the top" is the equivalent of saying "It doesn't matter it I clash large cymbals just beside your ear, because I only do it once, before every sentence I speak."


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer


Mysty
Veteran
Veteran

User avatar

Joined: 24 Jun 2008
Age: 56
Gender: Female
Posts: 1,762

18 Jan 2010, 9:13 pm

lau wrote:
PS. Mysty - saying "It doesn't matter, because it's at the top" is the equivalent of saying "It doesn't matter it I clash large cymbals just beside your ear, because I only do it once, before every sentence I speak."


Perhaps. But I didn't say that. Rather, I talked about a simple way to deal with it. Very different from saying "it doesn't matter".


_________________
not aspie, not NT, somewhere in between
Aspie Quiz: 110 Aspie, 103 Neurotypical.
Used to be more autistic than I am now.


lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 77
Gender: Male
Posts: 9,798
Location: Somerset UK

18 Jan 2010, 9:48 pm

Mysty wrote:
lau wrote:
PS. Mysty - saying "It doesn't matter, because it's at the top" is the equivalent of saying "It doesn't matter it I clash large cymbals just beside your ear, because I only do it once, before every sentence I speak."


Perhaps. But I didn't say that. Rather, I talked about a simple way to deal with it. Very different from saying "it doesn't matter".

You did not give any way to "deal with it", because you only gave a way to do something after it had already come into view. That is where the problem lies - in its initial appearance. The problem is related to hypersensitivity - which is commonly present with autism.

It is exactly the same problem that I have with animated avatars. I block them, otherwise I cannot (and I mean cannot) read the post beside them. I did (prior to AdBlock) drag the left-hand side of the browser off screen, or cover them up with my hand. I suppose the latter solution would suffice for the red link. I.e. whenever taking a link that would result in the top of the page being displayed, one could put ones hand over that part of the top edge of the browser, first, then scroll down once the page is displayed.

Another alternative would be to shut your eyes, and guess when to scroll?

A final solution would be to cease using WrongPlanet. It does seem a pity that such a major effect should result, when it would be a minor change to just stop the link being so obtrusive, offensive and painful.


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer


Mysty
Veteran
Veteran

User avatar

Joined: 24 Jun 2008
Age: 56
Gender: Female
Posts: 1,762

18 Jan 2010, 11:09 pm

Ah, so you've now agreed that scrolling it off the screen is a workable solution. You've just added additional steps.

If one has a wheel mouse, one doesn't even have to look at the screen. One small turn of the mouse wheel down.


_________________
not aspie, not NT, somewhere in between
Aspie Quiz: 110 Aspie, 103 Neurotypical.
Used to be more autistic than I am now.


sinsboldly
Veteran
Veteran

User avatar

Joined: 21 Nov 2006
Gender: Female
Posts: 13,488
Location: Bandon-by-the-Sea, Oregon

18 Jan 2010, 11:12 pm

lau wrote:
So... for those of you that have figured out how to get some CSS of your own to function in your browser, the code needed to force the link to a light grey is:
Code:
A.topnav > U > FONT { color: #CCC ! important; }

For Mozilla browsers, find your profile's "chrome" directory, and tack the above line onto the end of the file called "userContent.css" (copy "userContent-example.css" to form "userContent.css", if it doesn't already exist).


so, how does one apply your helpful information?

Merle


_________________
Alis volat propriis
State Motto of Oregon


lau
Veteran
Veteran

User avatar

Joined: 17 Jun 2006
Age: 77
Gender: Male
Posts: 9,798
Location: Somerset UK

19 Jan 2010, 5:37 am

For more detail on user style sheets, have a look at:
http://www.wrongplanet.net/postp2531360.html#2531360


_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports." Kamran Nazeer


jocundthelilac
Veteran
Veteran

User avatar

Joined: 29 Apr 2009
Age: 35
Gender: Female
Posts: 1,541
Location: Maggiland's vital regions :P

22 Jan 2010, 11:03 am

It makes me think of DANGER!! !!11


_________________
I'm a writer, not a fighter and my pen is always loaded.

Magnús Scheving is my Icelandic rose :)


kc8ufv
Veteran
Veteran

User avatar

Joined: 27 Jul 2008
Age: 44
Gender: Female
Posts: 762
Location: Toledo, OH

22 Jan 2010, 12:38 pm

lau wrote:
So... for those of you that have figured out how to get some CSS of your own to function in your browser, the code needed to force the link to a light grey is:
Code:
A.topnav > U > FONT { color: #CCC ! important; }

For Mozilla browsers, find your profile's "chrome" directory, and tack the above line onto the end of the file called "userContent.css" (copy "userContent-example.css" to form "userContent.css", if it doesn't already exist).

PS. Mysty - saying "It doesn't matter, because it's at the top" is the equivalent of saying "It doesn't matter it I clash large cymbals just beside your ear, because I only do it once, before every sentence I speak."


I don't know what you guys are talking about, all my links all down the page are light blue on black, except visited links which are maroon. All raw text is white on black. It helps when you specify to your browser to override server-specified color-schemes. (I keep my screen dark) :p Now, if only I could find a way to make that WrongPlanet.net logo with the cute alien blend in....



TallyMan
Veteran
Veteran

User avatar

Joined: 30 Mar 2008
Gender: Male
Posts: 40,061

22 Jan 2010, 2:57 pm

lau wrote:
So... for those of you that have figured out how to get some CSS of your own to function in your browser, the code needed to force the link to a light grey is:
Code:
A.topnav > U > FONT { color: #CCC ! important; }

For Mozilla browsers, find your profile's "chrome" directory, and tack the above line onto the end of the file called "userContent.css" (copy "userContent-example.css" to form "userContent.css", if it doesn't already exist).


Thank you Lau. That works a treat. That red abomination has been bothering me a lot. It is one of those irritating little things I have some sensory issues with. I've been hovering on the edge of a migraine for the last few days too and that red just slaps my brain. My full css file now looks like this if anyone wants to copy it in its entirety to get WP back to the way it used to look:

@-moz-document domain(wrongplanet.net) {
table * {
font-family: verdana !important;
}
input, option, .tiny, .cellbox, .formtexts, .catTitle, th.thHead, td.catHead, .gen, .forumlink, .postbody, .copyright,

.gensmall, .postdetails, .topnav {
font-size: 13px !important;
}
A.topnav > U > FONT { color: #CCC ! important; }


_________________
I've left WP indefinitely.


sartresue
Veteran
Veteran

User avatar

Joined: 18 Dec 2007
Age: 71
Gender: Female
Posts: 6,313
Location: The Castle of Shock and Awe-tism

22 Jan 2010, 3:34 pm

TallyMan wrote:
lau wrote:
So... for those of you that have figured out how to get some CSS of your own to function in your browser, the code needed to force the link to a light grey is:
Code:
A.topnav > U > FONT { color: #CCC ! important; }

For Mozilla browsers, find your profile's "chrome" directory, and tack the above line onto the end of the file called "userContent.css" (copy "userContent-example.css" to form "userContent.css", if it doesn't already exist).


Thank you Lau. That works a treat. That red abomination has been bothering me a lot. It is one of those irritating little things I have some sensory issues with. I've been hovering on the edge of a migraine for the last few days too and that red just slaps my brain. My full css file now looks like this if anyone wants to copy it in its entirety to get WP back to the way it used to look:

@-moz-document domain(wrongplanet.net) {
table * {
font-family: verdana !important;
}
input, option, .tiny, .cellbox, .formtexts, .catTitle, th.thHead, td.catHead, .gen, .forumlink, .postbody, .copyright,

.gensmall, .postdetails, .topnav {
font-size: 13px !important;
}
A.topnav > U > FONT { color: #CCC ! important; }


^^Does not compute topic

None of the above works for me, and so I have physically blocked the red with a cover that hides it just right.

At least I am not troubled by those annoying amimated ads.


_________________
Radiant Aspergian
Awe-Tistic Whirlwind

Phuture Phounder of the Philosophy Phactory

NOT a believer of Mystic Woo-Woo


TallyMan
Veteran
Veteran

User avatar

Joined: 30 Mar 2008
Gender: Male
Posts: 40,061

22 Jan 2010, 3:43 pm

sartresue wrote:
^^Does not compute topic

None of the above works for me, and so I have physically blocked the red with a cover that hides it just right.


Are you using Firefox? If so what is the problem? Maybe I can assist?


_________________
I've left WP indefinitely.