Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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.
 



 
Blitzkri3gSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: ReColourizing Black Pearl & Links 
 
Joshua203 is right... have a look at the stylesheet, and particularly this section:

Code: [Download] [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.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
Blitzkri3gSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
Blitzkri3gSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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!)
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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: [Download] [Hide] [Select]
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->


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




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
Blitzkri3gSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: ReColourizing Black Pearl & Links 
 
I for one am usually intrested to see (or hear) results, thanks for your reply and compliments Blitzkri3g  
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron