При наведении курсора на строку форума, она выделяется.
Цвет выделения можно поменять.
Управление дизайном --> Таблица стилей (CSS) в самый низ ставим этот код:
Code
td.forumLastPostTd,
td.forumIcoTd,
td.threadIcoTd,
td.forumNameTd,
td.threadNametd,
td.forumPostTd,
td.threadPostTd,
td .threadViewTd,
td.threadAuthTd,
td.forumThreadTd,
td.threadLastPostTd {border: 0px #000000 solid;}
table.gTable tr:hover td.forumLastPostTd,
table.gTable tr:hover td.forumIcoTd,
table.gTable tr:hover td.threadIcoTd,
table.gTable tr:hover td.forumNameTd,
table.gTable tr:hover td.threadNametd,
table.gTable tr:hover td.forumPostTd,
table.gTable tr:hover td.threadPostTd,
table.gTable tr:hover td.threadViewTd,
table.gTable tr:hover td.threadAuthTd,
table.gTable tr:hover td.forumThreadTd,
table.gTable tr:hover td.threadLastPostTd,
table.gTable tr:hover td.forumLastPostTd { border: 1px #1767CB dashed; }