Topic: CSS class for closed topic

Something like :
<a href="closed_topic_id" class="closed">Closed_Topic_Name</a>

With a style like :
.closed {text-decoration: line-through}

By default, the closed topic are not show as closed.

Sorry for my french english.
GT4 Club driver France & Forum - Lingerie.

Re: CSS class for closed topic

Have a look at the tr tag for the closed topic row. It has the class "iclosed" if the topic is closed.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

3

Re: CSS class for closed topic

isn't 4.3 in _cs.css what you're looking for?

Ludo,

Re: CSS class for closed topic

Romuald wrote:

Something like :
<a href="closed_topic_id" class="closed">Closed_Topic_Name</a>

With a style like :
.closed {text-decoration: line-through}

By default, the closed topic are not show as closed.

Got it from: imports/stylename_cs.css    at bottom

TR.iclosed DIV.icon {
BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2
}

Re: CSS class for closed topic

Ouch sorry, Mozilla's view selection source didn't show it.

Thanks you.

Sorry for my french english.
GT4 Club driver France & Forum - Lingerie.