ReColourizing Black Pearl & Links »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - ReColourizing Black Pearl & Links



Blitzkri3g [ Tue 25 Oct, 2011 09:37 ]
Post subject: ReColourizing Black Pearl & Links
Mighty Gordon first of all THANKS for the best phpbb3 Style ever!
This is my style of choice and the default in my site/forum!

I have a question for you though cos I a total newb in these matters.

I used ColorizeIt to make it Black and White but since it changes every
colour without discrimination I need to change the colour of the posted links.
Now every link posted is the same colour as plain text in a post.

What do I need to edit/change to make links appear for example red?

N.


Joshua203 [ Tue 25 Oct, 2011 12:31 ]
Post subject: Re: ReColourizing Black Pearl & Links
Welcome to IcyPhoenix Blitzkri3g,

First of all, I have moved your post out of the release thread, if you you want to thank MG in there, report a bug or something similar then be my guest and make a new post there.
But since your post contained a support request it's best placed here instead of in a stickyed topic about releases.

Now on to your question...

I can imagine if you colourize red and yellow to change it to white that it would change all link colours (since they are using those exact colours, not just menubar-, forum-, title- links and whatever more)

I think you need to take a close look at the stylesheet.css and for example search for the term "link".
This may become quite a puzzle once you start messing with it but IMHO it's the best way.

If you still need help after taking this close look ..please try to be very specific about what you want exactly and maybe hand us a link to the place you are talking about.

Greetings,
...Joshua203


Mighty Gorgon [ Sun 30 Oct, 2011 10:51 ]
Post subject: Re: ReColourizing Black Pearl & Links
Joshua203 is right... have a look at the stylesheet, and particularly this section:

Code: [Hide] [Select]
a:link {
color: #FFCC33;
text-decoration: none;
}

a:visited {
color: #FFCC33;
text-decoration: none;
}

a:hover {
color: #DD2222;
text-decoration: underline;
}

a:active {
color: #FFCC33;
text-decoration: none;
}

a.forumlink, a.forumlink:visited {
color: #FFCC33;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
}

a.forumlink:hover, a.forumlink:active {
color: #DD2222;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}

a.topictitle {
margin: 1px 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}

a.topictitle:visited {
color: #FFCC33;
text-decoration: none;
}

th a,
th a:visited {
color: #0088FF !important;
text-decoration: none;
}

th a:hover {
text-decoration: underline;
}

a.subforum.read {
background-image: url('./images/subforum_read.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}

a.subforum.unread {
background-image: url('./images/subforum_unread.gif');
background-repeat: no-repeat;
background-position: 3px;
padding-left: 12px;
}

.forum-buttons a, .forum-buttons a:visited {
color: #FFCC33;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}

.forum-buttons a:hover, .forum-buttons a:active {
color: #DD2222;
font-weight: bold;
text-decoration: none;
vertical-align: top;
}



Thanks for the compliments.


Blitzkri3g [ Mon 31 Oct, 2011 00:55 ]
Post subject: Re: ReColourizing Black Pearl & Links
Thank you very much for the replies!
I m looking into the CSS code and I ll let you know what I ve come up with!
Hope I ll get it right!
N.


Blitzkri3g [ Fri 04 Nov, 2011 22:16 ]
Post subject: Re: ReColourizing Black Pearl & Links
Well,all is well...
The problem is that the links colours for the posts are used universally in the forum.
The same colour is used for example for the thread links etc.

Any tips in customising the CSS code more?!
N.


Joshua203 [ Sat 05 Nov, 2011 01:49 ]
Post subject: Re: ReColourizing Black Pearl & Links
Joshua203 wrote: [View Post]
please try to be very specific about what you want exactly and maybe hand us a link to the place you are talking about.


and maybe even attach the css you have sofar (the one closest to the result you want!)


Mighty Gorgon [ Fri 11 Nov, 2011 10:07 ]
Post subject: Re: ReColourizing Black Pearl & Links
If I understand correctly you want to change only the color of the links posted in posts... is that right?

In that case it's better to create a new class and edit your bbcode.html file:

Code: [Hide] [Select]
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->


The class you are looking for is called "postlink" now.


Joshua203 [ Fri 11 Nov, 2011 10:13 ]
Post subject: Re: ReColourizing Black Pearl & Links
Meantime I've seen this board (because of a help thread at phpbb release) and he came pretty close (I heard no complaints about how it is now ).
If Blitzkri3g would have responded for more help I would have suggested Prime Links mod, which would do what you suggest and a little more if needed


Blitzkri3g [ Mon 12 Dec, 2011 13:15 ]
Post subject: Re: ReColourizing Black Pearl & Links
Joshua203 wrote: [View Post]
Meantime I've seen this board (because of a help thread at phpbb release) and he came pretty close (I heard no complaints about how it is now ).
If Blitzkri3g would have responded for more help I would have suggested Prime Links mod, which would do what you suggest and a little more if needed


Hey there,just saw that email from the forum and logged in to see whats going on!

Well,I ll give Prime Links MOD to see what I can come up with and post the results!

This forum is a valuable source of help and you guys are fantastic!
Thanks again for all your support and help!
So far,my board is running great!
I m having an empty error Log for 3 months now!
Thats a first for us,believe me!
N.


Joshua203 [ Mon 12 Dec, 2011 14:30 ]
Post subject: Re: ReColourizing Black Pearl & Links
I for one am usually intrested to see (or hear) results, thanks for your reply and compliments Blitzkri3g




Powered by Icy Phoenix