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
Alextp



PostPosted: Sun Dec 06, 2009 22:45    Post subject: скрыть колонку phpbb2 Reply with quote

Есть ли способ скрыть колонку таблицы "Просмотров"?

Решение для FF:
1- ставить http://usercss.ru/how-to-install/#firefox
2- прописать стиль в настройках:

Code:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forum.wincmd.ru") {
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;}
}


Last edited by Alextp on Sat Dec 19, 2009 01:32; edited 4 times in total
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group