Пользователь
- Регистрация
- 4 Май 2025
- Сообщения
- 407
- Автор темы
- #1
Нужна гирлянда на форум с верху, скрина к сожалению нет.
Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.
Зарегистрироваться!В PAGE_CONTAINER после </head> добавь:
<ul class="aur_NewYear">
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
</ul>
.aur_NewYear {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: fixed !important;
top: 0;
z-index: 999999 !important;
margin: 0;
padding: 0;
pointer-events: none;
width...
Из воздуха тебе гирлянду искать?)Нужна гирлянда на форум с верху, скрина к сожалению нет.
https://aurproject.eu/resources/127/ (не реклама)Из воздуха тебе гирлянду искать?)
В PAGE_CONTAINER после </head> добавь:
<ul class="aur_NewYear">
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
<li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li>
</ul>
.aur_NewYear {
text-align: center;
white-space: nowrap;
overflow: hidden;
position: fixed !important;
top: 0;
z-index: 999999 !important;
margin: 0;
padding: 0;
pointer-events: none;
width: 100%;
}
.aur_NewYear li {
position: relative;
animation-fill-mode: both;
animation-iteration-count: infinite;
list-style: none;
display: inline-block;
width: 12px;
height: 18px;
border-radius: 50%;
margin: 20px;
padding: 0;
background: rgba(0, 247, 165, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
animation-name: flash-1;
animation-duration: 2s;
}
.aur_NewYear li:nth-child(2n+1) {
background: rgba(0, 255, 255, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
animation-name: flash-2;
animation-duration: 0.4s;
}
.aur_NewYear li:nth-child(4n+2) {
background: rgba(247, 0, 148, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
animation-name: flash-3;
animation-duration: 1.1s;
}
.aur_NewYear li:nth-child(odd) {
animation-duration: 1.8s;
}
.aur_NewYear li:nth-child(3n+1) {
animation-duration: 1.4s;
}
.aur_NewYear li:before {
content: "";
position: absolute;
background: #222;
width: 10px;
height: 9.3333333333px;
border-radius: 3px;
top: -4.6666666667px;
left: 1px;
}
.aur_NewYear li:after {
content: "";
position: absolute;
top: -14px;
left: 9px;
width: 52px;
height: 18.6666666667px;
border-bottom: solid #222 2px;
border-radius: 50%;
}
.aur_NewYear li:last-child:after {
content: none;
}
.aur_NewYear li:first-child {
margin-left: -40px;
}
@keyframes flash-1 {
0%, 100% {
background: rgba(0, 247, 165, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
}
50% {
background: rgba(0, 247, 165, 0.4);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
}
}
@keyframes flash-2 {
0%, 100% {
background: rgba(0, 255, 255, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
}
50% {
background: rgba(0, 255, 255, 0.4);
box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
}
}
@keyframes flash-3 {
0%, 100% {
background: rgba(247, 0, 148, 1);
box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
}
50% {
background: rgba(247, 0, 148, 0.4);
box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
}
}


Мистер Декстер, как этот контур убратьВ PAGE_CONTAINER после </head> добавь:
PAGE_CONTAINER:<ul class="aur_NewYear"> <li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li> <li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li> <li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li> <li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li><li></li> </ul>
В extra.less:
extra.less:.aur_NewYear { text-align: center; white-space: nowrap; overflow: hidden; position: fixed !important; top: 0; z-index: 999999 !important; margin: 0; padding: 0; pointer-events: none; width: 100%; } .aur_NewYear li { position: relative; animation-fill-mode: both; animation-iteration-count: infinite; list-style: none; display: inline-block; width: 12px; height: 18px; border-radius: 50%; margin: 20px; padding: 0; background: rgba(0, 247, 165, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1); animation-name: flash-1; animation-duration: 2s; } .aur_NewYear li:nth-child(2n+1) { background: rgba(0, 255, 255, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5); animation-name: flash-2; animation-duration: 0.4s; } .aur_NewYear li:nth-child(4n+2) { background: rgba(247, 0, 148, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1); animation-name: flash-3; animation-duration: 1.1s; } .aur_NewYear li:nth-child(odd) { animation-duration: 1.8s; } .aur_NewYear li:nth-child(3n+1) { animation-duration: 1.4s; } .aur_NewYear li:before { content: ""; position: absolute; background: #222; width: 10px; height: 9.3333333333px; border-radius: 3px; top: -4.6666666667px; left: 1px; } .aur_NewYear li:after { content: ""; position: absolute; top: -14px; left: 9px; width: 52px; height: 18.6666666667px; border-bottom: solid #222 2px; border-radius: 50%; } .aur_NewYear li:last-child:after { content: none; } .aur_NewYear li:first-child { margin-left: -40px; } @keyframes flash-1 { 0%, 100% { background: rgba(0, 247, 165, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1); } 50% { background: rgba(0, 247, 165, 0.4); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2); } } @keyframes flash-2 { 0%, 100% { background: rgba(0, 255, 255, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1); } 50% { background: rgba(0, 255, 255, 0.4); box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2); } } @keyframes flash-3 { 0%, 100% { background: rgba(247, 0, 148, 1); box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1); } 50% { background: rgba(247, 0, 148, 0.4); box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2); } }
result:
Посмотреть вложение 17347
Редактирование размеров в классе .aur_NewYear li
Посмотреть вложение 17348
хз у меня нету никакого контураМистер Декстер, как этот контур убрать
Ну блен, ладно)хз у меня нету никакого контура