Lead Adventure Forum

General => Announcements and forum stuff => About Forum => Topic started by: AndrewBeasley on 23 August 2020, 05:48:04 AM

Title: Requesting a change to the forum style sheet
Post by: AndrewBeasley on 23 August 2020, 05:48:04 AM

Is it possible for the CSS style sheet that drives the forum to have the underline added for links to other sites?

I've noticed that user added URLs have the style class="bbc_link" where as normal forum links (e.g Report to moderator) do not have the tag.

I'm not on my Mac at the mo (and despite what Apple say an iPad cannot replace a computer for everything) to find the css / php / java file but it could have
text-decoration: underlineadded to underline links off the top of my head.  I guess this is in the theme but it's a bit late at night (early morning) and I cannot even fix the font in this post so I'm off to bed!
Title: Re: Requesting a change to the forum style sheet
Post by: AndrewBeasley on 23 August 2020, 07:16:45 AM
OK - so I decided to crank up the Mac and have a look rather than going to sleep  lol

I was close - (no cigar - erroring forum) as it should be text-decoration: underline ;

It looks like its in index.css and they have tied the visited and unvisited link styles together for some reason.
The example from my earlier post (where I added the italics to show the link manually), the screen looks like:

(https://i.imgur.com/EiW13vg.png)




A change to this section as detailed above can create:


(https://i.imgur.com/G0ZCpEE.png)


Now technically, you should override this in your own css as index.css can get changed due to upgrades - possible in the bespoke theme you have BUT I would put index.css under change control and do it in there  :o  to make it simple as all the rest of the formatting for the bbc code is there.
Title: Re: Requesting a change to the forum style sheet
Post by: AndrewBeasley on 25 September 2020, 10:57:46 PM
Even adding underlines is inconsistent - all words used for links in my water post where formatted with underline first and then the link added but some show others do not.


Post is at [size=78%]http://leadadventureforum.com/index.php?topic=127213.msg1606755#msg1606755 (http://leadadventureforum.com/index.php?topic=127213.msg1606755#msg1606755)[/size]

Edit:
And does anyone know why the size attribute was added and not working on the above link as I did not do it???
Title: Re: Requesting a change to the forum style sheet
Post by: Shahbahraz on 27 September 2020, 01:18:52 AM
I'm just happy they copied the navigation and theme colours from my 1995 DBM  Australis site ;)
Title: Re: Requesting a change to the forum style sheet
Post by: WillPhillips on 30 September 2020, 04:50:51 PM
Making the links in the main body of the forum posts visually distinct - be that with an underline or different color - would be a real aid to scanning and identifying what's clickable and what's not.

I think this is a great recommendation.