Changing Post Border Color

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Changing Post Border Color

Sofia
Hello does anyone know how to change the colors of the posting border ?



The grey one.. i want to somehow know if its possible to change its colors or even add a new background to it..

Thanks.
Reply | Threaded
Open this post in threaded view
|

Re: Changing Post Border Color

Pedro
Please, look at options -> application -> change appearance ->color -> medium border.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Changing Post Border Color

Sofia
Err its not the border i mean, its that grey think that surrounds the avatar, i tried looking for stylesheets for it even i can't find it, maybe you guys know :s
Reply | Threaded
Open this post in threaded view
|

Re: Changing Post Border Color

Pedro
It might be the Shaded Background.
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Changing Post Border Color

GregChapman
In reply to this post by Sofia
Sofia wrote
Err its not the border i mean, its that grey think that surrounds the avatar, i tried looking for stylesheets for it even i can't find it, maybe you guys know :s
As Pedro suggests, I suspect the relevant CSS is in the "shaded-bg-color" styling. The HTML around this area is:
<div class="classic-row">
  <div class="classic-header">
    <div class="classic-bar shaded-bg-color rounded-top">
        <div class="classic-author-name nowrap">
However, the code around the avatar itself Is:
<div class="avatar-inner">
  <a href="http://support.nabble.com/template/NamlServlet.jtp?macro=user_nodes&amp;user=396607" rel="nofollow" title="View profile of Sofia" class="nowrap no-decoration">
  <img class="avatar medium-border-color" src="http://support.nabble.com/file/a396607/avatar100.png" height="100" width="100" alt="Sofia" title="Sofia"/>
  <img src="/images/online.png" class="online396607 online invisible" title="User is online" alt="online"/></a>
</div>
so you could also check out the effects of altering the CSS for these three classes:
class="avatar-inner"
 class="avatar medium-border-color"

I regret, I haven't time to investigate further, currently.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: Changing Post Border Color

Sofia
Wow, i managed to change it now, thanks for helping =)