كود الاحتفال بالمناسبات على الشريط الجانبي
كود الاحتفال بالمناسبات على الشريط الجانبي
1- بعد التركيب
2- شرح التركيب: نسخ الكود التالي في قالب extra.less
كود:
// xf2 Sidebar Garlands ===================================================================================
.fox-sidebarGarlands(@garlandsNum: false) {
@fox-sidebarGarlandsPath: "styles/xfi/sidebarGarlands";
.p-body-sidebar {
.block {
&:before {
content: "";
display: block;
& when not (@garlandsNum = false) and (@garlandsNum <= 1) {
background: url('@{fox-sidebarGarlandsPath}/sidebar_garlands_@{garlandsNum}.png') repeat scroll left transparent;
height: 25px;
}
& when not (@garlandsNum = false) and (@garlandsNum >= 2) and (@garlandsNum <= 3) {
background: url('@{fox-sidebarGarlandsPath}/sidebar_garlands_@{garlandsNum}.png') no-repeat transparent;
height: 37px;
}
}
}
}
}
.fox-sidebarGarlands(3);
3- رفع الملف المرفق في المسار التالي: styles/xfi/sidebarGarlands
1- بعد التركيب
2- شرح التركيب: نسخ الكود التالي في قالب extra.less
كود:
// xf2 Sidebar Garlands ===================================================================================
.fox-sidebarGarlands(@garlandsNum: false) {
@fox-sidebarGarlandsPath: "styles/xfi/sidebarGarlands";
.p-body-sidebar {
.block {
&:before {
content: "";
display: block;
& when not (@garlandsNum = false) and (@garlandsNum <= 1) {
background: url('@{fox-sidebarGarlandsPath}/sidebar_garlands_@{garlandsNum}.png') repeat scroll left transparent;
height: 25px;
}
& when not (@garlandsNum = false) and (@garlandsNum >= 2) and (@garlandsNum <= 3) {
background: url('@{fox-sidebarGarlandsPath}/sidebar_garlands_@{garlandsNum}.png') no-repeat transparent;
height: 37px;
}
}
}
}
}
.fox-sidebarGarlands(3);
3- رفع الملف المرفق في المسار التالي: styles/xfi/sidebarGarlands
المرفقات
المرفقات
اسم الموضوع : كود الاحتفال بالمناسبات على الشريط الجانبي
|
المصدر : منتدي تطوير الزينفورو XENFORO