Posted 9 августа, 201212 yr comment_8568 Подскажите пожалуйста каким образом можно реализовать в ставку шапки в форум ? в данный момент щас там лого обычное. - Стиль ( Mirage 3.3.x )
9 августа, 201212 yr comment_8588 Выделенная на скриншоте шапка - не что иное, как #branding, нужно найти его в ipb_styles.css и прописать к нему бэкграунд
9 августа, 201212 yr Author comment_8592 Подскажите пожалуйста, каким образом. Вроде вот этот код #branding { background: #1C1C1C url('{style_images_url}/nav-bg.png') repeat-x bottom; border-top: 1px solid #3A3A3A; min-height: 120px; margin-top: 10px; border-radius: 4px; box-shadow: 0px 2px 2px rgba(0,0,0,0.2) } #logo { float: left; height: 67px; } #logo img{ max-height: 100%; } #logo a{ display: block; line-height: 67px; padding: 0 15px; color: #e9e9e9; text-decoration: none; text-shadow: #000 0px 1px 3px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 30px; font-weight: bold; } #logo a:hover{ color: #fff; } #nav_wrap{ height: 32px; padding: 2px 0 0 0; margin-top: -40px; margin-left: 5px; }
10 августа, 201212 yr Author comment_8610 Подскажите пожалуйска кто знает а то какой день не могу решить эту траблу. :(
10 августа, 201212 yr comment_8611 Ну, я конечно не Respected, но если я не ошибаюсь, то достаточно background: #1C1C1C url('{style_images_url}/nav-bg.png') repeat-x bottom; заменить на: background: #1C1C1C url('image.png');[/code] Где image.png - адрес изображения.
10 августа, 201212 yr Author comment_8623 Ммм нус у меня этот код вот за что отвичает; background: #1C1C1C url('{style_images_url}/nav-bg.png') repeat-x bottom;
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.