كيفية اضافة شكل جديد للتخطيط في بلوجر - كوليكا ويب | هدفنا تطوير الويب العربي

صفحات المدونة

    Social Items

كوليكا ويب | هدفنا تطوير الويب العربي

و تقديم كل ماهو جديد و كل ما يخص بلوجر.


السلام عليكم زائرين و متابعين كوليكا ويب اليوم سوف نشرح تعديل شكل التخطيط و جعله متناسق و جذاب بدل الموجود في القالب بتاعك لو شكله ممل او فيه مشاكل هذا سوف يحل المشكلة لانه كود CSS عام بمعني يعمل علي اي قالب سواء معرب او مجاني او مدفوع برجاء اتخاذ نسخة احتياطية قبل اجراء اي تعديل لضمان عدم حدوث مشاكل هي بنا نتابع الشرح معاً

طريقة تغيير تصميم التخطيط في مدونة بلوجر


اولاً ادخل علي بلوجر > المظهر > تعديل HTML 

ثم انظر للقالب سوف تجد كود مشابه لهذا الكود :


<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html><html b:version='2' class='v2' dir='rtl' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>


حسناً الان انظر الي b:version='2' اذا وجدتها كذلك فا هذا ممتاز اذا كانت اقل فا اجعلها هاكذا

الان ابحث عن </b:skin> عن طريق الضغط علي Ctrl + F ثم ابحث الان قم باضافة هذا الكود بعدها ( اسفلها ):


<b:template-skin>
body#layout {
background: rgba(51,51,51,1);
    background: -moz-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(71%, rgba(65,65,65,1)), color-stop(100%, rgba(65,65,65,1)));
    background: -webkit-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#414141', GradientType=1 );
    border: 1px solid #312F2D;
}
body#layout .section {
    background-color: rgba(54, 54, 54, 0.5) !important;
    border: 1px solid rgba(51, 51, 51, 0.5) !important;
}
body#layout .section h4 {
    color: #E6E6E6!important;
}
body#layout .widget-wrap2 {
    background: #984949!important;
}
body#layout .add_widget {
    background-color: rgba(51, 51, 51, 0.5)!important;
    border: 1px dashed rgba(74, 73, 73, 0.79)!important;
}
body#layout .add_widget a,body#layout div.layout-title {
    color: #B9B9B9!important;
    font: 11px tahoma!important;
}
body#layout .draggable-widget .widget-wrap3 {
 background: rgba(51,51,51,1);
    background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(71%, rgba(65,65,65,1)), color-stop(100%, rgba(65,65,65,1)));
    background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#414141', GradientType=1 );
}
body#layout .widget-content {
    border: 1px solid #353535!important;
}
body#layout .widget-content a {
    text-decoration: none;
    color: #B9B9B9!important;
    font: 11px tahoma !important;
    background-color: #333;
    padding: 2px 10px;
    border-radius: 5px;
}
body#layout .locked-widget .widget-content {
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: linear-gradient(135deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
}
</b:template-skin> 

الان قد انتهينا مبروك عليك المظهر الجديد للتخطيط بالتوفيق

ملحوظة : اذا واجهتك مشكلة في اختلاف عرض القالب او اي مشكلة في المظهر بتاع القالب قم بالبحث عن </b:skin> و قم باضافة هذا الكود قبلها ( فوقها )

.post-body ul {
    padding: 0!important;
    margin: 0!important;
    line-height: auto!important;
}

كيفية اضافة شكل جديد للتخطيط في بلوجر


السلام عليكم زائرين و متابعين كوليكا ويب اليوم سوف نشرح تعديل شكل التخطيط و جعله متناسق و جذاب بدل الموجود في القالب بتاعك لو شكله ممل او فيه مشاكل هذا سوف يحل المشكلة لانه كود CSS عام بمعني يعمل علي اي قالب سواء معرب او مجاني او مدفوع برجاء اتخاذ نسخة احتياطية قبل اجراء اي تعديل لضمان عدم حدوث مشاكل هي بنا نتابع الشرح معاً

طريقة تغيير تصميم التخطيط في مدونة بلوجر


اولاً ادخل علي بلوجر > المظهر > تعديل HTML 

ثم انظر للقالب سوف تجد كود مشابه لهذا الكود :


<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE html><html b:version='2' class='v2' dir='rtl' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>


حسناً الان انظر الي b:version='2' اذا وجدتها كذلك فا هذا ممتاز اذا كانت اقل فا اجعلها هاكذا

الان ابحث عن </b:skin> عن طريق الضغط علي Ctrl + F ثم ابحث الان قم باضافة هذا الكود بعدها ( اسفلها ):


<b:template-skin>
body#layout {
background: rgba(51,51,51,1);
    background: -moz-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(71%, rgba(65,65,65,1)), color-stop(100%, rgba(65,65,65,1)));
    background: -webkit-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: linear-gradient(45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#414141', GradientType=1 );
    border: 1px solid #312F2D;
}
body#layout .section {
    background-color: rgba(54, 54, 54, 0.5) !important;
    border: 1px solid rgba(51, 51, 51, 0.5) !important;
}
body#layout .section h4 {
    color: #E6E6E6!important;
}
body#layout .widget-wrap2 {
    background: #984949!important;
}
body#layout .add_widget {
    background-color: rgba(51, 51, 51, 0.5)!important;
    border: 1px dashed rgba(74, 73, 73, 0.79)!important;
}
body#layout .add_widget a,body#layout div.layout-title {
    color: #B9B9B9!important;
    font: 11px tahoma!important;
}
body#layout .draggable-widget .widget-wrap3 {
 background: rgba(51,51,51,1);
    background: -moz-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(50%, rgba(51,51,51,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(51%, rgba(65,65,65,1)), color-stop(71%, rgba(65,65,65,1)), color-stop(100%, rgba(65,65,65,1)));
    background: -webkit-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    background: linear-gradient(135deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 51%, rgba(65,65,65,1) 71%, rgba(65,65,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#414141', GradientType=1 );
}
body#layout .widget-content {
    border: 1px solid #353535!important;
}
body#layout .widget-content a {
    text-decoration: none;
    color: #B9B9B9!important;
    font: 11px tahoma !important;
    background-color: #333;
    padding: 2px 10px;
    border-radius: 5px;
}
body#layout .locked-widget .widget-content {
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -webkit-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -o-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: -ms-linear-gradient(-45deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
    background: linear-gradient(135deg,rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 51%,rgba(65,65,65,1) 71%,rgba(65,65,65,1) 100%);
}
</b:template-skin> 

الان قد انتهينا مبروك عليك المظهر الجديد للتخطيط بالتوفيق

ملحوظة : اذا واجهتك مشكلة في اختلاف عرض القالب او اي مشكلة في المظهر بتاع القالب قم بالبحث عن </b:skin> و قم باضافة هذا الكود قبلها ( فوقها )

.post-body ul {
    padding: 0!important;
    margin: 0!important;
    line-height: auto!important;
}

تحميل التعليقات

تابعنا عبر البريد الالكتروني

الاشعارات

Disqus Logo