الثلاثاء 11 يوليو - 14:38:16 | المشاركة رقم: |
Admin
إحصائيةالعضو | عدد المساهمات : 18167 | تاريخ التسجيل : 16/06/2009 |
|
| موضوع: index_box التومبلايت رائع index_box التومبلايت رائع - الكود:
-
<style>.forums{ width:1170px; clear: both; margin: 0 auto; } .forumHead{ background-color: #3498db; position: relative; width:100%; color:#fff; border-radius: 10px; padding: 10px 15px; clear: both; float: right; margin: 10px 0 !important; } .forumTitle,.threadpost,.lastpost{ float: right; display: block; padding: 4px 0; } .forumTitle{ min-width: 60%; } #forumTitle{ color:#fff; text-decoration: none; } .threadpost{ margin-left: 50px; } .collapse{ float: right; clear: left; } .collapse img{ position: absolute; overflow: hidden; float: left; clear: right; display: block; width: 20px!important; height: 20px !important; top: 20px!important; left: 20px!important; vertical-align: middle; } .forumrow{ position: relative; background: rgb(255, 255, 255); border:1px solid #e5e5e5; color:#4e4e4e; padding: 8px 10px; margin: 0 0 10px 0; width:100%; float: right; min-height: 70px; } .foruminfo{ width: 57%; min-width: 30%; float: right; clear: left; border-left: 1px solid #e5e5e5; padding: 5px 0; } .forumicon{ position: absolute; top : 20px ; right:15px; float: right; } .forumdata{ width:100%; float: right; clear: left; } .datacontainer{ float: right; width: 88%; padding-right: 80px; } .forumtitle{ float: right; clear: left; font-size: 13px; } .forumtitle a{ display: block!important; color: #333333!important; font: bold 14px/16px Droid Arabic Kufi!important; margin: 0 0 10px 0!important; } a { text-decoration: none; } ul, li, ol { list-style: none; } .forumdescription { color: #888888; font: normal 12px/16px Droid Arabic Kufi; display: block; clear: both; padding-left: 10px; } .forumstats{ display: block; float: right; clear: left; width: 12%; margin-left: 2%; } .forumstats li{ display: block; text-align: right !important; padding-right: 20px!important; padding-bottom: 5px!important; color: #888888 !important; font: normal 12px Droid Arabic Kufi!important; } .forumlastpost { width: 24%; font-size: 12px; padding-top: 5px; display: block; float: right; clear: left; } .forumlastpost p.lastposttitle { overflow: hidden; } .lastposttitle a { font: bold 10px Droid Arabic Kufi!important; color: #333333!important; } .lastpostby, .lastpostby a, .lastpostdate { color: #888888 !important; font: normal 10px Droid Arabic Kufi!important; } .memberaction.popupmenu { font: normal 12px/24px Droid Arabic Kufi !important; margin: 0 0 0 10px; color: #01A79D !important; } .memberaction.popupmenu { position: relative; top: 0; display: inline-block; } .time { color: #3e3e3e; } </style> <!-- BEGIN catrow --><!-- BEGIN tablehead --><div class="forums"> <div class="forum"> <div class="forumHead"> <span class="forumTitle"> <a id="forumTitle" href="">{catrow.tablehead.L_FORUM}</a> </span> <span class="threadpost">المواضيع والمشاركات</span> <span class="lastpost">آخر مشاركة</span> </div> <!-- END tablehead --> <!-- BEGIN forumrow --> <div class="forumrow"> <div class="foruminfo"> <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a></h2>
</div> <p class="forumdescription">{catrow.forumrow.FORUM_DESC}</p> </div> </div> </div> <ul class="forumstats"> <li>المواضيع: {catrow.forumrow.TOPICS}</li> <li>المشاركات: {catrow.forumrow.POSTS}</li> </ul> <div class="forumlastpost"> <div> {catrow.forumrow.LAST_POST} </div> </div>
</div> <!-- END forumrow --> </div> </div><!-- BEGIN tablefoot --> </table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
|
| |