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

Дед Мороз пересечение снег

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

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

                   post-2-0-47418400-1444702146.png

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

<body id='ipboard_body'>

Ниже добавить:

<div id='santa'></div>

Админ Панель-Внешний вид-Ваш стиль-css-и нажмите кнопку Добавить CSS-файла.

Название: santa
 

bottom: -2px; left: -200px; content: ''; display: inline-block; width: 200px; height: 26px; background: url({style_images_url}/xmas_santa_n.gif) transparent no-repeat; -webkit-animation-delay: 4s; -webkit-animation-duration: 20s; -webkit-animation-name: santamove; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-delay: 4s; animation-duration: 20s; animation-name: santamove; animation-timing-function: linear; animation-iteration-count: infinite; } #santa:after { position: absolute; bottom:-2px; left: 0; content: ''; display: inline-block; width: 100%; height: 10px; background: url({style_images_url}/xmas_snow_n.png) transparent repeat-x; } @-webkit-keyframes santamove { from {left: 0%;} to {left: 200%;} } @keyframes santamove { from {left: 0%;} to {left: 200%;} }
  • 2 року через...
Опубліковано

Добрый вечер, я вижу в коде xmas_snow_n.png или могу найти это изображение?

Good evening I see in the code xmas_snow_n.png where can I find this image?

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