| موضوع: كود اظهار قائمة الاعضاء بطريقة منظمه 10.04.21 12:03 | |
| كود اظهار قائمة الاعضاء بطريقة منظمه
بهذا الشكل نذهب الى مظهر المنتدى الصور والالوان الوان ورقة css ونضيف هذا الكود - الكود:
-
#memberlist img { width: 70px; height: 80px; background-color: rgba(70, 70, 70, 0.6); border-radius: 4px 2px 4px 2px; } #memberlist img.i_icon_pm { width: 20px; height: 20px; background-color: rgba(70, 70, 70, 0.6); border-radius: 4px 2px 4px 2px; } table#memberlist{ font: Traditional Arabic; font-size: 14px; background: #ddd; width: 999px; padding: 3px 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-bottom-left-radius: 0; -moz-border-radius-bottomright: 0; -webkit-bottom-left-border-radius: 0; border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-bottom-right-border-radius: 0; list-style: outside none none; } | |
|