Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Black Pearl Post Links In Stylesheet.css? 
 
What do I need to change in the stylesheet.css to have links posted in a topic a different color?  Right now every time I change it, it affects other links in the style.  I just want the one that people actually use the [url] tags within a post to stand out but somehow it's connected with my link titles in the forum so I had to make it silver when I really wanted it red.
 



 
victory1Send 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: Black Pearl Post Links In Stylesheet.css? 
 
I think you could try adding a  "missing" class to the stylesheet for that:

the class looks like it's allready in use in the bbcode template file but i can not find it in the default css... the class i'm talking about is:

postlink
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Post Links In Stylesheet.css? 
 
You are right.  For some reason the postlink is missing in the Black Pearl CSS, so the link inherits from the other links on your board and make it impossible to change since it affects other things on the board.  I fixed it by adding this after .posthilit in the stylesheet.css

Code: [Download] [Hide]
  1. .postbody a, a.postlink { 
  2.         color: #AF0C1A !important; 

 



 
victory1Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Black Pearl Post Links In Stylesheet.css? 
 
it's not just missing in black pearl .. it's missing in subsilver! (and as you know black pearl is based on that .... i have not checked prosilver because it was pointless)

i will have a look at your fix later because i went about it another way and got it working too, your way looks a bit shorter than what i did (but this might be because i use a mod that DOES use postlink in the stylesheet, and i just added there [primelinks])

anyway if your fix did the trick it's all just fine i guess  


EDIT:
in case you want to know what i did to prime links:

Code: [Download] [Hide] [Select]
.postlink {
    background:url(window.gif) no-repeat left center;
    padding-left:16px;
    color: lime;
}

.postlink:hover {
    background-image:url(window_a.gif);
    color: lime;
}

.pdf_link, .pdf_link:hover {
    background:url(pdf.gif) no-repeat left center;
    padding-left:14px;
    color: lime;
}

a.postlink, a.postlink:visited {
    color: lime;
}

a.postlink:hover, a.postlink:active {
    color: lime;
}


and i just used lime for quick brainless testing hehehehehe
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [SOLVED] Black Pearl Post Links In Stylesheet.css? 
 
Thanks Joshua203,
great explanation.

Marked topic as solved
 




____________
TheSteffen
Often SEARCH is the quickest way to get support.
IcyPhoenix German Support
 
TheSteffenSend private message  
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