News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Color linked text

Started by Pentaxian, November 17, 2010, 06:43:26 AM

Previous topic - Next topic

Norv

That's just impossible to miss, and more elegant than plain underline or bold.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Masterd

So, will this be changed or you two just argue about it?

Norv

It will be changed, of course. :)
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Masterd


Antechinus

Hey! What? This is SMF. Nothing will ever change. We'll just argue about it. ;D


* Antechinus goes to fire up Tortoise......................

Masterd

Quote from: Antechinus on December 04, 2010, 03:57:41 PM
Hey! What? This is SMF. Nothing will ever change. We'll just argue about it. ;D

Is this true or you are just joking?

Norv

LOL Masterd,
He's just joking.

That's what the smiley is for. :)
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Masterd

Quote from: Norv on December 05, 2010, 07:17:59 AM
LOL Masterd,
He's just joking.

That's what the smiley is for. :)

I thought so.

Antechinus

#28
Quote from: Masterd on December 05, 2010, 06:42:27 AMIs this true or you are just joking?

Quote from: Antechinus on December 04, 2010, 03:57:41 PM
* Antechinus goes to fire up Tortoise......................

Tortoise is an svn client. IOW, what I use to commit changes to the dev builds. ;)

If you want the changes now what I did was as follows:

Sources/Subs.php: find

'content' => '<a href="$1" class="bbc_link new_win" target="_blank">$1</a>',

replace:

'content' => '<a href="$1" class="bbc_link" target="_blank">$1</a>',

Do the same for the next tag too (remove the new_win class)

Index.css: find

/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
color: #778899;
}


replace:

/* Styling for BBC tags */
.bbc_link:link, .bbc_link:visited
{
border-bottom: 1px solid #A8B6CF;
}
.bbc_link:hover
{
text-decoration: none;
border-bottom: 1px solid #346;
}

Masterd

Than you for providing this changes so fast. :D

What about the orange colour?

Antechinus

Decided against using it in default.

Kindred

orange is ugly. :P

BTW: That red is very hard to see the contrast, especially for people with color-blindness, hence the blue

The border-bottom is not a bad choice.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Antechinus

I know it is not a bad choice. It saves interminable team arguments over which colours are both visible and not fuggers. ;D

Skhilled

What I used to do with RC1 was edit style.css and change the links to an appropriate color according to my chosen theme. Since style.css is no longer used (I think) you should just be able to edit index.css (haven't tried this yet) until a fix is made. :)

Arantor

I remember the big old argument there was over the link colour in RC3 after people pointed out that RC2's was so hard to read, and RC3 had the lighter blue colour.

Was there actually anything wrong with it, since the team liked it, I don't recall anyone disliking it...

Norv

There were and will always be different opinions on an issue like this. It depends on too many subjective factors, including one's eyesight (for example, I've noticed that personally, I have problems seeing clearly text/background combinations that others see with no issues.)

Either way, this has been solved now, and the current solution will be used in 2.0 Final version.
To-do lists are for deferral. The more things you write down the later they're done... until you have 100s of lists of things you don't do.

File a security report | Developers' Blog | Bug Tracker


Also known as Norv on D* | Norv N. on G+ | Norv on Github

Adish - (F.L.A.M.E.R)

I liky orange/brown/wateva up ther! ;D

Masterd


Advertisement: