المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : [ قالب ] : تعديل جميل على اقسام الرئيسية لوضعها مربعات


ام سليمان
12-16-2010, 12:17 PM
طريقة بسيطه للتعديل وجعل شكل الاقسام بالرئيسية مربعات

صورة بعد التعديل

http://www.rawabetvb.com/vb/attachment.php?attachmentid=58799&stc=1&d=1290775281



طريقة التعديل افتح قالب forumbits.css

في اخر القالب اضف الكود التالي :

كود PHP:
.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top: 0;
}
.forumrow .table {
height: 100px;
}
ol.childforum {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.childforum li.forumbit_post {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
#forums .L1 .L2 {
clear:none;
}
.forumbit_post .forumrow .forumlastpost {
clear:both;
width:95%;
}
.forumbit_post .forumlastpost .lastpostby {
display: block;
float: left;
}
.forumbit_post .forumlastpost .lastpostdate {
display: block;
float: right;
}
.forumbit_post .forumlastpost .lastposttitle {
display: block;
float: left;
}
.forumbit_post .foruminfo {
clear:right;
float:left;
min-width:50%;
width:70%;
}
.forumbit_post .forumstats, .forumbit_post .forumstats_2 {
width:20%;
}



في نفس القالب اذا كان لديك اقسام فرعيه اضف التالي

كود PHP:
.subforums ol.subforumlist {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.subforumlist li.subforum {
float: left;
width: 50%;
margin: 0;
padding: 0;
clear:none;
}
/* to remove the commas */
.commalist li.subforum:after {
content:"";
}



اعمل حفظ للقالب وانتهاء الموضوع

اخوكم فارس (http://www.rawabetvb.com)

الصور المصغرة للصور المرفقة http://www.rawabetvb.com/vb/attachment.php?attachmentid=58799&stc=1&thumb=1&d=1290775281 (http://www.rawabetvb.com/vb/attachment.php?attachmentid=58799&d=1290775281)