IvanColins
Проверенные
- Сообщения
- 52
- Реакции
- 0
- Баллы
- 33
Подскажите почему может не появляться картинка?
Вроде всё делал по инструкции может ко кого плагина не хватает.
Вроде всё делал по инструкции может ко кого плагина не хватает.
Код:
.fox-nodeImgIcons(@node-id; @unreadImage; @readImage: false; @height: 40px; @width: 40px) {
.node--id@{node-id} {
.node-icon i {
&:before {
content: none;
}
.node--read& {
& when (@readImage = false) {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
}
.node--forum&,
.node--category& {
& when (isurl(@unreadImage)) {
background: @unreadImage no-repeat;
}
& when (ispixel(@height)), (ispixel(@width)) {
height: @height;
width: @width;
}
.node--read& when (isurl(@readImage)) {
background: @readImage no-repeat;
}
}
.node--page& {
& when (isurl(@unreadImage)) {
background: @unreadImage no-repeat;
}
& when (ispixel(@height)), (ispixel(@width)) {
height: @height;
width: @width;
}
}
.node--link& {
& when (isurl(@unreadImage)) {
background: @unreadImage no-repeat;
}
& when (ispixel(@height)), (ispixel(@width)) {
height: @height;
width: @width;
}
}
}
}
}
.fox-nodeImgIcons(3; url("styles/basic/xenforo/discord_icon_136688.png")32px; 32px);