SkiSM Posted April 29, 2017 Report Share Posted April 29, 2017 Как убрать полоску которая обведена красным? Черную полоску под шапкой тоже хотелось бы убрать и блок обведенный синем цветом перенести в самый верх, а логотип и статус профиля перенести в центр. Quote Link to comment Share on other sites More sharing options...
Cheshir Posted April 29, 2017 Report Share Posted April 29, 2017 Как убрать полоску которая обведена красным? Правой кнопкой на элементе в браузере, скопируйте часть кода и найдете в шаблоне темы Quote Link to comment Share on other sites More sharing options...
Envy Posted April 29, 2017 Report Share Posted April 29, 2017 Цитата Форумы в данный момент отключены экстрасенсов тут нет Quote Link to comment Share on other sites More sharing options...
SkiSM Posted April 30, 2017 Author Report Share Posted April 30, 2017 В 29.04.2017 в 17:27, Envy сказал: экстрасенсов тут нет Включил Quote Link to comment Share on other sites More sharing options...
SkiSM Posted April 30, 2017 Author Report Share Posted April 30, 2017 В 29.04.2017 в 15:03, Cheshir сказал: Как убрать полоску которая обведена красным? Правой кнопкой на элементе в браузере, скопируйте часть кода и найдете в шаблоне темы Этот элемент не виден Quote Link to comment Share on other sites More sharing options...
Cheshir Posted May 1, 2017 Report Share Posted May 1, 2017 7 часов назад, SkiSM сказал: Этот элемент не виден Если этот элемент есть в выводе html, то его можно определить через инспектор кода в браузере. Дайте ссылку Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 1, 2017 Author Report Share Posted May 1, 2017 5 часов назад, Cheshir сказал: Если этот элемент есть в выводе html, то его можно определить через инспектор кода в браузере. Дайте ссылку university-rp.ru/forum Quote Link to comment Share on other sites More sharing options...
Cheshir Posted May 1, 2017 Report Share Posted May 1, 2017 Это тень блока врапера SkiSM 1 Quote Link to comment Share on other sites More sharing options...
Envy Posted May 1, 2017 Report Share Posted May 1, 2017 Сначала поставьте первую версию стиля, вы там что-то явно уже накуралесили Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 1, 2017 Author Report Share Posted May 1, 2017 53 минуты назад, Cheshir сказал: Это тень блока врапера Спасибо. У меня теперь другая проблема появилась. Хотел изменить блок (обведен красным), заменил картинку (стандартный блок перекрасил в нужный цвет), в итоге картинка встала только на половину блока. И еще почему-то эта картинка залезла в другой блок (обведено синим). В чем может быть проблем? 3 минуты назад, Envy сказал: Сначала поставьте первую версию стиля, вы там что-то явно уже накуралесили Ничего не накуралесил. Если я что-то и делал, то только по инструкции к самому стилю. Quote Link to comment Share on other sites More sharing options...
Envy Posted May 1, 2017 Report Share Posted May 1, 2017 (edited) если хотите так: , то нужно изменить css: .maintitle { background: #f5f5f5 url(https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png) repeat; color: #333; padding: 12px; font-size: 12px; font-weight: 300; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0; border: 1px solid #eaeaea; border-bottom: 0; overflow: hidden; } #community_app_menu>li.active>a { background: #e9e9e9 url(https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png) repeat; color: #fff; position: relative; text-shadow: #fff 0px 1px 0px; } .maintitle a { color: #fff; } чтобы убрать черную линию под лого нужно найти и изменить css "#branding": #branding { border-bottom: none; min-height: 67px; } Edited May 1, 2017 by Envy SkiSM 1 Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 1, 2017 Author Report Share Posted May 1, 2017 11 минут назад, Envy сказал: если хотите так: , то нужно изменить css: .maintitle { background: #f5f5f5 url(https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png) repeat; color: #333; padding: 12px; font-size: 12px; font-weight: 300; -moz-border-radius: 4px 4px 0 0; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; border-radius: 4px 4px 0 0; border: 1px solid #eaeaea; border-bottom: 0; overflow: hidden; } #community_app_menu>li.active>a { background: #e9e9e9 url(https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png) repeat; color: #fff; position: relative; text-shadow: #fff 0px 1px 0px; } .maintitle a { color: #fff; } чтобы убрать черную линию под лого нужно найти и изменить css "#branding": #branding { border-bottom: none; min-height: 67px; } Спасибо. А с переносом блоков сможете помочь? Quote Link to comment Share on other sites More sharing options...
Envy Posted May 1, 2017 Report Share Posted May 1, 2017 напишите подробнее, что хотите, не понятно. Хедер перенести ниже меню? вот так что ли? p.s вам надо css изменить чтобы меню нормально выглядело, оно у вас какк я понял в самом globalTemplate находиться, ищите строчку #community_app_menu>li.active>a{background:#e9e9e9 url('https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png') repeat-x 0 0;color:#292929; и замените на #community_app_menu>li.active>a{background:#e9e9e9 url('https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png') repeat;color:#fff; Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 1, 2017 Author Report Share Posted May 1, 2017 51 минуту назад, Envy сказал: напишите подробнее, что хотите, не понятно. Хедер перенести ниже меню? вот так что ли? p.s вам надо css изменить чтобы меню нормально выглядело, оно у вас какк я понял в самом globalTemplate находиться, ищите строчку #community_app_menu>li.active>a{background:#e9e9e9 url('https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png') repeat-x 0 0;color:#292929; и замените на #community_app_menu>li.active>a{background:#e9e9e9 url('https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png') repeat;color:#fff; Да-да, именно так. Только чтобы логотип был сразу же после блока с: Форумы, Пользователи. А блок "Uiversity RP" должен быть отделён и стоять под лого (шапкой). Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 1, 2017 Author Report Share Posted May 1, 2017 9 часов назад, Envy сказал: и замените на #community_app_menu>li.active>a{background:#e9e9e9 url('https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png') repeat;color:#fff; Код: #community_app_menu>li.active>a { background: #e9e9e9 url(https://university-rp.ru/forum/public/style_images/baisik/highlight_strong.png) repeat; color: #fff; position: relative; text-shadow: #fff 0px 1px 0px; Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 2, 2017 Author Report Share Posted May 2, 2017 UP Quote Link to comment Share on other sites More sharing options...
SkiSM Posted May 4, 2017 Author Report Share Posted May 4, 2017 UP 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.