اكواد مهمة للجيل الخامس vBulletin 5.4.0
توسيط المشاركات هو
Add this custom css in css_additional template in AdminCP:
كود:
.b-post__content {
text-align: center;
}
تكبير حجم الخط المشاركة وتعريضه : اضف الكود فيه : css_additional.css
كود:
.js-post__content-text {
font: bold 20px/1.5 "Times New Roman",Times,sans-serif;
}
توسيط اقسام المنتدى: اضف الكود فيه : css_additional.css
كود:
.forum-list-container .category-header .category { float: none; }
.forum-list-container .category-header td { text-align: center; }
إذا كنت تريد إزالة الشعار والعنوان ، فافتح القالب additional.css وأضف الشفرة التالية ؛
كود:
#header {display: none;}
الموضوع منقول للامانة.
توسيط المشاركات هو
Add this custom css in css_additional template in AdminCP:
كود:
.b-post__content {
text-align: center;
}
تكبير حجم الخط المشاركة وتعريضه : اضف الكود فيه : css_additional.css
كود:
.js-post__content-text {
font: bold 20px/1.5 "Times New Roman",Times,sans-serif;
}
توسيط اقسام المنتدى: اضف الكود فيه : css_additional.css
كود:
.forum-list-container .category-header .category { float: none; }
.forum-list-container .category-header td { text-align: center; }
إذا كنت تريد إزالة الشعار والعنوان ، فافتح القالب additional.css وأضف الشفرة التالية ؛
كود:
#header {display: none;}
الموضوع منقول للامانة.