РЕШЕНО How to change the color

РЕШЕНО How to change the color
5
370
Статус
Закрыто для дальнейших ответов.

Binkaddas

Binkaddas

Путник
ПОЛЬЗОВАТЕЛЬ
Статус
Не в сети
Регистрация
12.01.24
Сообщения
6
Реакции
2
Кредиты
28
Good day to everyone,

first thank you for the administrator for this fourm really you can find what you need in this fourm,

I would like to know how to do this the below

1720779033323.png

tank you
 

xenforo2

xenforo2

Администратор
Персонал форума
Администратор
Статус
Не в сети
Регистрация
29.06.23
Сообщения
5 843
Решения
10
Ресурсы
695
Медиа
53
Реакции
648
Кредиты
231
Re: How to change the color
Good day to everyone,

first thank you for the administrator for this fourm really you can find what you need in this fourm,

I would like to know how to do this the below

Посмотреть вложение 9623

tank you
Less:
$0
/************************************************************************** Цвет всей категории (Премиум) */
.block.block--category.block--category20 {
    border: 2px solid orange!important;
    padding: 3px !important;
    border-radius: 2px !important;
    box-shadow: 0 3px 2px rgba(0,0,0,.1)!important;
}
.block.block--category.block--category20 .block-header {
background: orange!important;
border-bottom: 3px solid orange!important;
border-left: 1px solid orange!important;
border-right: 1px solid orange!important;
border-top: 1px solid orange!important;
}
.block--category20 .node--id968 { color: orange!important; }
.block--category20 .node--id206{ color: orange; }
.block--category20 .node--id27 { color: orange!important; }
.block--category20 .node--id158 { color: orange!important; }
.block--category20 .node-title a { color: orange!important; }
.block--category20 .node-stats .pairs > dt { color: orange!important; }
.block--category20 a.node-extra-title { color: orange!important; }
.block--category20 .u-dt[title] { color: orange!important; }
.block--category20 .node-extra-user .username { color: orange!important; }
.block--category20 .node-subNodeMenu .menuTrigger { color: orange!important; }
.block--category20 .node--unread .node-icon i::before { color: orange!important; }

.block.block--category.block--category20:hover {
    animation:shakeGavel 1.20s;
}
@keyframes shakeGavel{0{
-webkit-transform:translate(0, 0) rotate(0);
-ms-transform:translate(0, 0) rotate(0);
-webkit-transform: translate(0, 0) rotate(0);
 -ms-transform: translate(0, 0) rotate(0);
 -webkit-transform: translate(0, 0) rotate(0);
  -ms-transform: translate(0, 0) rotate(0);
  transform:translate(0, 0) rotate(0)}20%{
  -webkit-transform:translate(-3px, 0) rotate(-25deg);
  -ms-transform:translate(-3px, 0) rotate(-25deg);
  -webkit-transform: translate(-3px, 0) rotate(-25deg);
   -ms-transform: translate(-3px, 0) rotate(-25deg);
   -webkit-transform: translate(-3px, 0) rotate(-25deg);
    -ms-transform: translate(-3px, 0) rotate(-25deg);
    transform:translate(-3px, 0) rotate(-25deg)}30%{
    -webkit-transform:translate(3px, 0) rotate(25deg);
    -ms-transform:translate(3px, 0) rotate(25deg);
    -webkit-transform: translate(3px, 0) rotate(25deg);
     -ms-transform: translate(3px, 0) rotate(25deg);
     -webkit-transform: translate(3px, 0) rotate(25deg);
      -ms-transform: translate(3px, 0) rotate(25deg);
      transform:translate(3px, 0) rotate(25deg)}50%{
      -webkit-transform:translate(-3px, 0) rotate(-15deg);
      -ms-transform:translate(-3px, 0) rotate(-15deg);
      -webkit-transform: translate(-3px, 0) rotate(-15deg);
       -ms-transform: translate(-3px, 0) rotate(-15deg);
       -webkit-transform: translate(-3px, 0) rotate(-15deg);
        -ms-transform: translate(-3px, 0) rotate(-15deg);
        transform:translate(-3px, 0) rotate(-15deg)}60%{
        -webkit-transform:translate(3px, 0) rotate(15deg);
        -ms-transform:translate(3px, 0) rotate(15deg);
        -webkit-transform: translate(3px, 0) rotate(15deg);
         -ms-transform: translate(3px, 0) rotate(15deg);
         -webkit-transform: translate(3px, 0) rotate(15deg);
          -ms-transform: translate(3px, 0) rotate(15deg);
          transform:translate(3px, 0) rotate(15deg)}100%{
          -webkit-transform:translate(0, 0) rotate(0);
          -ms-transform:translate(0, 0) rotate(0);
          -webkit-transform: translate(0, 0) rotate(0);
           -ms-transform: translate(0, 0) rotate(0);
           -webkit-transform: translate(0, 0) rotate(0);
            -ms-transform: translate(0, 0) rotate(0);
            transform:translate(0, 0) rotate(0)}
}
/***********************************************************************************************************/
 

Binkaddas

Binkaddas

Путник
ПОЛЬЗОВАТЕЛЬ
Статус
Не в сети
Регистрация
12.01.24
Сообщения
6
Реакции
2
Кредиты
28
Re: How to change the color
what do i need to change to be working as the below only node number?

1720938499824.png
 

Binkaddas

Binkaddas

Путник
ПОЛЬЗОВАТЕЛЬ
Статус
Не в сети
Регистрация
12.01.24
Сообщения
6
Реакции
2
Кредиты
28
Re: How to change the color
Sorry to bother you, i try my bust but not change node id number from 968 to 8 my node number

1721897760361.png
 
Статус
Закрыто для дальнейших ответов.
Активность
Пока что здесь никого нет

Похожие темы

Ответы
5
Просмотры
431
Назад
Верх Низ