Перейти до змісту
Домент ipb-board.ru продається.

Анимированные логотип

Рекомендовані відповіді

Опубліковано
  • Адміністратор

Админ Панель-Внешний вид-Ваш стиль-Глобальные-globalTemplate найти:

<div id='logo'>

						<if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
							{parse template="overwriteHeader" group="{current_app}_global" params=""}
						<else />
							{parse template="defaultHeader" group="global" params=""}
						</if>
					</div>

Заменить на:

<div id='logo'>
<div class="animated fadeInRight">
<link rel="stylesheet" type="text/css" href="url("{style_images_url}/animate.css")">
						<if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
							{parse template="overwriteHeader" group="{current_app}_global" params=""}
						<else />
							{parse template="defaultHeader" group="global" params=""}
						</if>
					</div></div>

Админ Панель-Внешний вид-Ваш стиль-css-ipb_style.css добавить у самый низ:

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.animated {
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
  • 5 місяців через...
Опубліковано

просто нету такого у меня

там так идет <div id="logobg">
<a href="/">
 <img src="" alt="Логотип">
</a>
</div> 

Для публікації повідомлень створіть обліковий запис або авторизуйтесь