SanyaSamp Posted February 17, 2014 Share Posted February 17, 2014 Как сделать так, что бы при наведении на раздел, она выделялась, как на форуме (Не реклама) Quote Link to comment Share on other sites More sharing options...
RealUser Posted February 17, 2014 Share Posted February 17, 2014 Стиль это такой.. Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 Стиль это такой.. Ну у сделать как? У меня стиль ForumVolt Skin Quote Link to comment Share on other sites More sharing options...
RealUser Posted February 17, 2014 Share Posted February 17, 2014 Это вроде только на официальном стиле, который стоит 1$, тот который я в паблик кидал рипнутый Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 Это вроде только на официальном стиле, который стоит 1$, тот который я в паблик кидал рипнутый Но все равно как то же можно сделать Quote Link to comment Share on other sites More sharing options...
Lordbl4 Posted February 17, 2014 Share Posted February 17, 2014 hover не поможет разве? Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 hover не поможет разве? x3. Какой именно код? ;D Quote Link to comment Share on other sites More sharing options...
Envy Posted February 17, 2014 Share Posted February 17, 2014 .col_c_forum:hover { Опции выделения } Аналогично создать классы col_c_icon, col_c_post и col_c_stats Должно работать. Экспериментируй AUYKGN 1 Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 .col_c_forum:hover { Опции выделения } Аналогично создать классы col_c_icon, col_c_post и col_c_stats Должно работать. Экспериментируй В этом я нуб ;D скажи плиз код Quote Link to comment Share on other sites More sharing options...
Naout Posted February 17, 2014 Share Posted February 17, 2014 ап Quote Link to comment Share on other sites More sharing options...
Envy Posted February 17, 2014 Share Posted February 17, 2014 Добавь в ipb_styles.css .col_c_forum:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_icon:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_stats:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_post:hover { background-color: #B2BEFF; transition: 0.3s; } #B2BEFF - цвет, на который будет происходить изменение. Это как пример. AUYKGN 1 Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 Добавь в ipb_styles.css .col_c_forum:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_icon:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_stats:hover { background-color: #B2BEFF; transition: 0.3s; } .col_c_post:hover { background-color: #B2BEFF; transition: 0.3s; } #B2BEFF - цвет, на который будет происходить изменение. Это как пример. Не помогло Quote Link to comment Share on other sites More sharing options...
Envy Posted February 17, 2014 Share Posted February 17, 2014 Ты ничего не добавил, я вижу. AUYKGN 1 Quote Link to comment Share on other sites More sharing options...
SanyaSamp Posted February 17, 2014 Author Share Posted February 17, 2014 Ты ничего не добавил, я вижу. Quote Link to comment Share on other sites More sharing options...
GothSilvio Posted February 18, 2014 Share Posted February 18, 2014 Недавно задавался этим вопросом. В стиле который указан выше этот скрипт вписан в ipb_styles.css Для своего форума в темных тонах я использовал скрипт /* WINKERS */ .col_c_forum:hover { background-color: #000000; transition: 0.3s; } .col_c_icon:hover { background-color: #000000; transition: 0.3s; } .col_c_stats:hover { background-color: #000000; transition: 0.3s; } .col_c_post:hover { background-color: #000000; transition: 0.3s; } /* WINKERS END */ Также если хочешь подстроить какие-то другие части форума под этот скрипт, просто используй просмотр кода страниц в браузере. В Chrome основные данные находятся в правой колонке при просмотре, для правильного выделения бери отдельные части. Например .desc.lighter это будет скрипт моргающего статуса в профиле и т.д. Вставляй в самый низ ipb_styles.css Все работает. AUYKGN and Naout 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.