ADMiNZ
WZZZ Team (Модератор)
- Регистрация
- 8 Сен 2006
- Сообщения
- 557
- Реакции
- 74
Для просмотра ссылки Войдиили Зарегистрируйся
This bb code lets you post a message in your forums just like the blue post in wow official forums
Title: Blizzblue
Tag: blizz
Replacement:
Код:
<div class="blizzwrap"><div class="blizzinner">
<div class="blizzheader"><span></span></div>
<div class="blizzquote">{param}</div></div></div>
Example: [blizz]Text in here[/blizz]
Description: Blizzard style box
Use {option} No
Button Image (Optional) or use attached images/blizz/blizz_icon.gif
add the following css to your Additional CSS Definitions for your styles(found in style manager)
Код:
.blizzwrap {
padding: 10px 20px 10px 20px;
}
.blizzheader
{
color: #0099FF;
background-color: #333;
padding: 5px;
font-size: 11px;
}
.blizzinner {
background-color: #333;
padding: 0 5px;
}
.blizzheader span
{
display: block;
background: transparent url("/images/blizz/blizz_ico.gif") left top no-repeat;
padding-left: 30px;
height: 21px;
line-height: 21px;
}
.blizzquote {
color: #0099FF;
padding: 10px 5px 5px 5px;
font-size: 11px;
background: #333 url(images/blizz/blizzquotesep.gif) left top no-repeat;
}
upload the attached folder with included images to your forums images folder.