Posted 24 апреля, 20168 yr comment_105719 Доброго времени суток! Подскажите название плагина, кто знает.https://pp.vk.me/c626319/v626319726/4897/y6EoiVdenGA.jpg
24 апреля, 20168 yr Author comment_105723 6 минут назад, IAF сказал: Какого плагина? Я не вижу их здесь. Хорошо, другой вопрос, как сделать такие рамки/окошки со значками?
24 апреля, 20168 yr comment_105725 16 минут назад, TheEvilGhost сказал: Где взять такие BB коды? :С Написать самому
24 апреля, 20168 yr comment_105726 А вот нашел у себя Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская Спойлер Заголовок кнопки : Info Иконка: загрузить info.pngТип: Строчный HTML : <div class="mbh-information mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-information { background-color: #3498db; } .mbh-information:before { content: "\f129"; margin-left: 4px; margin-top:-5px; } </style> Заголовок кнопки : SuccessИконка: загрузить success.pngТип: Строчный HTML : <div class="mbh-success mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-success { background-color: #2ecc71; } .mbh-success:before { content: "\f00c"; ; margin-top:-5px; } </style> Заголовок кнопки : WarrningИконка: загрузить warrning.pngТип: Строчный HTML : <div class="mbh-warning mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-warning { background-color: #e67e22; } .mbh-warning:before { content: "\f12a"; margin-left: 5px; margin-top:-5px; } </style> Заголовок кнопки : ErrorИконка: загрузить error.pngТип: Строчный HTML : <div class="mbh-failure mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-failure { background-color: #e74c3c; } .mbh-failure:before { content: "\f00d"; margin-top:-5px; } </style> Заголовок кнопки : QuestionИконка: загрузить question.pngТип: Строчный HTML : <div class="mbh-question mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-question { background-color: #f1c40f; } .mbh-question:before { content: "\f128"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : TipИконка: загрузить tip.pngТип: Строчный HTML : <div class="mbh-tip mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-tip { background-color: #16a085; } .mbh-tip:before { content: "\f0eb"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : NotificationИконка: загрузить notification.pngТип: Строчный HTML : <div class="mbh-notice mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-notice { background-color: #bea474; } .mbh-notice:before { content: "\f0a1"; ; margin-top:-5px; } </style> картинки images.zip images.zip Edited 24 апреля, 20168 yr by ro-avde
24 апреля, 20168 yr Author comment_105727 3 минуты назад, ro-avde сказал: А вот нашел у себя Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская Показать контент Заголовок кнопки : Info Иконка: загрузить info.pngТип: Строчный HTML : <div class="mbh-information mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-information { background-color: #3498db; } .mbh-information:before { content: "\f129"; margin-left: 4px; margin-top:-5px; } </style> Заголовок кнопки : SuccessИконка: загрузить success.pngТип: Строчный HTML : <div class="mbh-success mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-success { background-color: #2ecc71; } .mbh-success:before { content: "\f00c"; ; margin-top:-5px; } </style> Заголовок кнопки : WarrningИконка: загрузить warrning.pngТип: Строчный HTML : <div class="mbh-warning mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-warning { background-color: #e67e22; } .mbh-warning:before { content: "\f12a"; margin-left: 5px; margin-top:-5px; } </style> Заголовок кнопки : ErrorИконка: загрузить error.pngТип: Строчный HTML : <div class="mbh-failure mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-failure { background-color: #e74c3c; } .mbh-failure:before { content: "\f00d"; margin-top:-5px; } </style> Заголовок кнопки : QuestionИконка: загрузить question.pngТип: Строчный HTML : <div class="mbh-question mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-question { background-color: #f1c40f; } .mbh-question:before { content: "\f128"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : TipИконка: загрузить tip.pngТип: Строчный HTML : <div class="mbh-tip mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-tip { background-color: #16a085; } .mbh-tip:before { content: "\f0eb"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : NotificationИконка: загрузить notification.pngТип: Строчный HTML : <div class="mbh-notice mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-notice { background-color: #bea474; } .mbh-notice:before { content: "\f0a1"; ; margin-top:-5px; } </style> картинки images.zip images.zip благодарю
24 апреля, 20168 yr Author comment_105728 32 минут назад, ro-avde сказал: А вот нашел у себя Перейти ACP -> Внешний вид -> Настройки редактора -> нажмите "Добавить кнопку" -> Пользовательская Скрыть контент Заголовок кнопки : Info Иконка: загрузить info.pngТип: Строчный HTML : <div class="mbh-information mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-information { background-color: #3498db; } .mbh-information:before { content: "\f129"; margin-left: 4px; margin-top:-5px; } </style> Заголовок кнопки : SuccessИконка: загрузить success.pngТип: Строчный HTML : <div class="mbh-success mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-success { background-color: #2ecc71; } .mbh-success:before { content: "\f00c"; ; margin-top:-5px; } </style> Заголовок кнопки : WarrningИконка: загрузить warrning.pngТип: Строчный HTML : <div class="mbh-warning mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-warning { background-color: #e67e22; } .mbh-warning:before { content: "\f12a"; margin-left: 5px; margin-top:-5px; } </style> Заголовок кнопки : ErrorИконка: загрузить error.pngТип: Строчный HTML : <div class="mbh-failure mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-failure { background-color: #e74c3c; } .mbh-failure:before { content: "\f00d"; margin-top:-5px; } </style> Заголовок кнопки : QuestionИконка: загрузить question.pngТип: Строчный HTML : <div class="mbh-question mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-question { background-color: #f1c40f; } .mbh-question:before { content: "\f128"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : TipИконка: загрузить tip.pngТип: Строчный HTML : <div class="mbh-tip mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-tip { background-color: #16a085; } .mbh-tip:before { content: "\f0eb"; margin-left: 2px; margin-top:-5px; } </style> Заголовок кнопки : NotificationИконка: загрузить notification.pngТип: Строчный HTML : <div class="mbh-notice mbh-notification-box">{content}</div> <style> .mbh-notification-box { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #ffffff; font-family: 'Open Sans', sans-serif; margin-bottom: 25px; padding: 10px 14px 10px 44px; position: relative; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; } .mbh-notification-box:before { font-family: FontAwesome; font-size: 21px; left: 14px; position: absolute; } .mbh-notice { background-color: #bea474; } .mbh-notice:before { content: "\f0a1"; ; margin-top:-5px; } </style> картинки images.zip images.zip Почему-то вот такая шняга получается. До: После отправки:
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.