Shop  •   Avatar  •   FAQ  •   Search  •   Memberlist  •   Usergroups  •   Profile  •   Log in to check private messages  •   Log in  •  Register 

POWDER MONKEY -- We are talking mutiny here
Post new topic   Reply to topic     Forum Index -> Tavern Goto page Previous  1, 2, 3
View previous topic :: View next topic  
Author Message
PiratesFan
Rigger
Posts: 1689


23509 Gold -

PostPosted: Thu Jan 22, 2004 12:50 am    Post subject: Reply with quote

Are you talking about doing it yourself or an automatic pick up URL and change the color to a default blue ??

like

What annoyed you the most about Tropico 2?

That would make it easier that is for sure to tell what is the link when your labeling it something besides the www address to mamke it more likeable to click on Smile

Now on crazy posters .... That would be more than 400 posts per day..... do they not have a life ??

edit ===ok couldn't cahnge color but could change size
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Falconer
Captain
Posts: 1902



2865 Gold -

PostPosted: Thu Jan 22, 2004 6:16 pm    Post subject: Reply with quote

Don't mind at all. Smile Looked at it earlier but couldn't find where the stylesheet is hiding for phpBB. Will beat it sometime soon though. Hope to have some time next week, actually will try and take a week off work soon, will have time then. Smile
Back to top
View user's profile Send private message Visit poster's website
El Diablo
Cutthroat
Posts: 334


218 Gold -

PostPosted: Thu Jan 22, 2004 8:25 pm    Post subject: Reply with quote

Falconer,

if there is a possibility to include fat + underlined letters, it would do the job. I believe, in most other boards it is that way. Smile
_________________
Don't consider a creation to beeing perfect, unless you sat on it from dusk till dawn
Back to top
View user's profile Send private message
Falconer
Captain
Posts: 1902



2865 Gold -

PostPosted: Thu Jan 22, 2004 8:55 pm    Post subject: Reply with quote

Yeah will do it bold. Just have to find the damn thing hehe...
Back to top
View user's profile Send private message Visit poster's website
El Diablo
Cutthroat
Posts: 334


218 Gold -

PostPosted: Thu Jan 22, 2004 9:24 pm    Post subject: Reply with quote

Falconer wrote:
Yeah will do it bold. Just have to find the damn thing hehe...


just devide up the plunder... Wink Laughing
_________________
Don't consider a creation to beeing perfect, unless you sat on it from dusk till dawn
Back to top
View user's profile Send private message
Capt-JakBlak
Swabbie
Posts: 117


193 Gold -

PostPosted: Sat Jan 24, 2004 1:51 am    Post subject: Reply with quote

Code:
/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link   { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


Then again, that's from the subSilver.css, for the subSilver theme that comes with phpBB, but I bet that you could do a search for .postbody in the css file for your template and you'd find it. Hope that helps.
Back to top
View user's profile Send private message MSN Messenger
Falconer
Captain
Posts: 1902



2865 Gold -

PostPosted: Sun Jan 25, 2004 8:58 am    Post subject: Reply with quote

Testing bold links:

http://www.bluesnews.com


Last edited by Falconer on Sun Jan 25, 2004 9:16 am; edited 2 times in total
Back to top
View user's profile Send private message Visit poster's website
Falconer
Captain
Posts: 1902



2865 Gold -

PostPosted: Sun Jan 25, 2004 9:06 am    Post subject: Reply with quote

Nope, not in there Blak. This stylesheet looks very little like the SubSilver one. It's as if the class=postbody is totally ignored here. Can't do an overall chnage as that'll screw up just about everything else.

Guess I'll have to keep on lookin' Smile
Back to top
View user's profile Send private message Visit poster's website
Capt-JakBlak
Swabbie
Posts: 117


193 Gold -

PostPosted: Sun Jan 25, 2004 10:07 am    Post subject: Reply with quote

Got it. Took me a while to figure out which theme you were using, FIsubgrey, right? Off of ForumImages, right? Anyways, if you open fisubgrey.css and goto line 23, you should have this:
Code:
a:link,a:active,a:visited,a.postlink{color:#000000;text-decoration:none}


I took out the a.postlink and got rid of that extra comma so it looked like this:
Code:
a:link,a:active,a:visited{color:#000000;text-decoration:none}


I then went to line 32 - looks like this:
Code:
.postbody{font-size:12px;line-height:125%}

Added a line and stuck this in:
Code:
a.postlink{color:#000099;text-decoration:underline}


So with all that said and done, lines 32-33 should look like so:
Code:
.postbody{font-size:12px;line-height:125%}
a.postlink{color:#000099;text-decoration:underline}


Now, of course you can change the color and style anyway you like, it's just an example. The important thing is that a.postlink is the element you want to direct your attention at. Hope that does it for ya.Smile[/url]
Back to top
View user's profile Send private message MSN Messenger
Hayreddin Barbarossa
Swabbie
Posts: 88


610 Gold -

PostPosted: Sun Jan 25, 2004 10:07 pm    Post subject: Let's test! Reply with quote

-
Let's test:

Cutlass Isle
_

Nope. Not activated yet? Rolling Eyes
_
_________________

Hayreddin Barbarossa, proud member of the LIB
Back to top
View user's profile Send private message Visit poster's website AIM Address
Falconer
Captain
Posts: 1902



2865 Gold -

PostPosted: Mon Jan 26, 2004 6:10 pm    Post subject: Reply with quote

Activated now. Smile

Thanks Blak, much obliged. Had half an hour the other day and tried digging it up but couldn't find it. Tried changing but never would have dreamed of actually having to add lines.

Another problem solved.

Next week, it looks like I'll have the whole week off (Yay!) and unless I book some last minute, it looks like I'll have some time to work on other stuff (finally!).
Back to top
View user's profile Send private message Visit poster's website
Hayreddin Barbarossa
Swabbie
Posts: 88


610 Gold -

PostPosted: Mon Jan 26, 2004 6:25 pm    Post subject: Reply with quote

-
Ehem... Why can' I see the difference? Hmm... Let me try again:

Cutlass Isle
_

Nope. Shocked
_
_________________

Hayreddin Barbarossa, proud member of the LIB
Back to top
View user's profile Send private message Visit poster's website AIM Address
PiratesFan
Rigger
Posts: 1689


23509 Gold -

PostPosted: Mon Jan 26, 2004 6:29 pm    Post subject: Reply with quote

Good job Capt... I lke the change Falconer
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Hayreddin Barbarossa
Swabbie
Posts: 88


610 Gold -

PostPosted: Mon Jan 26, 2004 6:33 pm    Post subject: Reply with quote

-
*cries and rams the walls*
_
_________________

Hayreddin Barbarossa, proud member of the LIB
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Tavern All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group