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.
You are not logged in. Please login or register.
PunBB Forums → Feature requests → 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.
Have a look at the tr tag for the closed topic row. It has the class "iclosed" if the topic is closed.
isn't 4.3 in _cs.css what you're looking for?
Ludo,
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
}
Ouch sorry, Mozilla's view selection source didn't show it.
Thanks you.
PunBB Forums → Feature requests → CSS class for closed topic
Powered by PunBB, supported by Informer Technologies, Inc.