• 本站招聘各个版块版主共同发展,有意可私聊站长
资源图标

XF2 Style Mocha Style 2.2

没有下载权限

庆祝国庆中秋本站暂时关闭邀请码注册 https://t.me/tearcc

image_0.webp





Mocha Style


A light colored coffee themed style
No template edits - some CSS additions
Preview can be seen here a more extended preview with heavier customizations can be seen here (note this is customized for my site but can provide the code if interested)
For xenForo 2.2, the style has been exported as an "archive" so simply import the ".zip file" only.
Installation Instructions: While in the Admin CP

Appearance > Styles > Import > Child of style: (No Parent) > and then click "Import"



Replace .node.node with your own forum ID and change the image bath in the .node-icon section







CSS:



/*** Node icons with image **/
.node.node--id2 {
.node-icon i { display: none; }

&.node--forum {
.node-body {
padding-left: 5px;
}
.node-icon {
background-image: url('/styles/path/image.png');
border-radius: 50%;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
&.node--read .node-icon {
opacity: 0.4;
}
}
}
/*****/
作者
无名
下载
0
查看
4
首次发布
最后更新

Ratings

0.00 星 0 星

来自无名的更多资源

后退
顶部