Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: скрыть колонку phpbb2 
Author Message
Tol!k



PostPosted: Tue Dec 08, 2009 03:15    Post subject: Reply with quote

Code:
@charset "utf-8";
/* колонка "Просмотров" */
BODY>TABLE[width="100%"]>TBODY>TR>TD.bodyline>FORM>TABLE.forumline>TBODY>TR>TH.thTop:nth-child(4),
BODY>TABLE[width="100%"]>TBODY>TR>TD.bodyline>FORM>TABLE.forumline>TBODY>TR>TD.row2:nth-child(5)
{display:none !important;}
/* ...и в новых сообщениях */
BODY>TABLE[width="100%"]>TBODY>TR>TD.bodyline>TABLE.forumline>TBODY>TR>TH.thTop:nth-child(6),
BODY>TABLE[width="100%"]>TBODY>TR>TD.bodyline>TABLE.forumline>TBODY>TR>TD.row1:nth-child(6)
{display:none !important;}
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group