[Solved] changing post hyperlink color

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] changing post hyperlink color

PostAuthor: zenrei » Fri May 04, 2007 8:43 pm

Your phpBB Version: 2.0.22
phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Where do you go to change the color of a hyperlink in a post?

right now, i'm using the dark theme for 141, and the color stays the same when someone makes a hyperlink, making it hard to know it's a link unless you actually hover over it... i didn't see a class assigned to it, although, i may have missed it

Thank you in advance!
Last edited by zenrei on Sat May 19, 2007 6:34 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

Re: changing post hyperlink color

PostAuthor: Frost » Sat May 05, 2007 12:33 am

Please provide a link to your website. This way I can see your exact theme, as there are several dark themes. Also, provide the css file for your theme so I can show you what to change.
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 2:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: zenrei » Sat May 05, 2007 5:20 am

oh oops. i thought i filled that out :/

http://www.falloutzone.net

there's a css file for each color but here's one of them:

[code]  /* The content of the posts (body of text) */body{background]
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

Re: changing post hyperlink color

PostAuthor: Whisky » Sat May 05, 2007 6:32 am

[code]/* General page style */a]

Change the color there:
color:#CCCCCC (all hyperlinks grey)
color:FFFFFF (become white on mouseover)
Last edited by Whisky on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 2:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: zenrei » Sat May 05, 2007 9:21 am

oh ok, so there's no way to change JUST the post links, not all the links on the site?
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

Re: changing post hyperlink color

PostAuthor: Whisky » Sat May 05, 2007 9:37 am

<img> ho yeah this will change all links I misenderstood

To change the links only in posts add this to your CSS:

[code].postbody a {color]
Last edited by Whisky on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 2:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: zenrei » Sun May 06, 2007 4:04 pm

that did it!

Thank you Whisky!!
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

PostAuthor: zenrei » Sun May 13, 2007 9:34 am

out of curiosity, which file is .postbody commanded? because that code seems to work when you start the thread, but when people post url's in replies, the hover over color is working, but the url is white again, even though I specified red in for the url color:

Code: Select all
 .postbody a {color:#D2232A;} .postbody a:hover{color:#0000FF;}  
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

Re: changing post hyperlink color

PostAuthor: Frost » Tue May 15, 2007 2:46 am

Well... after about 30 minutes of digging through your site for some links to use for comparison, and after unexpectedly witnessing an article on a man engaging in self-gratification with an awl... I gave up and decided I would rather ask you here lol

Please provide a link to a page where the links are not being displayed properly.

P.S. #0000FF is blue <img>
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 2:04 am
Cash on hand: 0.00
Location: Photoshop CS3

PostAuthor: zenrei » Thu May 17, 2007 1:44 pm

lmaooo!!!

yeah, we have some *cough* colorful *cough* topics there sometimes <img>

yeah, i don't mind the hover over being blue...

Check out this link:

http://www.falloutzone.net/foz/viewtopi ... 2818#62818

the link is white, but in other places, links come up the color specified for the theme

but if you look at the links on the first post of this thread:

http://www.falloutzone.net/foz/viewtopic.php?t=3467


it's the correct color (green for green theme, red for red, etc)

notice the hover color works regardless
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

PostAuthor: nGAGE » Fri May 18, 2007 5:12 pm

To me the links display fine everywhere! But sometimes it's because a link was already clicked in the past for it to be in a different color.

In addition to above .css code, you could add to the first line after ".postbody a":
[code]  , .postbody a]

(or replace it to match the following:
[code]  .postbody a, .postbody a]
At least I think that should cover it! <img>
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

PostAuthor: zenrei » Sat May 19, 2007 6:33 pm

that did it!!

woo hoo!!
Last edited by zenrei on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
IntegraMOD 141 RULES!!
[img=left]http://www.falloutzone.net/foz/images/smiles/attentionwhore.gif[/img]

[url=http]Click here to go to my site built with IntegraMOD 141[/url] <img>
User avatar
zenrei
Sr Integra Member
Sr Integra Member
 
Posts: 286
Likes: 0 post
Liked in: 0 post
Joined: Mon Oct 09, 2006 8:36 am
Cash on hand: 0.00

PostAuthor: nGAGE » Sat May 19, 2007 6:43 pm

[SOLVED] <img>
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

PostAuthor: Whisky » Wed May 23, 2007 5:54 am

ha yeah, I didnt get into details directly you had to work a bit yourself too <img>
Last edited by Whisky on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 2:28 am
Cash on hand: 0.00
Location: Brussels


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]