Ashat
Проверенные
- Сообщения
- 28
- Реакции
- 13
- Баллы
- 5,500
Здравствуйте вроде не нашел такой темы ну есть вопрос )) как можно вставить иконки для разделов например 48x48 для каждого раздела своя иконка в phpbb3 такая фигня была тут в админке не нашел )) заранее спасибо )!
нашел тут решение такое
.node .nodeText {padding-left: 30px;}
.nodeList .node_2 .nodeText{ background: url("@imagePath/xenforo/icons/node2.png") no-repeat scroll left transparent;}
.nodeList .node_21 .nodeText{ background: url("@imagePath/xenforo/icons/node21.png") no-repeat scroll left transparent;}
.nodeList .node_17 .nodeText{ background: url("@imagePath/xenforo/icons/node17.png") no-repeat scroll left transparent;}
.nodeList .node_18 .nodeText{ background: url("@imagePath/xenforo/icons/node18.png") no-repeat scroll left transparent;}
.nodeList .node_19 .nodeText{ background: url("@imagePath/xenforo/icons/node19.png") no-repeat scroll left transparent;}
.nodeList .node_23 .nodeText{ background: url("@imagePath/xenforo/icons/node23.png") no-repeat scroll left transparent;}
.nodeList .node_20 .nodeText{ background: url("@imagePath/xenforo/icons/node20.png") no-repeat scroll left transparent;}
это если дополнительные как стандартные заменить на свои ? для каждого раздела своя иконка )
нашел тут решение такое
.node .nodeText {padding-left: 30px;}
.nodeList .node_2 .nodeText{ background: url("@imagePath/xenforo/icons/node2.png") no-repeat scroll left transparent;}
.nodeList .node_21 .nodeText{ background: url("@imagePath/xenforo/icons/node21.png") no-repeat scroll left transparent;}
.nodeList .node_17 .nodeText{ background: url("@imagePath/xenforo/icons/node17.png") no-repeat scroll left transparent;}
.nodeList .node_18 .nodeText{ background: url("@imagePath/xenforo/icons/node18.png") no-repeat scroll left transparent;}
.nodeList .node_19 .nodeText{ background: url("@imagePath/xenforo/icons/node19.png") no-repeat scroll left transparent;}
.nodeList .node_23 .nodeText{ background: url("@imagePath/xenforo/icons/node23.png") no-repeat scroll left transparent;}
.nodeList .node_20 .nodeText{ background: url("@imagePath/xenforo/icons/node20.png") no-repeat scroll left transparent;}
это если дополнительные как стандартные заменить на свои ? для каждого раздела своя иконка )
Последнее редактирование: