1

Topic: A new color table for Sticky Posts

Links or Pics are better than words ... so go to

http://www.allocine.fr/communaute/forum … erie=.html


Is it possible to have this ? When we stick a post, the whole line is in another color ? More readable for "dumb" users (and they are more and more ...)

2

Re: A new color table for Sticky Posts

You already have it.

tr.isticky td {background-color: whatever}

You can do the same with closed and new topics as well.  How you cope with something that is both sticky and new is upto you.

Moved to PunBB discussions.

3

Re: A new color table for Sticky Posts

Paul wrote:

You already have it.

tr.isticky td {background-color: whatever}

You can do the same with closed and new topics as well.  How you cope with something that is both sticky and new is upto you.

Moved to PunBB discussions.

in what file will i find this line

Re: A new color table for Sticky Posts

Ataxy wrote:
Paul wrote:

You already have it.

tr.isticky td {background-color: whatever}

You can do the same with closed and new topics as well.  How you cope with something that is both sticky and new is upto you.

Moved to PunBB discussions.

in what file will i find this line

should be "whateveryourstyleis_cs.css".

Re: A new color table for Sticky Posts

I can't find tr.isticky td in any of the files. Is this something that I need to add to mystyle_cs.css?

Re: A new color table for Sticky Posts

almost_there wrote:

I can't find tr.isticky td in any of the files. Is this something that I need to add to mystyle_cs.css?

Answered my own question.

What you need to do is open the _cs.css of whicever style your using found in the styles/import directory and add tr.isticky td {background-color: whatever} to the bottom of the file. Be sure to change "whatever" to the color you want.

7

Re: A new color table for Sticky Posts

Sorry but in my version of Punbb (1.2) I have "this" as code :

<tr>
                    <td class="tcl">
                        <div class="intd">
                            <div class="iclosed"><div class="nosize">Ce sujet est fermé</div></div>
                            <div class="tclcon">
                                Annoté: <strong>·</strong> <a class="showclosed" href="viewtopic.php?id=3733">[---- A LIRE --- ] Règles Forum Actus</a> <span class="byuser">par Rod</span>
                            </div>
                        </div>
                    </td>
                    <td class="tc2">0</td>
                    <td class="tc3">71</td>
                    <td class="tcr"><a href="viewtopic.php?pid=80674#p80674">08-05-2005 13:30:15</a> par Rod</td>
                </tr>

I see any tr.isticky ...

8

Re: A new color table for Sticky Posts

It was added in version 1.2.1. You appear to be running 1.2.0.

9

Re: A new color table for Sticky Posts

Damn

smile

Re: A new color table for Sticky Posts

i have the color for in my forum but runing in 1.2.5 look is cool