ستايل رمضاني محول من الفيبي

استعرض الموضوع التالي استعرض الموضوع السابق اذهب الى الأسفل

ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 10:53 pm


ستايل محول من منتديات انفاس الحب الرمضاني
الستايل رائع جدا الاكواد المستعمله من تحويل الاخ عاشق ايجبت
الكود الاصلي للاكواد من ستايل الرمضاني اللونين الازرق والبيجي
من تحويل الاخ عاشق ايجبت
تحويل صور الستايل الاخت هاجر من منتديات اسد بابل للاعلان والمواقع المجانيه
احببت ان اهدي لكم الستايل وشكرا للجميع
ستايل رمضاني محول من الفيبي P_2225vod3m1
اولا نبدى بالهيدر
الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
       <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"/>    
    <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
    <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
    <meta http-equiv="content-script-type" content="text/javascript" />
    <meta http-equiv="content-style-type" content="text/css" />
    <!-- BEGIN switch_compat_meta -->
    <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
    <!-- END switch_compat_meta -->
    <!-- BEGIN switch_canonical_url -->
    <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
    <!-- END switch_canonical_url -->
    {META_FAVICO}
    {META}
    {META_FB_LIKE}
    <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
    {T_HEAD_STYLESHEET}
    {CSS}
    <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
    <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
    <script src="{JQUERY_PATH}" type="text/javascript"></script>
    <!-- BEGIN switch_recent_jquery -->
    <script src="{JS_DIR}jquery1.9/jquery-migrate-1.4.1.js" type="text/javascript"></script>
    <script src="{JQUERY_DIR}browser/v1.0/jquery.browser.min.js" type="text/javascript"></script>
    <script src="{JQUERY_DIR}support/jquery.support.js" type="text/javascript"></script>
    <!-- END switch_recent_jquery -->
    <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>  
    {RICH_SNIPPET_GOOGLE}

    <!-- BEGIN switch_fb_login -->
    <script src="https://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
    <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
    <!-- END switch_fb_login -->

    <!-- BEGIN switch_ticker -->
    <link type="text/css" rel="stylesheet" href="{JQUERY_DIR}ticker/ticker.css" />
    <script src="{JQUERY_DIR}/ticker/ticker.js" type="text/javascript"></script>
    <!-- END switch_ticker -->

    <!-- BEGIN switch_ticker_new -->
    <script src="{JQUERY_DIR}jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
    <script type="text/javascript">//<![CDATA[
        /* Definir le sens de direction en fonction du panneau admin */
        var tickerDirParam = "{switch_ticker.DIRECTION}";
        var slid_vert = false;
        var auto_dir = 'next';
        var h_perso = parseInt({switch_ticker.HEIGHT});

        switch( tickerDirParam ) {
            case 'top' :
                slid_vert = true;
                break;
            case 'left':
                break;
            case 'bottom':
                slid_vert = true;
                auto_dir = 'prev';
                break;
            case 'right':
                auto_dir = 'prev';
                break;
            default:
                slid_vert = true;
        }

        $(document).ready(function() {
            var w_cont = $('#fa_ticker_container').width();

            if (w_cont > 0) {
                $('#fa_ticker_container').width(w_cont);

                /* Affichage de la liste */
                $('#fa_ticker_content').css('display','block');

                /* Calcul des dimensions du conteneur et des elements */
                var width_max = $('ul#fa_ticker_content').width();
                var width_item = Math.floor(width_max / {switch_ticker.SIZE});
                var height_max = h_perso;

                /* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
                $('ul#fa_ticker_content li').each( function () {
                    if ($(this).height() > height_max) {
                        height_max = $(this).height();
                    }
                } );

                /* Redimensionnement des elements et des images trop larges */
                $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
                    if ($(this).width() > width_item) {
                        var ratio      = $(this).width() / width_item;
                        var new_height = Math.round($(this).height() / ratio);
                        $(this).height(new_height).width(width_item);
                    }
                });

                /* Redimensionnement et centrage du conteneur en mode vertical */
                if (slid_vert) {
                    $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
                }

                /* Initialisation du caroussel */
                $('#fa_ticker_content').jcarousel({
                    vertical: slid_vert,
                    wrap: 'circular',
                    auto: {switch_ticker.STOP_TIME},
                    auto_direction: auto_dir,
                    scroll: 1,
                    size: {switch_ticker.SIZE},
                    height_max: height_max,
                    animation: {switch_ticker.SPEED}
                });
            } else {
                $('ul#fa_ticker_content li:not(:first)').css('display','none');
                $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
            }
        });
    //]]>
    </script>
    <!-- END switch_ticker_new -->

    <script type="text/javascript">//<![CDATA[
    $(document).ready(function(){
        <!-- BEGIN switch_enable_pm_popup -->
        pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
        if(pm != null) { pm.focus(); }
        <!-- END switch_enable_pm_popup -->
        <!-- BEGIN switch_report_popup -->
        report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
        if(report != null) { report.focus(); }
        <!-- END switch_report_popup -->
        <!-- BEGIN switch_ticker -->
        $(document).ready(function() {              
            Ticker.start({
                height : {switch_ticker.HEIGHT},
                spacing : {switch_ticker.SPACING},
                speed : {switch_ticker.SPEED},
                direction : '{switch_ticker.DIRECTION}',
                pause : {switch_ticker.STOP_TIME}
            });
        });
        <!-- END switch_ticker -->
    });

    <!-- BEGIN switch_login_popup -->
        var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
    <!-- END switch_login_popup -->

    <!-- BEGIN switch_login_popup -->
    $(document).ready( function() {
        $(window).resize(function() {
            var windowWidth = document.documentElement.clientWidth;
            var popupWidth = $("#login_popup").width();
            var mypopup = $("#login_popup");

            $("#login_popup").css({
            "left": windowWidth/2 - popupWidth/2
                });
        });
    });
    <!-- END switch_login_popup -->
    //]]>
    </script>
    {GREETING_POPUP}
    <!-- BEGIN switch_ticker_new -->
    <style>
    .jcarousel-skin-tango .jcarousel-item {
        text-align:center;
        width: 10px;
    }

    .jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-right: {switch_ticker.SPACING}px;
    }

    .jcarousel-skin-tango .jcarousel-item-vertical {
        margin-bottom: {switch_ticker.SPACING}px;
    }
    </style>
    <!-- END switch_ticker_new -->
    {HOSTING_JS}

    <!-- BEGIN google_analytics_code -->
    <script type="text/javascript">
        //<![CDATA[
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');

    ga('create', '{G_ANALYTICS_ID}', 'auto');
    ga('send', 'pageview');
    ga('set', 'anonymizeIp', true);

    <!-- BEGIN google_analytics_code_bis -->
    ga('create', '{G_ANALYTICS_ID_BIS}', 'auto', 'bis');
    ga('bis.send', 'pageview');
    ga('bis.set', 'anonymizeIp', true);
    <!-- END google_analytics_code_bis -->
    //]]>
    </script>
    <!-- END google_analytics_code -->
  
</head>

 <script type="text/javascript">
$(window).load(function() {
$(".smallfont").each(function() {
        $(this).find("span.prefix.وردة").html('<img src="https://lmsa-des.com/vb/images/icons/icon1.gif" />');
          $(this).find("span.prefix.نيو").html('<img src="https://a-al7b.com/vb/images/icons/q35.gif" />');
          $(this).find("span.prefix.اهداء").html('<img src="https://lmsa-des.com/vb/images/icons/3-zf70.gif" />');
          $(this).find("span.prefix.حصري").html('<img src="https://a-al7b.com/vb/images/icons/q118.gif" />');
          $(this).find("span.prefix.سؤال").html('<img src="https://a-al7b.com/vb/images/icons/k9.gif" />');
    });
});
</script>
 <script type="text/javascript">
          
$(function () {
   $("a[href^='/t'],a[href^='http://"+ location.host +"/t']").html(function () {
      var u = $(this).text();
      if(/^\[([^\[\]]+)\]/.test(u)) return u.replace(/^\[[^\[\]]+\]/, function (a) {
         a = a.slice(1, -1);
         return '<span class="prefix ' + a + '">' + a + "</span>"
      })
   });
});
 </script>
 

 <script type="text/javascript">
         var PREFIJOS_TEMAS = [];
 
  PREFIJOS_TEMAS.push("[وردة]");
  PREFIJOS_TEMAS.push("[نيو]");
  PREFIJOS_TEMAS.push("[اهداء]");
  PREFIJOS_TEMAS.push("[حصري]");
  PREFIJOS_TEMAS.push("[سؤال]");
 
$(function () {
   if(/^\/post\?f=\d+&mode=newtopic/.test($(location).attr('pathname') + $(location).attr('search'))){  
      var html_options_prefijo = "<select name='prefijos'><option value=''>اختر ايقونة</option>";
      for(var prefijo in PREFIJOS_TEMAS){
         html_options_prefijo += "<option value='" + PREFIJOS_TEMAS[prefijo] + "'>" + PREFIJOS_TEMAS[prefijo] + "</option>";
      }
      html_options_prefijo += "</select>";      
      $('input[name="subject"]').before(html_options_prefijo);        
      $("form[method='post']").submit(function() {
         $('input[name="subject"]').val(($('select[name="prefijos"]').val() ? $('select[name="prefijos"]').val() + " " : "") + $('input[name="subject"]').val());
      });
   }
});

          
 </script>  
  
  
  
  

</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
    <!-- BEGIN hitskin_preview -->
    <div id="hitskin_preview" style="display: block;">
        <h1><img src="https://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
        <div class="content">
            <p>
                {hitskin_preview.L_THEME_SITE_PREVIEW}
                <br />
                <span>{hitskin_preview.U_INSTALL_THEME}<a href="https://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
            </p>
        </div>
    </div>
    <!-- END hitskin_preview -->

    <!-- BEGIN switch_login_popup -->
    <div id="login_popup" style="z-index: 10000 !important;">
        <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
            <tr height="25">
                <td class="catLeft">
                    <span class="genmed module-title">{SITENAME}</span>
                </td>
            </tr>
            <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
                <td class="row1" align="left" valign="top">
                    <div id="login_popup_buttons">
                        <form action="{S_LOGIN_ACTION}" method="get">
                            <input type="submit" class="mainoption" value="{L_LOGIN}" />
                            <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                            <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                        </form>
                    </div>
                    <span class="genmed">{LOGIN_POPUP_MSG}</span>
                </td>
            </tr>
        </table>
    </div>
    <!-- END switch_login_popup -->

    <a name="top"></a>
    {JAVASCRIPT}
  
  
      <!-- هاك تغيير الستايل للرمضاني-->    
  

  
      <!-- هاك تغيير الستايل للرمضاني-->  
  
  
  
  
  
  
  
  
  
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">



<style type="text/css" id="vbulletin_css">


/**
* vBulletin 3.8.12 CSS
* Style: 'ستايل بن القبيلة  بتقنية css '; Style ID: 52
*/
body
{
   background: #D0BAA1;
   color: #473017;
   font: 8pt tahoma;
   margin: 0px 0px 0px 0px;
   padding: 0px;
  
  
}
a:link, body_alink
{
   color: #473017;
   text-decoration: none;
}
a:visited, body_avisited
{
   color: #473017;
   text-decoration: none;
}
a:hover, a:active, body_ahover
{
   color: #473017;
   text-decoration: none;
}

td, th, p, li
{
   font: bold 12pt Arial;
}
.tborder
{
   background: #D3BFAA url(bnqabila_2015/images/hn_6.gif);
   color: #473017;
   font: bold 12pt Arial;
   border-left:1px solid #F5E7D7;
   border-top: 1px solid #F5E7D7;
   border-right: 1px solid #C1B09D;
   border-bottom: 1px solid #C1B09D;
}
.tcat
{
   background: #291B0D url(bnqabila_2015/images/hn_1.gif) repeat-x top left;
   color: #FFFFFF;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
.tcat a:link, .tcat_alink
{
   color: #FFFFFF;
   text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
   color: #ffffff;
   text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.thead
{
   background: #473827 url(bnqabila_2015/images/hn_3.gif)repeat-x top left;
   color: #000000;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
.thead a:link, .thead_alink
{
   color: #E7892C;
   text-decoration: none;
}
.thead a:visited, .thead_avisited
{
   color: #E7892C;
   text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.tfoot
{
   background: #8E6B2A url(bnqabila_2015/images/hn_2.gif) repeat-x top left;
   color: #F6B473;
   font: 8pt tahoma;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
.tfoot a:link, .tfoot_alink
{
   color: #F6B473;
   text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
   color: #F6B473;
   text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
   color: #FFFF66;
   text-decoration: none;
}
.alt1, .alt1Active
{
   background: #E8DED3;
   color: #BC0303;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 1px solid #3E2911;
   border-bottom: 1px solid #3E2911;
  
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
   color: #473017;
   text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
   color: #473017;
   text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.alt2, .alt2Active
{
   background: #E2D4C4;
   color: #BC0303;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 1px solid #3E2911;
   border-bottom: 1px solid #3E2911;
  
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
   color: #473017;
   text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
   color: #473017;
   text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.inlinemod
{
   background: #E1D0BE;
   color: #473017;
   font: bold 12pt Arial;
}
.inlinemod a:link, .inlinemod_alink
{
   text-decoration: none;
}
.inlinemod a:visited, .inlinemod_avisited
{
   text-decoration: none;
}
.inlinemod a:hover, .inlinemod a:active, .inlinemod_ahover
{
   text-decoration: none;
}
.wysiwyg
{
   background: #ECE4DA url(bnqabila_2015/images/hn_5.gif) repeat-x top left;
   color: #000000;
   font: bold 14pt arial;
   margin: 5px 10px 10px 10px;
   padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
   color: #473017;
   text-decoration: none;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
   color: #473017;
   text-decoration: none;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
   color: #FF4400;
   text-decoration: none;
}
textarea, .bginput
{
   background: #E8DED3;
   color: #473017;
   font: 8pt tahoma;
}
.bginput option, .bginput optgroup
{
   font-size: 8pt;
   font-family: tahoma;
}
.button
{
   background: #B3934B url(bnqabila_2015/images/hn_4.gif) repeat-x top left;
   color: #473017;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
select
{
   background: #E1D0BE;
   color: #473017;
   font: 8pt tahoma;
}
option, optgroup
{
   font-size: 8pt;
   font-family: tahoma;
}
.smallfont
{
   font: 8pt tahoma;
}
.time
{
   color: #254150;
   font-weight: bold;
   text-shadow:3px 4px 3px #D3D4D5;
   border: 1px dotted #214456;
}
.navbar
{
   color: #473017;
   font: bold 12pt Arial;
}
.navbar a:link, .navbar_alink
{
   text-decoration: none;
}
.navbar a:visited, .navbar_avisited
{
   text-decoration: none;
}
.navbar a:hover, .navbar a:active, .navbar_ahover
{
   text-decoration: none;
}
.highlight
{
   color: #FF0000;
   font-weight: bold;
}
.fjsel
{
   background: #E8DED3;
   color: #000000;
}
.fjdpth0
{
   background: #C7B5A1;
   color: #000000;
}
.panel
{
   background: #E2D4C4;
   color: #473017;
   font: bold 12pt Arial;
   padding: 10px;
   border: 2px outset;
}
.panel a:link, .panel_alink
{
   text-decoration: none;
}
.panel a:visited, .panel_avisited
{
   text-decoration: none;
}
.panel a:hover, .panel a:active, .panel_ahover
{
   text-decoration: none;
}
.panelsurround
{
   background: #9B825F url(http://www.iraqkhair.com/up/do.php?imgf=1435457548211.gif);
   color: #473017;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 1px solid #3E2911;
   border-bottom: 1px solid #3E2911;
}
legend
{
   background: #B5954D url(bnqabila_2015/images/hn_4.gif) repeat-x top left;
   color: #473017;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
.vbmenu_control
{
   background: #8E6B2A url(bnqabila_2015/images/hn_2.gif) repeat-x top left;
   color: #FFFFFF;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 2px solid #3E2911;
   border-bottom: 2px solid #3E2911;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
   color: #F6B473;
   text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
   color: #F6B473;
   text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.vbmenu_popup
{
   background: #CC6600;
   color: #473017;
   font: bold 12pt Arial;
   border: 1px solid #0B198C;
}
.vbmenu_option
{
   background: #291B0D url(bnqabila_2015/images/hn_1.gif) repeat-x top left;
   color: #FFFFFF;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 1px solid #3E2911;
   border-bottom: 1px solid #3E2911;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
   color: #e4e4e4;
   text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
   color: #e4e4e4;
   text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
   color: #FF0000;
   text-decoration: none;
}
.vbmenu_hilite
{
   background: #B5954D url(bnqabila_2015/images/hn_4.gif) repeat-x top left;
   color: #990000;
   font: bold 12pt Arial;
   border-left: 1px solid #F7E7D6;
   border-top: 1px solid #F7E7D6;
   border-right: 1px solid #3E2911;
   border-bottom: 1px solid #3E2911;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
   color: #473017;
   text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
   color: #473017;
   text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
   color: #FF0000;
   text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
html
{
scrollbar-3dlight-color:#482c0c;
scrollbar-shadow-color:#482c0c;
scrollbar-face-color: #482c0c;
scrollbar-base-color: #482c0c;
scrollbar-darkshadow-color:#ffdeb7;
scrollbar-highlight-color:#ffdeb7;
scrollbar-arrow-color: #ffdeb7;
scrollbar-track-color #ffdeb7;
}



/* ***** H1 و H2 تاجات ***** */
#tags {
text-align: center;
font-family: Arial, Tahoma, Verdana;
}

#tags h1 {
font-size: 19px;
color: blue dark;
font-weight: bold;
}

#tags h2 {
font-size: 17px;
color: blue dark;
font-weight: bold;
}
fieldset{border:1px solid #DBBA84;padding:12px;}


.mhead_1{
   background-image:url('bnqabila_2015/images/m-haj_02.jpg');
   background-repeat:repeat-x;
   height:400px;
}

.mhead_2{
   background-image:url('bnqabila_2015/images/m-haj_01.jpg');
   background-repeat:no-repeat;
   height:400px;
   width:218px;
   float:left;
}


.mhead_3{
   background-image:url('bnqabila_2015/images/m-haj_03.jpg');
   background-repeat:no-repeat;
   height:400px;
   width:218px;
   float:right;
}


.mhead_4 {
   background-image: url('bnqabila_2015/images/m-haj_04.jpg');
   background-repeat: no-repeat;
   height: 400px;
   width: 472px;
   margin:auto;
}

.h-btn-1 {
   background-image: url('bnqabila_2015/hoom/h_hoom1.png');
   height: 24px;
   width: 63px;
   top: 376px;
   position:absolute;
   right: 335px;

   -webkit-transition: all ease 0.3s;
   -moz-transition: all ease 0.3s;
   -o-transition: all ease 0.3s;
   -ms-transition: all ease 0.3s;
   transition: all ease 0.3s;
}
.h-btn-1:hover {
   background-position: 0px -24px;
}
.h-btn-2 {
   background-image: url('bnqabila_2015/hoom/h_usercp1.png');
   height: 24px;
   width: 63px;
   top:376px;
   position:absolute;
   right: 470px;

  
   -webkit-transition: all ease 0.3s;
   -moz-transition: all ease 0.3s;
   -o-transition: all ease 0.3s;
   -ms-transition: all ease 0.3s;
   transition: all ease 0.3s;
}
.h-btn-2:hover {
   background-position: 0px -24px;
}
.h-btn-3 {
   background-image: url('bnqabila_2015/hoom/h_register1.png');
   height: 24px;
   width: 63px;
   top:376px;
   position:absolute;
   left: 340px;

   -webkit-transition: all ease 0.3s;
   -moz-transition: all ease 0.3s;
   -o-transition: all ease 0.3s;
   -ms-transition: all ease 0.3s;
   transition: all ease 0.3s;
}
.h-btn-3:hover {
   background-position: 0px -24px;
}

.h-b-link1 {
   display: block;
   height: 24px;
   width: 63px;
}
.h-b-link2 {
   display: block;
   height: 24px;
   width: 63px;
}
.h-b-link3 {
   display: block;
   height: 24px;
   width: 63px;
}



.page a:link, .page_alink
{
   text-decoration: none;
}
.page a:visited, .page_avisited
{
   text-decoration: none;
}
.page a:hover, .page a:active, .page_ahover
{
   text-decoration: none;
}


.foot1 {
        background-image:url('bnqabila_2015/images/m-haj_06.jpg');
   background-repeat:repeat-x;
   height:200px;
}

.foot2{
   background-image:url('bnqabila_2015/images/m-haj_05.jpg');
   background-repeat:no-repeat;
   height:200px;
   width:119px;
   float:left;
}


.foot3{
   background-image:url('bnqabila_2015/images/m-haj_07.jpg');
   background-repeat:no-repeat;
   height:200px;
   width:119px;
   float:right;
}

.foot4{
   background-image:url('bnqabila_2015/images/m-haj_07a.jpg');
   background-repeat:no-repeat;
   height:200px;
   width:233px;
   margin:auto;
}

.frmd1{
   background-image:url('bnqabila_2015/images/m-haj_09.jpg');
   background-repeat:repeat-x;
   height:126px;
}

.frmd2{
   background-image:url('bnqabila_2015/images/m-haj_08.jpg');
   background-repeat:no-repeat;
   height:126px;
   width:231px;
   float:left;
}

.frmd3{
   background-image:url('bnqabila_2015/images/m-haj_10.jpg');
   background-repeat:no-repeat;
   height:126px;
   width:231px;
   float:right;
}


.frmd4 {
   background-image: url('bnqabila_2015/images/m-haj_11.jpg');
   background-repeat: no-repeat;
   height: 125px;
   width: 200px;
   margin:auto;
}



#sss{
   background:transparent;
}
.s1{
   background:url('bnqabila_2015/images/m-haj_12.jpg') repeat-y left center;
   padding-left:18px;
}
.s2{
   background:url('bnqabila_2015/images/m-haj_13.jpg') repeat-y right center;
   padding-right:18px;
}

.frmg1{
    background-image:url('bnqabila_2015/images/m-haj_15.jpg');
    background-repeat:repeat-x;
    height:38px;
    }
    
.frmg2{
    background-image:url('bnqabila_2015/images/m-haj_14.jpg');
    background-repeat:no-repeat;
    height:38px;
    width:40px;
    float:left;
    }
    
.frmg3{
   background-image: url('bnqabila_2015/images/m-haj_16.jpg');
   background-repeat:no-repeat;
   height:38px;
   width:40px;
   float:right;
    }
  
  
  
</style>
<!-- / CSS Stylesheet -->
<script>  
  
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="rtl" lang="ar">
   <head>

          
          
      <!-- CSS Stylesheet -->
      <link rel="stylesheet" type="text/css"  href="" />
                <!-- / CSS Stylesheet -->
      <head>
         <link rel="stylesheet" type="text/css"  href="" />
         <link rel="alternate stylesheet" type="text/css" title="color2" href="" />
         <script src="https://dl.dropboxusercontent.com/s/eip77qkqyt6wkl3/colorchooser.js" type="text/javascript"></script>          
          
          
      </head>
   </head>
   <body>
          
 <audio id="sound"><source src="https://ia801206.us.archive.org/26/items/DownloadFreeRingtonesForAndroidAndIPhoneTONES72/Free%20Alternative%20Ringtones%20-%20Tones7.mp3"/></audio>
          
          
      <div class="h1">
         <div class="h2"></div>
         <div class="h3">
            <div class="buttons">
               <div class="button1"><a title="الرئيسيه" style="margin-top: 0px; float: left; height: 27px; width: 76px; margin-left: 0px;" href="{U_INDEX}"></a></div>
                                     <div class="button2"><a title="التسجيل" style="margin-top: 0px; float: left; height: 27px; width: 76px; margin-left: 0px;" href="/register"></a></div>
                                     <div class="button3"><a title="البيانات" style="margin-top: 0px; float: left; height: 27px; width: 76px; margin-left: 0px;" href="/profile?mode=editprofile"></a></div>
            </div>
            <!-- Start  Color -->
            <div id="topbar">
               <div class="colorchooser">
                                             <span> </span>
                  <a href="javascript:ChennaigsmStyle('color1')" style="background-image:url('https://i.servimg.com/u/f78/19/47/70/95/color110.png'); background-repeat:no-repeat;width: 21px;height:21px"></a>
                  <a href="javascript:ChennaigsmStyle('color2')" style="background-image:url('https://i.servimg.com/u/f78/19/47/70/95/color210.png'); background-repeat:no-repeat;width: 21px;height:21px"></a>
               </div>
            </div>
            <!-- End Color -->
         </div>
      </div>
      <!-- content table -->
      <!-- open content container -->
      <div align="center">
         <div class="page" style="width:98%; text-align:right">
            <div style="padding:0px 25px 0px 25px" align="right"><br />
               <div class="block1">
                  <div class="block2"></div>
                  <div class="block3"></div>
               </div>
               <div class="block4">
                  <div class="block5">
                     <div class="block6">
                         <!-- breadcrumb, login, pm info -->                                                                                                                                                                    
      <!-- هاك روابط اضافيه -->
<div class="tborder" style="padding:1px; border-bottom-width:0px">     <if></if><table cellpadding="6" cellspacing="0" border="0" width="100%" align="center">     <tbody><tr align="center"> <td class="vbmenu_control"><a target="_blank" href="https://asdd.ahladalil.com/gallery/index.htm">مكتبه الصور</a></td>
<td class="vbmenu_control"><a href="https://asdd.ahladalil.com/">
 <span style="text-decoration: none"><font color="#fff">رابط نصي</font></span></a>
</td><td class="vbmenu_control"><a target="_blank" href="https://asdd.ahladalil.com/calendar">اليوميه</a></td>
</td><td class="vbmenu_control"><a target="_blank" href="https://asdd.ahladalil.com/t1143-topic?highlight=%D8%AA%D8%B1%D8%AD%D9%8A%D8%A8+%D8%A8%D8%A7%D9%84%D8%A7%D8%AE+%D8%A7%D9%84%D8%BA%D8%A7%D9%84%D9%8A+%D8%A7%D8%A8%D9%88+%D8%B9%D9%84%D9%8A#.YgSFld-ZPZd">الترحيب</a></td>  
         <td class="vbmenu_control"><font color="#fff"><b><span lang="ar-sa"><a href="https://asdd.ahladalil.com/t1618-topic#.YgPfF-qZPZc" style="text-decoration: none">برامج التصميم</a></span></b></font></td>            <td class="vbmenu_control"><font color="#fff"><b><span lang="ar-sa"><a href="https://asdbabil.forum2.net/" style="text-decoration: none">منتدى جديد</a></span></b></font></td>           <td class="vbmenu_control"><a href="https://asdd.ahladalil.com/f61-montada">اختر الخامه لتصميمك</a></td> </tr>     </tbody></table> </div>


      <!-- هاك روابط اضافيه -->
                                                                                  
                                                                                  
                                                                  
                        <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
                           <tr>
                              <td class="alt1" width="100%">
                                 <div class="navbar" style="font-size:10pt"><a href="{U_INDEX}" accesskey="1"><img class="inlineimg" src="https://i.servimg.com/u/f18/20/23/40/69/bd10.png" alt="" border="0" /></a> <strong>{L_INDEX}</strong></div>
                              </td>
                              <td class="alt2" nowrap="nowrap" style="padding:0px">
                                                                          
      <!-- BEGIN switch_user_logged_in -->                                                                                
      <div align="center" class="smallfont">
     <div>
   <strong><span style="color: Red;">{LOGGED_AS}</span></strong>  
        </div>        
            <div>{LAST_VISIT_DATE}</div>        
<a href="/search?search_id=newposts"><font color="#ffffff">مشاركات جديده</font></a><font color="#ffffff"> <span lang="ar-sa">|</span>  </font>
<a href="/search?search_id=egosearch"> <font color="#ffffff">مشاركاتي</font></a><span lang="ar-sa"><font color="#ffffff">  |  </font></span>        
<a href="/search?search_id=unanswered"> <span style="text-decoration: none"><font color="#ffffff">مواضيع لم يتم الرد عليها</font></span></a>            
      </div>
<br />
                                 <!-- END switch_user_logged_in -->
                                 <!-- BEGIN switch_user_logged_out -->
             <form action="/login.forum?redirect=/" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
      <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=388"></script>
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
         <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
         <td><input type="text" class="bginput" style="font-size: 11px" name="username" id="username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
         <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />حفظ البيانات؟</label></td>
      </tr>
      <tr>
         <td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
         <td><input type="password" class="bginput" style="font-size: 11px" name="password" id="password" size="10" tabindex="102" /></td>
         <td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td>
      </tr>
      </table>
      <input type="hidden" name="s" value="" />
      <input type="hidden" name="securitytoken" value="guest" />
      <input type="hidden" name="do" value="login" />
      <input type="hidden" name="vb_login_md5password" />
      <input type="hidden" name="vb_login_md5password_utf" />
      </form>
                                 <!-- END switch_user_logged_out -->                                                                              
                              </td>
                           </tr>
                        </table>
                        <!-- / breadcrumb, login, pm info -->
                        <!-- nav buttons bar -->
                        <div class="tborder" style="padding:1px; border-top-width:0px">
                           <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
                              <tr align="center">
                                 <!-- BEGIN switch_user_logged_out -->
                                 <td class="vbmenu_control"><a href="/register" rel="nofollow">التسجيل</a></td>
                                 <td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمات</a></td>
                                 <td class="vbmenu_control"><a href="/search?search_id=unanswered">مواضيع لم يتم الرد عليها</a></td>
                                 <td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td>
                                 <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">البحث</a> </td>
                                 <!-- END switch_user_logged_out -->
                                 <!-- BEGIN switch_user_logged_in -->
                                 <td class="vbmenu_control"><a href="{U_INDEX}">الرئيسيه</a></td>
                                                                                  <td class="vbmenu_control"><a href="https://asdd.ahladalil.com/h4-page" accesskey="5">انقش اسمك</a></td>
                                                                                  <td class="vbmenu_control"><a href="https://asdd.ahladalil.com/t1618-topic#3963" accesskey="5">اهم برامج الصور</a></td>
                                 <td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحه التحكم</a></td>
                                 <td class="vbmenu_control"><a href="/memberlist" accesskey="5">معاينه الاعضاء</a></td>
                                 <td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مواضيع جديده</a></td>
                                 <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">البحث</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                                 <td class="vbmenu_control"><a href="{U_PRIVATEMSGS}" rel="nofollow">{PRIVATE_MESSAGE_INFO}</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
                                 <td class="vbmenu_control"><a rel="nofollow" href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">{L_LOGIN_LOGOUT}</a></td>
                                 <!-- END switch_user_logged_in -->
                              </tr>
                           </table>
                        </div>
                        <!-- / nav buttons bar -->
                     </div>
                  </div>
               </div>
               <div class="block7">
                  <div class="block8"></div>
                  <div class="block9"></div>
               </div><br />
               <!-- BEGIN switch_user_logged_out -->
               <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
                  <thead>
                     <tr><td class="tcat" colspan="6">أهلا وسهلا بك إلى{L_INDEX}.</td></tr>
                     <tr>
                        <td class="alt1" colspan="6">
           أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات،<a href="/faq"><strong> بالضغط هنا</strong></a>.
             كما يشرفنا أن تقوم <a href="/register" rel="nofollow"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
                        </td>
                     </tr>
                  </thead>
               </table>
               <!-- END switch_user_logged_out -->      
    <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
        <tr>
            
                <!-- BEGIN switch_ticker_new -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                        <tr>
                            <td align="left" class="row1">
                                <div id="fa_ticker_container">
                                    <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
                                        <!-- BEGIN ticker_row -->
                                        <li>{switch_ticker.ticker_row.ELEMENT}</li>
                                        <!-- END ticker_row -->
                                    </ul>
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
                <!-- END switch_ticker_new -->

                <!-- BEGIN switch_ticker -->
                <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                        <tr>
                            <td align="left" class="row1">
                                <div id="fa_ticker_container">
                                    <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                                        <div class="fa_ticker_content">
                                            <!-- BEGIN ticker_row -->
                                            <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                            <!-- END ticker_row -->
                                        </div>
                                    </div>
                                </div>
                            </td>
                        </tr>
                    </table>
                </div>
                <!-- END switch_ticker -->

                <div id="page-body">
                    <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                        <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                            <tbody>
                                <tr>
                                    <td valign="top" width="100%">
                                         <div id="center">
                                           <!-- BEGIN giefmod_index1 -->
                                           {giefmod_index1.MODVAR}
                                               <!-- BEGIN saut -->
                                               <div style="height:{SPACE_ROW}px"></div>
                                               <!-- END saut -->
                                           <!-- END giefmod_index1 -->
                                         </div>
                                    </td></tr><tr>
                                    <td valign="top" width="98%">
<!-- BEGIN html_validation -->
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
        </tr>
    </table>
</body>
</html>
<!-- END html_validation -->



عدل سابقا من قبل sbark في السبت مارس 05, 2022 10:59 pm عدل 1 مرات
sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 10:55 pm


ثانيا اكواد الكي اس اس وهيه المهمه جدا لاظهار جميع صور
يمكنك الاستغناء عن بعض الاكواد حسب نمط منتداك
الكود:
/*-----مع كود جافا زر الشكر-----*/
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
  color:#280;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  background-color:#DFD;
  border:1px solid #BDB;
  border-radius:6px;
  padding:6px;
  margin:6px;
}

/*-----معه كود جافه لوضع خلفيه للكتابه----*/
        .sceditor-button-tbl div {

          background-image:url('https://2img.net/i/fa/twemoji/16x16/1f495.png') !important;
        }
        .postbody {
          background-repeat:no-repeat;
          background-size:cover;
        }



/*-----للردود الجاهزه-----*/
.sceditor-dropdown.sceditor-messages {
  height:200px;
  overflow-y:auto;
}
.sceditor-button-messages div {
  background-image:url('https://i.servimg.com/u/f21/18/42/96/80/edit_p10.gif') !important;
}
/*----حجم الصور على الريسيه الشخصيه-----*/
.a7la7ekaya img {
        height: 100px;
        width: 100px;
    }


/*-----توسيط محتويات المنتدى -----*/
tr.post td {

    text-align: center;

}
/* للتحكم بحجم صوره على رئيسيه*/
.lastpost-avatar img {
  height: 58px;
  width: 58px;
}

/*-----لجعل المزجة والاعلام بشكل افقي -----*/

.profile_field_list li {
display: inline;
}


/*-----الخطوط ثري دي للفئات-----*/
 .forumline {
    border-bottom: 16px solid #8F6628!important;
    border-top: solid #8F6628; 1px;
    border-bottom: solid #8F6628; 1px!important;
    background-color: #8F6628; border-width: 2px; border-style: ridge; border-color: #8F6628;  width : 0 auto;!important;
    border-top: 12px solid #8F6628!important;
    padding: 12px 12px 12px!important;
}



/*-----كود حذف اعلانات احلى منتدى من الاعلى لنسخة الثانية-----*/ td[style="background:#000000;padding:inherit 0"] {display: none;} /*-----كود حذف اعلانات احلى منتدى من الاعلى لنسخة الثانية-----*/

 /*-----كود حذف اعلانات احلاى منتدى من الاسفل لجميع النسخ-----*/ .trc_related_container {display: none;} /*-----كود حذف اعلانات احلاى منتدى من الاسفل لجميع النسخ-----*/


/*------------------------------كود للاكواد صندوق الاكواد-----------------------------*/

.highlight {
    border: solid #e91e63 3px;
    display: inline-block;
    overflow-y: scroll;
    max-width: 700px;
    background: #74afaf;
    color: #d6cb69;
    font-family: 'Droid Arabic Kufi';
    font-weight: 700;
    max-height: 522px;
}


/*------------------------------تنسيق الحائط-----------------------------*/
#profile-advanced-details .message-block {
background: url("") left top no-repeat,
url("") right top no-repeat,
 url(https://i.servimg.com/u/f61/20/35/36/39/anwar10.png) center top repeat-x,
url(https://i.servimg.com/u/f18/20/23/40/69/o_oaoa11.png) left bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/o_oaoa11.png) right bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/o_oaoa11.png) center bottom repeat-x,
url("https://i.servimg.com/u/f18/20/23/40/69/o_oaoa11.png") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/o_oaoa11.png") right repeat-y;
padding: 58px 30px 58px 30px;
font-size: 22px;
text-align: center;
font-weight: 700;
font-family:
Droid Arabic Kufi;
line-height: 2.0em;
}


#profile-advanced-details .message-header {
    text-align: right;

    font-size: 12px;
   
}

#profile-advanced-details .message-header {
    background: #443a3a;
    border-top: 1px solid #dee3e7;
    margin-top: 5px;
    padding: 1px;

}

/*------------------------------لتصغير البنرات----------------------------*/
#profile-advanced-details .message-block {
    line-height: 30px !important;
    margin-bottom: 97px !important;
    margin-top: 22px !important;
}
/*------------------------------تنسيق الحائط-----------------------------*/





/*------------------------------كود صوره الاحصائيات------------------------------*/
.mini_ava2>img {
    vertical-align: middle;
    height: 40px;
    margin-right: 5px;
    width: 40px;
}

/*-----تحكم بحجم صوره الاشعارات صوره العضوا-----*/
#fa_menulist img {
    width: 100px !important;
    height: 130px !important;
}

.conan2000, .conan1 {

    background: orange;
    color: azure;
font-size: 18px;
font-weight: bold;
padding: 1px; margin: 1px;
display: block;
padding: 7px;
  border-radius: 1px;
}

div.award {
    height: 140px!important;
    width: 140px!important;
}




.conan2000{
    font-weight: 900;

    color: azure;
    margin-top: -17px;
}
.conan1 {
    font-weight: 900;

    color: azure;
margin-bottom: -17px;
}


/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*ورده بغداد*/
a[href="/g21-group"] ,a span[style="color:#ffffff"] strong {
color:#ffffff;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://i.servimg.com/u/f18/20/23/40/69/18810.gif") left top no-repeat,
url("https://i.servimg.com/u/f18/20/23/40/69/18810.gif") right top no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18810.gif) center top repeat-x,
url(https://i.servimg.com/u/f18/20/23/40/69/18810.gif) left bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18810.gif) right bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18810.gif) center bottom repeat-x,
url("https://i.servimg.com/u/f18/20/23/40/69/18810.gif") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/18810.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */

/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*رتيل */
a[href="/g22-group"] ,a span[style="color:#2790B8"] strong {
color:#2790B8;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://i.servimg.com/u/f18/20/23/40/69/18412.gif") left top no-repeat,
url("https://i.servimg.com/u/f18/20/23/40/69/18412.gif") right top no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18412.gif) center top repeat-x,
url(https://i.servimg.com/u/f18/20/23/40/69/18412.gif) left bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18412.gif) right bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/18412.gif) center bottom repeat-x,
url("https://i.servimg.com/u/f18/20/23/40/69/18412.gif") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/18412.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */



/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*كاتبه المنتدى منى الجلاد*/
a[href="/g20-group"] ,a span[style="color:#FFB342"] strong {
color:#FFB342;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://i.servimg.com/u/f18/20/23/40/69/17311.gif") left top no-repeat,
url("https://i.servimg.com/u/f18/20/23/40/69/17311.gif") right top no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/17311.gif) center top repeat-x,
url(https://i.servimg.com/u/f18/20/23/40/69/17311.gif) left bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/17311.gif) right bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/17311.gif) center bottom repeat-x,
url("https://i.servimg.com/u/f18/20/23/40/69/17311.gif") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/17311.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */






/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*ابن الصحراء*/
a[href="/g9-group"] ,a span[style="color:#7D582C"] strong {
color:#7D582C;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif") left top no-repeat,
url("https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif") right top no-repeat,
url(https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif) center top repeat-x,
url(https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif) left bottom no-repeat,
url(https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif) right bottom no-repeat,
url(https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif) center bottom repeat-x,
url("https://www.a-al7b.com/vb/mwaextrastatus/bak/281.gif") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/aia_ay23.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */



/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*الاعضاء الجدد*/
a[href="/g8-group"] ,a span[style="color:#82BD60"] strong {
color:#82BD60;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162372943308362.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162372943308362.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372943308362.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162372943308362.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372943308362.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372943308362.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162372943308362.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162372943308362.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */




/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*فراشه المنتدى هاله زاده*/
a[href="/g7-group"] ,a span[style="color:#B39571"] strong {
color:#B39571;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/16245117973251.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/16245117973251.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/16245117973251.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/16245117973251.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/16245117973251.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/16245117973251.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/16245117973251.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/16245117973251.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */


/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*مشرفي الاقسام*/
a[href="/g6-group"] ,a span[style="color:#FF0033"] strong {
color:#FF0033;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162451179762112.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162451179762112.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179762112.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162451179762112.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179762112.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179762112.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162451179762112.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162451179762112.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */



/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/*الاعظاء المميزون*/
a[href="/g5-group"] ,a span[style="color:#E3E84F"] strong {
color:#E3E84F;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162451188906991.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162451188906991.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188906991.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162451188906991.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188906991.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188906991.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162451188906991.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162451188906991.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */






/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/* فريق المساعده */
a[href="/g4-group"] ,a span[style="color:#D9F5FF"] strong {
color:#D9F5FF;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif") left top no-repeat,
url("https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif") right top no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif) center top repeat-x,
url(https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif) left bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif) right bottom no-repeat,
url(https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif) center bottom repeat-x,
url("https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif") left repeat-y,
url("https://i.servimg.com/u/f18/20/23/40/69/aia_ay14.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */



/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/* الكاتبين هاجر */
a[href="/g3-group"] ,a span[style="color:#C543F0"] strong {
color:#C543F0;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162451188984593.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162451188984593.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188984593.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162451188984593.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188984593.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451188984593.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162451188984593.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162451188984593.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */

/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/* الاعضاء المديرون */
a[href="/g2-group"] ,a span[style="color:#D9A64E"] strong {
color:#D9A64E;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162451179789763.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162451179789763.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179789763.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162451179789763.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179789763.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162451179789763.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162451179789763.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162451179789763.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */



/* أكـــــواد ألوان المجموعات والأعضاء */
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */
/* المدير احمر */
a[href="/g1-group"] ,a span[style="color:#006B40"] strong {
color:#006B40;
width:130px;
height:16px;
border:0px;
text-align:center;
font-weight:bold;
font-family:Tahoma;
font-size: 11px;
padding-top:5px;
display:inline-block;
cursor: pointer;
white-space:nowrap;
background: url("https://www.g-tmooh.com/up/uploads/162372934638461.gif") left top no-repeat,
url("https://www.g-tmooh.com/up/uploads/162372934638461.gif") right top no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372934638461.gif) center top repeat-x,
url(https://www.g-tmooh.com/up/uploads/162372934638461.gif) left bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372934638461.gif) right bottom no-repeat,
url(https://www.g-tmooh.com/up/uploads/162372934638461.gif) center bottom repeat-x,
url("https://www.g-tmooh.com/up/uploads/162372934638461.gif") left repeat-y,
url("https://www.g-tmooh.com/up/uploads/162372934638461.gif") right repeat-y;
padding: 10px 10px 10px 10px;
}
/*---------- برمجه منتدى اسد بابل للاعلان والمواقع المجانيه ----------- */
/*---------- https://asdd.ahladalil.com/ ----------- */


.asfar{
    border-bottom: 16px solid orange!important;
    border-top: solid orange; 1px;
    border-bottom: solid orange; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: orange;  width : 0 auto;!important;
    border-top: 6px solid orange!important;
    padding: 3px 3px 3px!important;
}
.bnfsj {
    border-bottom: 16px solid Magenta!important;
    border-top: solid Magenta; 1px;
    border-bottom: solid Magenta; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: Magenta;  width : 0 auto;!important;
    border-top: 6px solid Magenta!important;
    padding: 3px 3px 3px!important;
}
.a3mar {
    border-bottom: 16px solid #B31446!important;
    border-top: solid #B31446; 1px;
    border-bottom: solid #B31446; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: #B31446;  width : 0 auto;!important;
    border-top: 6px solid #B31446!important;
    padding: 3px 3px 3px!important;
}
.smawe {
    border-bottom: 16px solid #23DAEB!important;
    border-top: solid #23DAEB; 1px;
    border-bottom: solid #23DAEB; 1px!important;
    background-color: 0; border-width: 3px; border-style: ridge; border-color: #23DAEB;  width : 0 auto;!important;
    border-top: 6px solid #23DAEB!important;
    padding: 3px 3px 3px!important;
}
.abead{
    border-bottom: 16px solid #ffffff!important;
    border-top: solid #ffffff; 1px;
    border-bottom: solid #ffffff; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: #ffffff;  width : 0 auto;!important;
    border-top: 6px solid #ffffff!important;
    padding: 3px 3px 3px!important;
}
.Pink{
    border-bottom: 16px solid Pink!important;
    border-top: solid Pink; 1px;
    border-bottom: solid Pink; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: Pink;  width : 0 auto;!important;
    border-top: 6px solid Pink!important;
    padding: 3px 3px 3px!important;
}
.Tomato{
    border-bottom: 16px solid Tomato!important;
    border-top: solid Tomato; 1px;
    border-bottom: solid Tomato; 1px!important;
    background-color: 0; border-width: 2px; border-style: ridge; border-color: Tomato;  width : 0 auto;!important;
    border-top: 6px solid Tomato!important;
    padding: 3px 3px 3px!important;
}


.page
{
  background: #;
  color: #473017;
  font: 8pt tahoma;
}



body{background:url("https://www.a-al7b.com/vb/a-al7b17-2021/hd1.gif")#0e0905;color:#fff;font:10pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;margin:0;padding:0}
                a:link,body_alink{color:#fff;text-decoration:none}
                a:visited,body_avisited{color:#fff;text-decoration:none}
                a:hover,a:active,body_ahover{color:#F40}
                .page{background:#0e0905;color:#fff;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}

.page{background:url("https://www.a-al7b.com/vb/a-al7b17-2021/hd1.gif")#000;color:#d6cb69;font-family:'Droid Arabic Kufi'}
                .page a:link,.page_alink{color:#fff;text-decoration:none}
                .page a:visited,.page_avisited{color:#fff;text-decoration:none}
                td,th,p,li{font:9pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .tborder, .forumline{background:#d5ccc5;color:#000;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .tcat, .catBottom, .catLeft, .catRight ,.catHead{background:#6e491e url(https://i.servimg.com/u/f78/19/47/70/95/bg110.png) repeat-x;color:#fff;font:bold 10pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .tcat a:link,.tcat_alink, .catBottom a:link, .catLeft a:link, .catRight a:link, .catHead a:link{color:#fff;text-decoration:none}
                .tcat a:visited,.tcat_avisited, .catBottom a:visited, .catLeft a:visited, .catRight a:visited, .catHead a:visited{color:#fff;text-decoration:none}
                .tcat a:hover,.tcat a:active,.tcat_ahover, .catBottom a:active, .catLeft a:active, .catRight a:active, .catHead a:active, .catBottom a:hover, .catLeft a:hover, .catRight a:hover, .catHead a:hover{color:#e7a7c6;text-decoration:none}
                .thead, .thHead, .thSides, .thCornerL, .thTop, .thCornerR{background:#5b5b5b url(https://i.servimg.com/u/f78/19/47/70/95/bg210.png) repeat-x;color:#FFF;font:bold 11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;text-shadow:0 1px 0 #000}
                .thead a:link,.thead_alink, .thHead a:link, .thSides a:link, .thCornerL a:link, .thTop a:link, .thCornerR a:link{color:#FFF;text-decoration:none}
                .thead a:visited,.thead_avisited, .thHead a:visited, .thSides a:visited, .thCornerL a:visited, .thTop a:visited, .thCornerR a:visited{color:#FFF;text-decoration:none}
                .thead a:hover,.thead a:active,.thead_ahover, .thHead a:hover, .thSides a:hover, .thCornerL a:hover, .thTop a:hover, .thCornerR a:hover, .thHead a:active, .thSides a:active, .thCornerL a:active, .thTop a:active, .thCornerR a:active{color:#FF0}
                .tfoot{background:#6e491e url(https://i.servimg.com/u/f78/19/47/70/95/bg111.png) repeat-x;color:#E0E0F6;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .tfoot a:link,.tfoot_alink{color:#E0E0F6;text-decoration:none}
                .tfoot a:visited,.tfoot_avisited{color:#E0E0F6;text-decoration:none}
                .tfoot a:hover,.tfoot a:active,.tfoot_ahover{color:#FF6}
                .alt1,.alt1Active, .row1{background:#eae5df url(https://i.servimg.com/u/f78/19/47/70/95/bg310.png) repeat-x;color:#5a5b5e;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;text-shadow:0 1px 0 #fff}
                .alt1 a:link,.alt1_alink,.alt1Active a:link,.alt1Active_alink, .row1 a:link{color:#271405;text-decoration:none}
                .alt1 a:visited,.alt1_avisited,.alt1Active a:visited,.alt1Active_avisited, .row1 a:visited{color:#271405;text-decoration:none}
                .alt1 a:hover,.alt1 a:active,.alt1_ahover,.alt1Active a:hover,.alt1Active a:active,.alt1Active_ahover, .row1 a:hover, .row1 a:active{color:#F40}
                .alt2,.alt2Active, .row2{background:#eae5df url(https://i.servimg.com/u/f78/19/47/70/95/bg311.png) repeat-x;color:#5a5b5e;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;text-shadow:0 1px 0 #fff}
                .alt2 a:link,.alt2_alink,.alt2Active a:link,.alt2Active_alink, .row2 a:link{color:#271405;text-decoration:none}
                .alt2 a:visited,.alt2_avisited,.alt2Active a:visited,.alt2Active_avisited, .row2 a:visited{color:#271405;text-decoration:none}
                .alt2 a:hover,.alt2 a:active,.alt2_ahover,.alt2Active a:hover,.alt2Active a:active,.alt2Active_ahover, .row2 a:hover, .row2 a:active{color:#F40}
                .inlinemod{background:#FFC;color:#000;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .wysiwyg{background:#F5F5FF;color:#000;font:10pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;margin:5px 10px 10px;padding:0}
                .wysiwyg a:link,.wysiwyg_alink{color:#22229C}
                .wysiwyg a:visited,.wysiwyg_avisited{color:#22229C}
                .wysiwyg a:hover,.wysiwyg a:active,.wysiwyg_ahover{color:#F40}
                textarea,.bginput, .post, input.post{font:10pt tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .bginput option,.bginput optgroup{font-size:10pt;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .button, .liteoption, .mainoption, input.genmed, input.liteoption, input.mainoption{font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                select{font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                option,optgroup{font-size:11px;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .smallfont{font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .time{color:#666686;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .navbar{font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .highlight{color:red;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;font-weight:700}
                .fjsel{background:#3E5C92;color:#E0E0F6}
                .fjdpth0{background:#F7F7F7;color:#000}
                .panel{background:#fff;color:#000;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;padding:10px;border:2px outset}
                .panelsurround{background:#fff;color:#000;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                legend{color:#22229C;font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif}
                .vbmenu_control{background:#6e491e url(https://i.servimg.com/u/f78/19/47/70/95/bg112.png) repeat-x;color:#FFF;font:bold 11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;padding:3px 6px;white-space:nowrap}
                .vbmenu_control a:link,.vbmenu_control_alink{color:#FFF;text-decoration:none}
                .vbmenu_control a:visited,.vbmenu_control_avisited{color:#FFF;text-decoration:none}
                .vbmenu_control a:hover,.vbmenu_control a:active,.vbmenu_control_ahover{color:#FFF;text-decoration:underline}
                .vbmenu_popup{background:#FFF;color:#000;font-family:tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;border:1px solid #0B198C}
                .vbmenu_option{background:#6e491e url(https://i.servimg.com/u/f78/19/47/70/95/bg113.png) repeat-x;color:#fff;font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;white-space:nowrap;cursor:pointer}
                .vbmenu_option a:link,.vbmenu_option_alink{color:#fff;text-decoration:none}
                .vbmenu_option a:visited,.vbmenu_option_avisited{color:#fff;text-decoration:none}
                .vbmenu_option a:hover,.vbmenu_option a:active,.vbmenu_option_ahover{color:#FFF;text-decoration:none}
                .vbmenu_hilite{background:#5b5b5b url(https://i.servimg.com/u/f78/19/47/70/95/bg211.png) repeat-x;color:#FFF;font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;white-space:nowrap;cursor:pointer}
                .vbmenu_hilite a:link,.vbmenu_hilite_alink{color:#FFF;text-decoration:none}
                .vbmenu_hilite a:visited,.vbmenu_hilite_avisited{color:#FFF;text-decoration:none}
                .vbmenu_hilite a:hover,.vbmenu_hilite a:active,.vbmenu_hilite_ahover{color:#FFF;text-decoration:none}
                .bigusername{font-size:14pt}
                td.thead,th.thead,div.thead{padding:4px}
                .pagenav a{text-decoration:none}
                .pagenav td{padding:2px 4px}
                .shade,a.shade:link,a.shade:visited{color:#777;text-decoration:none}
                a.shade:active,a.shade:hover{color:#F40;text-decoration:underline}
                .tcat .shade,.thead .shade,.tfoot .shade{color:#DDD}
                .fieldset{margin-bottom:6px}
                .fieldset,.fieldset td,.fieldset p,.fieldset li{font-size:11px}
                .h1{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/hd111.gif);height:908px;background-repeat:repeat-x}
                .h2{background-image:url(https://b.top4top.io/p_2225vod3m1.gif);background-repeat:no-repeat;width:1500px;height:908px;float:right}
                .h3{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/hd111.gif);background-repeat:no-repeat;width:213px;height:908px;float:left}


                .f1{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/hd111.gif);height:750px;background-repeat:repeat-x}
                .f2{background-image:url(https://c.top4top.io/p_2225fyk881.gif);background-repeat:no-repeat;width:1530px;height:750px;float:right}
                .f3{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/hd111.gif);background-repeat:no-repeat;width:10px;height:750px;float:left}


                .block1{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-ht10.gif);background-repeat:repeat-x;height:250px}
                .block2{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-h110.gif);background-repeat:no-repeat;float:right;height:250px;width:700px}
                .block3{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-h210.gif);background-repeat:no-repeat;float:left;height:250px;width:250px}


                .block7{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-ft10.gif);background-repeat:repeat-x;height:202px}
                .block8{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-f110.gif);background-repeat:no-repeat;float:right;height:202px;width:700px}
                .block9{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-f210.gif);background-repeat:no-repeat;float:left;height:202px;width:197px}
                .block4{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-p110.gif);background-repeat:repeat-y;background-position:right;padding-right:10px}
                .block5{background-image:url(https://i.servimg.com/u/f18/20/23/40/69/nav-p211.gif);background-position:left center;background-repeat:repeat-y;padding-left:20px;padding-right:10px}




                .buttons{margin-right:-74px;margin-top:10px}
                .button1{background-image:url(https://i.servimg.com/u/f78/19/47/70/95/but110.png);background-position:-165px -5px;background-repeat:no-repeat;float:right;height:30px;width:77px;margin-right:34px}
                .button1:hover{background-position:-165px -40px}
                .button2{background-image:url(https://i.servimg.com/u/f78/19/47/70/95/but111.png);background-position:-86px -5px;background-repeat:no-repeat;float:right;height:30px;width:77px;margin-right:4px}
                .button2:hover{background-position:-86px -40px}
                .button3{background-image:url(https://i.servimg.com/u/f78/19/47/70/95/but112.png);background-position:-6px -5px;background-repeat:no-repeat;float:right;height:30px;width:77px;margin-right:195px;margin-top:-30px}
                .button3:hover{background-position:-6px -40px}
                #topbar{height:32px}
                .colorchooser{float:left;margin-left:52px;margin-top:6px;position:relative;width:141px}
                .colorchooser span{font-family:arial;color:#FFF;font-size:10px;text-decoration:none;float:left;display:block}
                .colorchooser a{display:block;float:left;height:10px;margin-left:3px;width:10px}




/*كود الاعجابات من ترايدنت للموضوع اول موضوع فقط*/
    .code{
  background:#F5F5F5 url(https://i.servimg.com/u/f16/15/04/02/38/page_w10.png)6px 6px no-repeat;
    max-height: 200px;
      max-width: 650px;
      overflow: auto;
      direction: ltr;
        display: block;
    } 
.fa-check-circle a {
background : url(https://i.servimg.com/u/f98/20/22/21/34/11-10-10.png) no-repeat scroll right center transparent;
    font-size: 15px;
    padding: 0px 25px 0px 0px;
}
.header img {
    padding-top: 40px;
    padding-right: 100px;
}
.header a {
    padding: initial;
    padding-right: 100px;
   
}
.row1 span.gensmall a:link, .row1 span.gensmall_alink, .row1 span.gensmall a:visited, .row1 span.gensmall_avisited {
    color: #020202;
}
/* Share CSS */
.vbseo_share_body {
  width: 280px;
  border: 1px solid #efefef;
  background: #f2f6f8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  right: 0px;
  visibility:hidden;
  z-index: 999;
  box-shadow: 0 4px 7px;
  -moz-box-shadow: 0 4px 7px;
  -webkit-box-shadow: 0 4px 7px;
}

.restore .vbseo_share_body {
  top: -80px;
}
.vbseo_share:hover .vbseo_share_body {
  visibility: visible;
  padding: 0px;
}

.vbseo_share_body li {
  width: 140px;
  border: none;
}
.restore ul.vbseo_share_body li {
  list-style: none inside;
}
.vbseo_share_body li:hover {
  background: #ffeb90;
}
.vbseo_share_body li.share_header {
  background: #ddd;
  font-size: 120%;
  width: 270px;
  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;
}
.vbseo_share_body li:hover.header {
  background: #ddd;
}
.vbseo_share_body li.left {
  float: right;
  clear: right;
  list-style: outside none none;
}
.vbseo_share_body li.right {
  float: left;
  clear: left;
  list-style: outside none none;
}
.vbseo_share_body li img {
  float: right;
  padding: 4px;
  position: relative;
  top: -2px;
  margin: 0;
}
.vbseo_share_body li > a {
  padding: 4px;
  display: block;
  color: #343434;
  text-decoration: none;
}

/* like tree CSS */
.rep-button, .rep-button:active, .rep-button:focus {
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: none;
    cursor: pointer;
    float: right;
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 3px 0 6px 3px;
    outline: none;
    padding: 1px 4px;
    position: relative;
    text-transform: lowercase;
    transition: color .4s;
}

 
.vbseo_buttons {
    font-size: 0.688em;
    position: relative;
    font-family: tahoma;
}
.vbseo_buttons .vbseo_links {
    visibility: hidden;
    padding: 10px 10px 20px 10px;
    margin: 0;
    width: auto;
}
.TmpPost .ContentPost .Message ul, .TmpPost .ContentPost .Message ol {
    line-height: 30px;
    margin: 0 15px 0 0;
    font-weight: initial;
    padding: 0 20px 0 0;
}
.vbseo_buttons .vbseo_share, .vbseo_buttons .vbseo_like, .vbseo_buttons .seperator {
    display: inline-block;
    float: right;
    padding: 0 4px;
    position: relative;
}
.vbseo_share_body {
    width: 280px;
    border: 1px solid #efefef;
    background: #f2f6f8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    right: 0px;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 4px 7px;
    -moz-box-shadow: 0 4px 7px;
    -webkit-box-shadow: 0 4px 7px;
}
.vbseo_share_body li.share_header {
    background: #ddd;
    font-size: 120%;
    width: 270px;
    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;
}
.vbseo_share_body li {
    width: 140px;
    border: none;
}
vbseo_share_body li.right {
    float: left;
    clear: left;
    list-style: outside none none;
}

.vbseo_share_body li.left {
    float: right;
    clear: right;
    list-style: outside none none;
}
.vbseo_share_body li img {
    float: right;
    padding: 4px;
    position: relative;
    top: -2px;
    margin: 0;
}
p.fa_like_list {

}


/* Start - Code Css [Font:Droid Arabick Kufi] By AM!DO  */
@font-face {
          font-family: 'Droid Arabic Kufi';
          font-style: normal;
          font-weight: 700;
          src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot);
          src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
              url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff2) format('woff2'),
              url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.woff) format('woff'),
              url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v3/DroidKufi-Bold.ttf) format('truetype');
        }
/* End - Code Css [Font:Droid Arabick Kufi] By AM!DO  */


a.slide_img-a7la br {
    display: none;
}

.secondarytitle, h2 .hierarchy, span .cattitle, a .cattitle, {
  color: #fff;
  text-align: center;
  font: Bold 20px Arial,Helvetica,sans-serif;
}
/*by: Traid web*/
  .gowetobilobed-offlinebutton {
background-color:transparent;
background-image:url("https://i.servimg.com/u/f66/11/66/00/43/user_o11.gif");
background-position:center center;
background-repeat:no-repeat;
border:medium none;
height:10px;
min-height:10px;
min-width:10px;
width:10px;
}
img.i_icon_online { background: #FFF; margin-right: 0px; }
.offlinebutton{background-color:transparent;background-image:url(https://i.servimg.com/u/f16/15/04/02/38/quote_10.png);background-position:center center;background-repeat:no-repeat;border:medium none;height:0px;min-height:0px;min-width:0px;width:0px}
        .LG-viewing { margin: 0 0px; font-weight: bold; }
.quote{-moz-border-radius:7px;-webkit-border-radius:7px;background:#45bcfb url(https://i.servimg.com/u/f16/15/04/02/38/quote_10.png)6px 6px no-repeat;background-color:#ededed;border:1px solid #C3C3C3;border-radius:7px;border-style:solid;border-width:1px;box-shadow:inset 0 0 7px 4px#e8e8e8;color:#000;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:12px;line-height:125%;overflow:hidden}

A:link {text-decoration: none; color: }
A:visited {text-decoration: none; color: }
A:active {text-decoration: none; color: }
A:hover {text-decoration: none; color: }

a:link {text-decoration: none; color: }
a:visited {text-decoration: none; color: }
a:active {text-decoration: none; color: }
a:hover {text-decoration: none; color: }
a:link, body_alink
{
  color: #004d8f;
  text-decoration: none;
}
a:visited, body_avisited
{
  color: #004d8f;
  text-decoration: none;
}
a:hover, a:active, body_ahover
{
  color: #0066CC;
  text-decoration: none;
}

td.A:link {text-decoration: none; color: }
.duttonclosed
{
  padding: 7px; background-color: #35b5f8; border: 1px #800000 solid ; border-bottom: 2px #800000 solid; color: #FFF ; border-radius:2px; transition: 0.2s;

}

dutton, .dutton,.duttonclosed {
    transition: all 0.2s ease 0s;
        transition-property: all;
        transition-duration: 0.2s;
        transition-timing-function: ease;
        transition-delay: 0s;
    border: 1px solid #00A7FF;
        border-top-width: 1px;
        border-right-width-value: 1px;
        border-right-width-ltr-source: physical;
        border-right-width-rtl-source: physical;
        border-bottom-width: 1px;
        border-left-width-value: 1px;
        border-left-width-ltr-source: physical;
        border-left-width-rtl-source: physical;
        border-top-style: solid;
        border-right-style-value: solid;
        border-right-style-ltr-source: physical;
        border-right-style-rtl-source: physical;
        border-bottom-style: solid;
        border-left-style-value: solid;
        border-left-style-ltr-source: physical;
        border-left-style-rtl-source: physical;
        border-top-color: #00A7FF;
        border-right-color-value: #00A7FF;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-bottom-color: #00A7FF;
        border-left-color-value: #00A7FF;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    padding: 8px;
        padding-top: 8px;
        padding-right-value: 8px;
        padding-bottom: 8px;
        padding-left-value: 8px;
        padding-left-ltr-source: physical;
        padding-left-rtl-source: physical;
        padding-right-ltr-source: physical;
        padding-right-rtl-source: physical;
    color: #FFF;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #00C6FF 0%, #00B4E8 100%);
    border-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    cursor: pointer;
}




/*-----Programming code byMahmoud TalaaT& sam hameed-----*/
    #lbOverlay{
      position:fixed;z-index: 999;
      left:0;
      top:0;
      width:100%;
      height:100%;
      Mahmoud TalaaT;
      background-color:#000;
      cursor:pointer;
    }
    #lbCenter,#lbBottomContainer{
      position:absolute;
    Mahmoud TalaaT;
      z-index: 999;overflow:hidden;
      background-color:#fff;
    }
    .lbLoading{
      background:#fff url(https://i.servimg.com/u/f27/14/67/90/38/novfao10.gif) no-repeat center;
    }
    #lbImage{
      position:absolute;left:0;top:0;border:10px solid #fff;background-repeat:no-repeat;}
    #lbPrevLink,#lbNextLink{
      display:block;
    Mahmoud TalaaT;
      position:absolute;
      top:0;
      width:50%;
      outline:none;
    }
    #lbPrevLink{
      left:0;
    }
    #lbPrevLink:hover{
      background:transparent url(https://i.servimg.com/u/f41/14/81/17/27/211.png) no-repeat 0 15%;
    }
    #lbNextLink{
      right:0;}
    #lbNextLink:hover{
      background:transparent url(https://i.servimg.com/u/f41/14/81/17/27/310.png) no-repeat 100% 15%;
    }
    #lbBottom{
      font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;
      text-align:left;
      Mahmoud TalaaT;
      border:10px solid #fff;
      border-top-style:none;
    }
    #lbCloseLink{
      display:block;
      float:right;
      Mahmoud TalaaT;
      width:66px;height:22px;
      background:transparent url(https://i.servimg.com/u/f41/14/81/17/27/110.png) no-repeat center;
      outline:none;
      Mahmoud TalaaT;
      margin:5px 0;
    }
    #lbCaption,#lbNumber{
      margin-right:71px;
    }
    .postbody img{
      max-width:50px;
    }
    /*-----Programming code byMahmoudTalaat&samhamed-----*/

.header { margin-top:0;}
.header:hover, .header:focus {-webkit-animation:spaceboots .8s infinite linear;-webkit-transform-origin:50% 50%}
.header.right a {
    font-size: 46px;
    font-weight: bolder;
}


span.header-logo {
    text-decoration-style: dotted;
    text-shadow: 0 0 #000000;
    padding: initial;
}

.header {
    background: url(https://i.servimg.com/u/f98/20/22/21/34/header13.jpg) #0c6299 no-repeat center;
    height: 230px;
    border-left: 2px solid #16679f;
    border-right: 2px solid #16679f;
    box-shadow: inset 0px 0px 10px #1F1F1F;
    text-align: center;
    font-size: 56px;
    font-weight: bolder;
}

/*كود الاعجابات من ترايدنت للموضوع اول موضوع فقط*/












/***** كود انبثاق الصور من صحبه نت *****/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;   
}           
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;   
}
/***** code brogramed by sohbanet.ahlamontada.net *****/



sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 10:57 pm


الانديكس بوكس
الكود:
<br />
<div class="block1">
   <div class="block2"></div>
   <div class="block3"></div>
</div>
<div class="block4">
   <div class="block5">
      <div class="block6">
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" id="chatbox_container">
   <tr>
      <td class="row1" valign="top" align="center">
         <div id="chatbox_portal" style="height:300px;"></div>
         <script type="text/javascript">
            insertChatBox('chatbox_portal', '{U_FRAME_CHATBOX}');
         </script>
      </td>
   </tr>
</table>

<table width="100%">
   <tr>
      <td width="100%"> </td>
      <td align="right" width="20">
         <img src="https://2img.net/i/fa/resize.gif" onmousedown="javascript:resizeElement(event, 'chatbox_portal');" alt="" style="cursor:se-resize;" />
      </td>
   </tr>
</table>
      </div>
   </div>
</div>
<div class="block7">
   <div class="block8"></div>
   <div class="block9"></div>
</div> 







<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>


<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<style>.secondarytitle, .secondarytitle h2 {color: #FFF !important;}</style>
<br />
<div class="block1">
   <div class="block2"></div>
   <div class="block3"></div>
</div>
<div class="block4">
   <div class="block5">
      <div class="block6">
                    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
                             <tr>
               <td class="tcat" align="center" colspan="6">
                                            <span style="width:70px;">
                                                   <img onclick="i=0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes;while(++i<e.length)if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif')?'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif':'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif';" src="https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif" align="left" ></e>
                  </span>
                  <center><div colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">  {catrow.tablehead.L_FORUM}  </div></center>
               </td>
            </tr>
                             <tr align="center">
                     <td class="thead" width="35"> </td>
                     <td class="thead" align="right">المنتدى</td>
                     <td class="thead" width="350">آخر مشاركة</td>
                     <td class="thead" width="65">المواضيع</td>
                     <td class="thead" width="65">المشاركات</td>
                                     <td class="thead" width="120">المراقبين</td>
                   </tr>
<!-- END tablehead --><!-- BEGIN cathead -->
<!-- BEGIN inc -->
            <tr align="center">
               <td style="padding:0;">
                  <div class="img">
                     <div class="top"></div>
                     <div class="med" width="46"><img src="{SPACER}" /></div>
<!-- END inc -->
                     <div class="down" colspan="{catrow.cathead.INC_SPAN}" width="100%">
                        <h{catrow.cathead.LEVEL} class="hierarchy">
                           <span class="cattitle">
                              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
                           </span>
                        </h{catrow.cathead.LEVEL}>
                     </div>
                                                 </div>
               </td>
            </tr>
<!-- END cathead --><!-- BEGIN forumrow -->
                             <tr align="center">
                                     <td class="alt2" width="35"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" border="0" id="forum_statusicon_2" /></td>
                                     <!-- BEGIN inc -->
               <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}"/></td>
               <!-- END inc -->
               <td class="alt1Active" align="right" id="f2">
                  <div><a href="{catrow.forumrow.U_VIEWFORUM}"><strong>{catrow.forumrow.FORUM_NAME}</strong></a></div>
                                             <div class="smallfont">{catrow.forumrow.FORUM_DESC}</div>
                                               <div class="smallfont">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</div>
               </td>
               <td class="alt2" width="200" nowrap="nowrap">
                  <div class="smallfont" align="right">
                                                     <div>
                        <span style="white-space:nowrap">
                           <!-- BEGIN avatar -->
                           <span class="lastpost-avatar" id="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
                           <!-- END avatar -->
                                                               </span>
                     </div>
                     <div style="white-space:nowrap">{catrow.forumrow.LAST_POST}</div>
                  </div>
               </td>
               <td class="alt1" width="65">{catrow.forumrow.TOPICS}</td>
               <td class="alt2" width="65">{catrow.forumrow.POSTS}</td>
                                     <td class="alt1" width="120"><div class="smallfont"><!-- BEGIN switch_moderators_links -->{catrow.forumrow.switch_moderators_links.MODERATORS}<!-- END switch_moderators_links --></div></td>
            </tr>
<!-- END forumrow --><!-- BEGIN catfoot -->
            <tr>
               <!-- BEGIN inc -->
               <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
               <!-- END inc -->
               <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
            </tr>
<!-- END catfoot --><!-- BEGIN tablefoot -->
         </table><img src="{SPACER}" alt="" height="0" width="0" />
      </div>
         </div>
</div>
<div class="block7">
   <div class="block8"></div>
   <div class="block9"></div>
</div>
<!-- END tablefoot --><!-- END catrow -->


sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 10:57 pm


اوفرل فوتر اند
الكود:
<p style="text-align: center;">
   <a style="font-size: 15px; color: rgb(221, 105, 0); font-family: tahoma, verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif; text-align: -webkit-right; background-color: rgb(14, 9, 5);" rel="nofollow" class="gensmall" href="https://asdd.ahladalil.com/?mode=delete_cookies">حذف ملفات الارتباط (الكوكيز)</a><br />
</p>





<div align="center">للتواصل مع المصممه ام هتان طلبات التصميم للستايلات</div>
<div align="center"><p style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 10pt; line-height: normal; font-family: " droid="" arabic="" kufi",="" verdana,="" geneva,="" lucida,="" "lucida="" grande",="" arial,="" helvetica,="" sans-serif;="" color:="" rgb(255,="" 255,="" 255);="" background-color:="" rgb(57,="" 19,="" 1);"="" align="center">
       <a style="color: rgb(153, 0, 0); text-decoration-line: none;" target="_blank" href="https://www.g-tmooh.com/vb/index.php"><img style="width: 100px; height: 35px;" title=" اهداء للجميع مقدم من منتديات طموح جنوبيه  " border="0" src="https://1.top4top.net/p_1306aib6b1.png" alt=" اهداء للجميع مقدم من منتديات طموح جنوبيه  " /></a>
</p>
<div style="color: rgb(255, 255, 255); font-family: " droid="" arabic="" kufi",="" verdana,="" geneva,="" lucida,="" "lucida="" grande",="" arial,="" helvetica,="" sans-serif;="" font-size:="" 14.6667px;="" background-color:="" rgb(57,="" 19,="" 1);="" padding:="" 0px="" 3px;"="">
</div></div>






<p>
    <a style="color: rgb(204, 204, 204); font-family: " droid="" arabic="" kufi";="" font-size:="" 12px;="" font-weight:="" 700;="" background-color:="" rgb(14,="" 13,="" 11);"="" name="cyb_stats"> </a>
</p>
<table style="background: rgb(14, 13, 11); color: rgb(144, 44, 117); font: bold 9pt " droid="" arabic="" kufi";="" width:="" 100%;"="" align="center" class="page" border="0" cellspacing="0" cellpadding="6">
    <tbody> </tbody> <tbody></tbody> <tbody></tbody>
  <tr style="">
     
      <td style="font: 9pt " droid="" arabic="" kufi";="" color:="" rgb(204,="" 204,="" 204);"="" class="tfoot">
          <select style="background: rgb(14, 13, 11); color: rgb(204, 204, 204); font: bold 10px " droid="" arabic="" kufi";"="" name="styleid">            <optgroup style="font-size: 10px; font-family: " droid="" arabic="" kufi";"="" label="اختيار التصميم السريع">                <option style="font-size: 10px; font-family: " droid="" arabic="" <="" td="">
      </option></optgroup></select>
      </td>
     
      <td style="font: 9pt " droid="" arabic="" kufi";="" color:="" rgb(204,="" 204,="" 204);"="" class="tfoot">
          <select style="background: rgb(14, 13, 11); color: rgb(204, 204, 204); font: bold 10px " droid="" arabic="" kufi";"="" name="langid">            <optgroup style="font-size: 10px; font-family: " droid="" arabic="" kufi";"="" label="اختيار اللغة السريع">                <option style="font-size: 10px; font-family: " droid="" arabic="" kufi";"="" class="" value="2">-- ar</option> <option style="font-size: 10px; font-family: " droid="" arabic="" kufi";"="" selected="selected" class="" value="3">-- اللغه العربيه</option>              </optgroup>          </select><span id="temsel_byccmido" dir="rtl"><select onchange="changeskin(this.options[this.selectedIndex].value);window.location.reload();"><option>أختر
 التصميم الذي تريد ان تعاين به المنتدى</option><option value="217442">ستايل صقر الامارات</option><option value="217452">ستايل رحيل تصميم نسائم</option><option value="217455">الستايل الدهبي الرمضاني</option><option value="444444">ستايل رمضاني انفاس الحب الدهبي</option><option value="217448">ستايل عدب الاحساس تصميم طموح ديزاين</option><option value="217450">معاينه المنتدى بدون ايطارات</option></select></span>
      </td>
     
      <td style="font: 9pt " droid="" arabic="" kufi";="" color:="" rgb(204,="" 204,="" 204);="" width:="" 100%;"="" align="left" class="tfoot">
         
        <div style="color: rgb(204, 204, 204); font: bold 10px " droid="" arabic="" kufi";"="" class="smallfont">
            <table style="color: rgb(51, 1, 4); font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 8pt; line-height: normal; font-family: Tahoma; background-color: rgb(222, 174, 101); width: 100%;" align="center" class="page" border="0" cellspacing="0" cellpadding="3">
              <tbody>
              </tbody>
              <tr style="">
                  <td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 8pt; line-height: normal; background: url("alfatek_2_13/images/category.gif") rgb(51, 1, 4); color: rgb(253, 248, 233); border-color: rgb(104, 35, 41) rgb(61, 10, 12) rgb(61, 10, 12) rgb(104, 35, 41); width: 100%;" align="left" class="tfoot">
                    <div style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 8pt; line-height: normal;" class="smallfont">
                        <strong><a style="color: rgb(253, 248, 233); text-decoration-line: none; font-weight: 400;" title="اسد بابل للاعلان والمواقع المجانيه قائمة تغذية RSS" target="_self" href="https://asdd.ahladalil.com/rss"><img style="border: none; max-width: 400px; vertical-align: middle;" alt="اسد بابل للاعلان والمواقع المجانيه قائمة تغذية RSS" border="0" src="https://i.servimg.com/u/f36/17/86/26/69/rss10.gif" /></a> - <a style="color: rgb(253, 248, 233); text-decoration-line: none; font-weight: 400;" href="https://asdd.ahladalil.com/">اسد بابل للاعلان والمواقع المجانيه</a> -<a style="color: rgb(253, 248, 233); text-decoration-line: none; font-weight: 400;" href="https://asdd.ahladalil.com/f2-montada">الأرشيف</a> -<a style="color: rgb(253, 248, 233); text-decoration-line: none; font-weight: 400;" href="https://asdd.ahladalil.com/#top">الأعلى</a></strong>
                    </div>
                  </td>
              </tr><tbody></tbody>
            </table>
        </div>




<!-- BEGIN html_validation -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
   <tr>
      <td>
         <div>
            <div>
               <div>
<!-- END html_validation -->
               </div>
            </div>
            <!-- BEGIN switch_footer_links -->
            <div align="center">
               <div class="gen">
                  <!-- BEGIN footer_link -->
                     <!-- BEGIN switch_separator --> | <!-- END switch_separator -->
                     <a name="bottom" class="copyright" href="{switch_footer_links.footer_link.U_FOOTER_LINK_HREF}" rel="{switch_footer_links.footer_link.FOOTER_LINK_REL}" target="{switch_footer_links.footer_link.FOOTER_LINK_TARGET}" title="{switch_footer_links.footer_link.L_FOOTER_LINK_TITLE}">{switch_footer_links.footer_link.L_FOOTER_LINK_TEXT}</a>
                  <!-- END footer_link -->
               </div>
            </div>
            <!-- END switch_footer_links -->
         </div>
         {PROTECT_FOOTER}
      </td>
   </tr>
</table>

<!-- BEGIN switch_facebook_login -->
<div id="fb-root"></div>
<script type="text/javascript">
    $(document).ready( function() {
        $('div.fb-login-button, span.fb-login-button').attr({
            "data-scope": "{switch_facebook_login.FB_SCOPE}",
            "data-max-rows": "{switch_facebook_login.FB_MAX_ROWS}",
            "data-size": "{switch_facebook_login.FB_BUTTON_SIZE}",
            "data-show-faces": "{switch_facebook_login.FB_SHOW_FACES}",
            "data-auto-logout-link": "{switch_facebook_login.FB_AUTO_LOGOUT}"
        });
        $('div.fb-login-button, span.fb-login-button').each(function() {
            if(typeof $(this).attr('onlogin') == typeof undefined || $(this).attr('onlogin') === false) {
                $(this).attr('onlogin', '{switch_facebook_login.FB_ONLOGIN}');
            }
            if($(this).html() == '') {
                $(this).html('{switch_facebook_login.FB_LABEL}');
            }
        });

        FB.init({
            appId  : "{switch_facebook_login.FB_APP_ID}",
            cookie  : {switch_facebook_login.FB_COOKIE},
            xfbml  : {switch_facebook_login.FB_XFBML},
            oauth  : {switch_facebook_login.FB_OAUTH},
            version : '{switch_facebook_login.FB_VERSION}'
        });

        (function(d, s, id){
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) {return;}
                js = d.createElement(s); js.id = id;
            js.src = "https://connect.facebook.net/{switch_facebook_login.FB_LOCAL}/sdk.js";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
    });
    function onLoginFB() {
        window.location.replace('{switch_facebook_login.FB_ONLOGIN_URL}')
    }
</script>
<!-- END switch_facebook_login -->
<!-- BEGIN switch_topicit_connect -->
<script type="text/javascript">
    $(document).ready( function() {
        $('div.ti-connect').attr({
            'data-loc' : '{switch_topicit_connect.TOPICIT_URL}',
            'data-login' : '{switch_topicit_connect.BOARD_LOGIN}',
            'data-version' : '{switch_topicit_connect.TOPICIT_VERSION}',
            'data-lang' : '{switch_topicit_connect.BOARD_LANG}'
        });

        (function(d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s); js.id = id;
            js.src = "{switch_topicit_connect.TOPICIT_ENDPOINT}";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'topicit-connect'));
    });
</script>
<!-- END switch_topicit_connect -->
 
<div align="center">
                      
   <table cellspacing="$stylevar[cellspacing]" cellpadding="$stylevar[cellpadding]" border="0" class="tborder" style="width: 45%;" _moz_resizing="true">
                                    <tbody></tbody>
      <tr style="">
                              
         <td class="alt1">
                                 
            <div style="padding:6px; border:1px inset; overflow:auto" class="alt2Active">
                                    
               <div id="postmenu_344900">
                                           
                  <div align="center" id="clock">
                               Loading...         
                  </div><script type="text/javascript"> function refrClock() { var d=new Date(); var s=d.getSeconds(); var m=d.getMinutes(); var h=d.getHours(); var day=d.getDay(); var date=d.getDate(); var month=d.getMonth(); var year=d.getFullYear(); var days=new Array("الاحد","الاثنين","الثلاثاء","الاربعاء","الخميس","الجمعة","السبت"); var months=new Array("يناير","فبراير","مارس","ابريل","ماي","يونيو","يوليو","اغسطس","سبتمبر","اكتوبر","نوفمبر","ديسمبر"); var am_pm; if (s<10) {s="0" + s} if (m<10) {m="0" + m} if (h>12) {h-=12;am_pm = "مساءً."} else {am_pm="صباحاً."} if (h<10) {h="0" + h} document.getElementById("clock").innerHTML=days[day] + " " + date + " من " + months[month] + " " + year + " , الساعة الان " + h + ":" + m + ":" + s + " " + am_pm; setTimeout("refrClock()",1000); } refrClock(); </script>           
               </div>
                                  
            </div>
                               
         </td>
                            
         <td valign="top" style="width: 0px;">
                               
            <div id="emptyidright">
                                  
            </div>
                               
         </td>
                            
      </tr><tbody>                            </tbody>
   </table>
</div>
    <br /> 
<div align="center">
      
</div>
<!-- / close content container -->
<!-- /content area table -->

         <td class="tfoot" align="left" width="100%">
            <div class="smallfont">
               <strong>
                                             <a href="/contact" rel="nofollow" accesskey="9">اتصل بنا</a> -
                  <a href="#">الى الاعلى</a> -
                  <a href="#top" onclick="self.scrollTo(0, 0); return false;">قريبا</a>
               </strong>
            </div>
         </td>
      </tr>
   </table><br />
   <div align="center">
      <div class="smallfont" align="center">
         تحويل عاشق ايجبت <a href="https://stardes.yoo7.com/u5">AsHeK EgYpT</a> ...تواصل...<a href="https://stardes.yoo7.com/">تصميم عاشق ايجبت</a>
      </div>
   </div>
</form>
<div class="f1">
   <div class="f2"></div>
   <div class="f3">
      <a href="https://stardes.yoo7.com/" style="margin-top: 65px; float:left; height: 39px; width: 88px;margin-left: 95px;" title="تصميم عاشق ايجبت"></a>
   </div>
</div>

</body>
</html>

sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 10:58 pm


انديكس بدي
الكود:
{JAVASCRIPT}
<!-- BEGIN message_admin_index -->
<table class="tborder" width="100%" border="0" cellspacing="1" cellpadding="0">
<!-- BEGIN message_admin_titre -->   
<tr>
<td class="tcat" height="28"><span class="cattitle">{message_admin_index.message_admin_titre.MES_TITRE}</span></td>
</tr>
<!-- END message_admin_titre -->
<!-- BEGIN message_admin_txt -->
<tr>
<td class="alt1" rowspan="3" align="center" valign="middle">
<div class="gensmall">{message_admin_index.message_admin_txt.MES_TXT}</div>
</td>
</tr>
<!-- END message_admin_txt -->
</table><br />
<!-- END message_admin_index -->
<!-- BEGIN switch_user_login_form_header -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form tborder">
<tr>
<td class="alt1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>

<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->
<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form tborder">
<tr>
<td valign="top" width="100%" class="alt1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle" align="right">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_header.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_header.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_header.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_header -->
{CHATBOX_TOP}
{BOARD_INDEX}
<br />
<br />
<br />
<!-- BEGIN switch_user_login_form_footer -->
<form action="{S_LOGIN_ACTION}" method="post" name="form_login">
<!-- BEGIN switch_fb_connect_no -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form tborder">
<tr>
<td class="alt1" align="center">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect_no -->

<!-- BEGIN switch_fb_connect -->
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="user_login_form tborder">
<tr>
<td valign="top" width="100%" class="alt1" align="center">
<table width="100%">
<tr>
<td width="55%" valign="middle">
<table class="right">
<tr>
<td><span class="genmed">{L_USERNAME}:</span> </td>
<td><input class="post" type="text" size="10" name="username"/> </td>
<td>
<input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />
<span class="gensmall">{L_AUTO_LOGIN}</span> 
</td>
</tr>
<tr>
<td><span class="genmed">{L_PASSWORD}:</span> </td>
<td><input class="post" type="password" size="10" name="password"/> </td>
<td>{S_HIDDEN_FIELDS}<input class="mainoption" type="submit" name="login" value="{L_LOGIN}" /></td>
</tr>
</table>
</td>
<td width="10%" align="center" valign="middle">
<span class="genmed fb_or">{switch_user_login_form_footer.switch_fb_connect.L_OR}</span>
</td>
<td width="35%" class="align_gauche"><fb:login-button size="large" onlogin="window.location='/facebook_connect.forum'" v="2" scope="{switch_user_login_form_footer.switch_fb_connect.L_FB_PERMISSIONS}">{switch_user_login_form_footer.switch_fb_connect.L_FB_LOGIN_BUTTON}</fb:login-button></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- END switch_fb_connect -->
</form>
<!-- END switch_user_login_form_footer -->
<!-- BEGIN disable_viewonline -->
<div id="recentTopics">
<br />
<div class="block1">
   <div class="block2"></div>
   <div class="block3"></div>
</div>
<div class="block4">
   <div class="block5">
      <div class="block6">
         <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
            <thead>
               <tr>
                  <td class="tcat" colspan="2" align="center"><a class="cattitle" href="{U_VIEWONLINE}" rel="nofollow">{L_WHO_IS_ONLINE}</a></td>
               </tr>
            </thead>
            <!-- logged-in users -->
            <tbody>
               <tr>
                  <td class="thead" colspan="2">
                     <span style="width:70px;">
                                                      <img onclick="i=0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes;while(++i<e.length)if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif')?'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif':'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif';" src="https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif" align="left" ></e>
                     </span>
                     <div>{TOTAL_USERS_ONLINE}</div>
                  </td>
               </tr>
            </tbody>
            <tbody id="collapseobj_forumhome_activeusers" style="">
               <tr align="right">
                  <td class="alt1"><img src="https://i.servimg.com/u/f18/20/23/40/69/3810.png" alt="ظ…ط´ط§ظ‡ط¯ط:copyright: ط§ظ„ظ…طھظˆط§ط¬ط¯ظˆظ† ط§ظ„ط¢ظ†" border="0" /></td>
                  <td class="alt2" width="96%">
                                                     <div style="white-space: nowrap">{RECORD_USERS}</div>
                     <div>{LOGGED_IN_USER_LIST}</div>
                  </td>
               </tr>
              </tbody>
                  <tbody>
               <tr>
                  <td class="thead" colspan="2">
                     <span style="width:70px;">
                                                      <img onclick="i=0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes;while(++i<e.length)if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif')?'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif':'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif';" src="https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif" align="left" ></e>
                     </span>
                     <div>اعظاء تواجدوا في 24 ساعه الماضيه</div>
                  </td>
               </tr>
            </tbody>
            <tbody id="collapseobj_forumhome_activeusers" style="">
               <tr>
                                            <tr>
                     <td class="alt2" rowspan="3"><img src="https://i.servimg.com/u/f18/20/23/40/69/3810.png" alt="" border="0" /></td>
                            <td class="alt1" width="100%" align="center">
                                                             {GROUP_LEGEND}
                                                             <tr><div class="con-users">{L_CONNECTED_MEMBERS}</div></tr>
                                                     </td>
                  </tr>
               </tr>
                             </tbody>
            <!-- end logged-in users -->
            <tbody>
               <tr>
                  <td class="thead" colspan="2">
                     <span style="width:70px;">
                                                      <img onclick="i=0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes;while(++i<e.length)if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif')?'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif':'https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif';" src="https://www.ibn3.net/vb/bnqabila_2015/buttons/collapse_tcat.gif" align="left" ></e>
                     </span>
                     <div>منتديات ::: {L_INDEX} :::</div>
                  </td>
               </tr>
            </tbody>
            <tbody id="collapseobj_forumhome_stats" style="">
               <tr>
                  <td class="alt2"><img src="https://i.servimg.com/u/f18/20/23/40/69/3810.png" alt="منتديات ::: {L_INDEX} :::" border="0" /></td>
                  <td class="alt1" width="100%">
                     <div class="smallfont">
                        <div>{TOTAL_POSTS} , {TOTAL_USERS}</div>
                        <div>{NEWEST_USER}</div>
                     </div>
                  </td>
               </tr>
            </tbody>
         </table>
      </div>
   </div>
</div>
<div class="block7">
   <div class="block8"></div>
   <div class="block9"></div>
</div>
<!-- END disable_viewonline -->
<br />
<br clear="all" />
<!-- BEGIN switch_legend -->
<table cellpadding="0" cellspacing="2" border="0" width="100%">
   <tbody>
             <tr valign="bottom">
         <td>
            <table cellpadding="2" cellspacing="0" border="0">
               <tbody>
                                             <tr>
                                                     <td><img src="{FORUM_NEW_IMG}" alt="{L_NEW_POSTS}" border="0" title="{L_NEW_POSTS}" /></td>
                     <td class="smallfont">  يحتوي على مشاركات جديده</td>
                  </tr>
                  <tr>
                                                     <td><img src="{FORUM_IMG}" alt="{L_NO_NEW_POSTS}" border="0" title="{L_NO_NEW_POSTS}" /></td>
                     <td class="smallfont">  لا يحتوي على مشاركات جديده</td>
                  </tr>
               </tbody>
                             </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_legend -->
{AUTO_DST}
<!-- BEGIN switch_fb_index_login -->
<div id="fb-root"></div>
<script type="text/javascript">
//<![CDATA[
FB.init({
appId: '{switch_fb_index_login.FACEBOOK_APP_ID}',
  status: true,
  cookie: true,
  xfbml: true,
oauth: true
});
//]]>
</script>
<!-- END switch_fb_index_login -->


sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

رد: ستايل رمضاني محول من الفيبي

مُساهمة من طرف sbark السبت مارس 05, 2022 11:03 pm


فيو توبيكس بدي
الكود:
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
 _atc.cwait = 0;
 $('.addthis_button').mouseup(function(){
 if ($('#at15s').css('display') == 'block') {
 addthis_close();
 }
 });
});

var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
 
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
 {
 if( $(this).is(":visible") )
 {
 $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
 }
 else
 {
 $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
 }
 });
        }
    }
    catch(e) { }
 
 return false;
};

//]]>


</script>

<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<tr>

<td class="alt1" width="100%"><strong>
                  <span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span> </strong> </td>

</tr>

</table>

<br />

<a name="poststop" id="poststop"></a>

<!-- controls above postbits -->

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr valign="bottom">

<td class="smallfont">

<!-- BEGIN switch_user_authpost -->

<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>

<!-- END switch_user_authpost -->

<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->

  </td>

    <td>
                    <fieldset> 
<legend><img style="width: 0px; height: 0px;" src=""/><br /></legend>                         
 <img border="0" src="http://khvaya.com/vb/images/rotb/5.gif" width="20"/>الاعضاء الدين شاركوا في الموضوع<img border="0" src="http://khvaya.com/vb/images/rotb/5.gif" width="20"/> {POSTERS_LIST}
<tr> <td class="row1" colspan="2"><span class="gensmall"></span></td> </tr>
<!-- BEGIN topicpagination -->
<table class="tborder" cellpadding="3" cellspacing="1" border="0" align="left">

<tr>


<td class="vbmenu_control" style="font-weight:normal">صفحات الموضوع</td>

<td class="alt1"><a rel="prev" class="smallfont" href="showthread.php?t=3" title="الصفحة السابقة - النتائج 1 إلى 10 من 11"></a></td>

<td class="alt1">{PAGINATION}</td>

<td class="vbmenu_control" title="showthread.php?t=3"><a name="PageNav"></a></td>
</tr>

</table>

  <!-- END topicpagination -->


 </td>


</tr>


</table>


<!-- / controls above postbits -->

 <!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<br />
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<!-- toolbar -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">
<div class="smallfont"></div>
</td>
 <!-- BEGIN switch_twitter_btn -->
<span id="twitter_btn" style="margin-left: 6px; ">
<a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
<script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script>
</span>
<!-- END switch_twitter_btn -->
<!-- BEGIN switch_fb_likebtn -->
<span id="fb_likebtn" style="margin-left: 6px; ">
<iframe src="https://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
</span>
<!-- END switch_fb_likebtn -->
<td class="vbmenu_control" id="threadtools" nowrap="nowrap">
<span>
<a class="addthis_button" href="https://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
</span>
</td>
<td class="vbmenu_control" id="displaymodes" nowrap="nowrap">
<span>
<script type="text/javascript">//<![CDATA[
 var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
 var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
 var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
 var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
 var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
  insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
 //]]>
 

</script>
</span>
  </td>
</tr>
</table>
<!-- / toolbar -->
 <!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<br />
<!--  الطائر الحر - ألدعم الفني -->
<head>
<style type="text/css">
.infouser {
    font: normal 11px "tahoma";
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 1px 2px;
    margin: 0 2px 2px;
}
.avataruser img {
    border:1px outset #ccebfb;
    margin: 10px auto 0;
    padding: 5px;
}

/***تكبير الخط**/
.postbody{
 background: url("");
font-size: 21px;
text-align: center;
font-weight: 700;
font-family:
Droid Arabic Kufi;
line-height: 2.0em;
color: #DD6900;
}
.postbody{
color: #DD6900;
font-size:21px;font-weight:700;line-height:2em;text-align:center;text-shadow:#ffffff 1px 1px 1px}a:link{text-decoration:none
}
.quote{
-moz-border-radius:7px;-webkit-border-radius:7px;background:#45bcfb
url(https://i.servimg.com/u/f16/15/04/02/38/quote_10.png)6px 6px no-repeat;background-color:#ededed;border:1px solid
#C3C3C3;border-radius:7px;border-style:solid;border-width:1px;box-shadow:inset 0 0 7px 4px#e8e8e8;color
:#fff;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:12px;line-height:125%;overflow:hidden
}

    .postbody img{
      max-width:600px;
    }


 
dl.codebox dt {
    background: #FFFFFF url(https://i.servimg.com/u/f38/18/04/55/46/222210.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border: 2px solid #C6C9C9;
    color: #694040;
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 20px;
    width: 95%;
font-size: 22px;
text-align: center;
font-weight: 700;
font-family:
Droid Arabic Kufi;
line-height: 2.0em;
color: #DD6900;
}
dl.codebox dt, blockquote cite {
    background: #FFFFFF url(https://i.servimg.com/u/f38/18/04/55/46/222210.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border: 2px solid #C6C9C9;
    color: #694040;
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 20px;
    width: 95%;
font-size: 22px;
text-align: center;
font-weight: 700;
font-family:
Droid Arabic Kufi;
line-height: 2.0em;
color: #DD6900;
}
 .quote{
    background: #FFFFFF url(https://i.servimg.com/u/f38/18/04/55/46/222210.gif);
    background-repeat: no-repeat;
    background-position: 10px 9px;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border: 2px solid #C6C9C9;
    color: #694040;
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 20px;
    width: 95%;
font-size: 22px;
text-align: center;
font-weight: 700;
font-family:
Droid Arabic Kufi;
line-height: 2.0em;
color: #DD6900;

 
 
fieldset,  .code, td.gensmall, .postdetails.poster-profile a img, .esharydetails{
padding: 10px 10px 10px 10px;
border: medium double #6d6565;
background:# !important;
font-size: 27px;
}
 

.avataruser img{

-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
background: #000 url("") center top repeat-x;
border : 1px dotted #A5062C;
border-top: medium solid #A5062C;
border-bottom: medium solid #A5062C;
}



</style>
</head>
<!-- BEGIN postrow -->
<!-- BEGIN displayed -->
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي --> 

            <!-- icon and title -->
            <div class="smallfont">
                <span class="postdetails">
                  <img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}
                </span>
            </div>
            <!-- / icon and title -->
   
 
   
   
   
<table id="post501" class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
        <td class="thead" style="font-weight:normal"  id="currentPost">
            <!-- status icon and date -->
            <div align="center">
<img src="{postrow.displayed.MINI_TIME_IMG}" alt=""
border="0" />{postrow.displayed.POST_DATE}
            </div>
            <!-- / status icon and date -->
        </td>
        <td class="thead" style="font-weight:normal" align="left">
              رقم المشاركة : ( <a href="{postrow.displayed.POST_URL}" target="new" rel="nofollow" id="postcount1" name="1"><strong>{postrow.displayed.COUNT_POSTS}</strong></a> )
        </td>
</tr>
<tr valign="top">
<td class="alt2" width="200" style="border: 1px #6d6565 dashed; border-top: 1px #6d6565 dashed; border-bottom: 1px #6d6565 dashed;" align="center">
<div id="postmenu_315" align="center">
<span style="text-decoration: none">
          <a class="bigusername" name="{postrow.displayed.U_POST_ID}"> {postrow.displayed.POSTER_NAME} </a>
</span>
</div>
<div class="smallfont" align="center"></div>
<div class="smallfont" align="center">{postrow.displayed.POSTER_RANK}</div>
<div class="smallfont" align="center">{postrow.displayed.RANK_IMAGE} </div>
<br />
<div align="center">
<div class="smallfont avataruser">
<div class="AVATAR">{postrow.displayed.POSTER_AVATAR}</div>
</div>
</div>
<div align="center"></div>
<br />
<table cellpadding="3" cellspacing="3" border="0" class="tborder" width="95%">
<tr>
<td class="thead"><div align="center"><span style="width:70px;"><img onClick="i=0;e=this.parentNode.parentNode.parentNode.parentNode.childNodes;while(++i<e.length)if(e[i].tagName=='TR')e[i].style.display=(e[i].style.display=='none')?'':'none';this.src=(this.src=='https://i.servimg.com/u/f16/15/04/02/38/collap11.gif')?'https://i.servimg.com/u/f16/15/04/02/38/collap10.gif':'https://i.servimg.com/u/f16/15/04/02/38/collap11.gif';"src="https://i.servimg.com/u/f16/15/04/02/38/collap10.gif"alt=""align="left"/></span><font face="Arial" size="4"></font></div></td>
</tr>
<tr>
 

<td class="alt1" align="center">



<div class="alt2Active" style="padding:3px; border:0px inset; overflow:auto">

  <div align="center"><br/>


<table border="0" cellpadding="0" align="right" width="100%" cellspacing="2">
<td class="alt2" width="200" style="border: 1px #6d6565 dashed; border-top: 1px #6d6565 dashed; border-bottom: 1px #6d6565 dashed;" align="center">   
<!--هاك تحت الصوره الوسط -->
<div class="alt2Active" style="padding:3px; border:0px inset; overflow:auto">
<p style="text-align: center;">
<img border="0" src="https://i.servimg.com/u/f18/20/23/40/69/11.gif" width="150"/>
</p>
<!--هاك تحت الصوره الوسط -->
 
 
 
<!--هاك تحت الصوره الوسط -->
<div class="alt2Active" style="padding:3px; border:0px inset; overflow:auto">
<p style="text-align: center;">
 <img border="0" src="https://i.servimg.com/u/f18/20/23/40/69/1110.gif" width="150"/>
</p>
<!--هاك تحت الصوره الوسط -->
  <!-- BEGIN profile_field -->
 
 
 
 
 

                  <tr>

  <!-- خطوط البيانات الشخصيه -->
 <td type="text" size="27" dir="rtl" class="alt1" style="border-style:dotted; border-width:1px; font-family:MS Sans Serif; font-size:12px; vertical-align:middle; letter-spacing:0;; padding-left:4px; padding-right:4px; padding-top:4px; padding-bottom:4px; border: 1px dotted #6d6767;">
  <!-- خطوط البيانات الشخصيه -->

{postrow.displayed.profile_field.LABEL}

{postrow.displayed.profile_field.CONTENT}



</td>


</tr>





 <!-- END profile_field -->


</table>


</div>


  </div>





 </td>





</tr>





</table>





 


<div align="center">


   


                {postrow.displayed.PROFILE_IMG}





              {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field -->





              {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->


                </div>


  <div align="center">

<table border=0 cellspacing=0 cellpadding=0 class="offlinebutton"><tr><td width="ضع مقاس الايقونة ">{postrow.displayed.ONLINE_IMG}</td></tr></table>






              </div>





    </td>


 


    <td class="alt1" id="td_post_501">





<!-- الموضوع والأيقونة -->


 





        <!-- icon and title -->
        <div class="smallfont">
      <span itemprop='itemreviewed'><span itemprop='description'>
                <span class="postdetails">{postrow.displayed.ICON}{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}</span>
            </span></span>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
<g:plusone></g:plusone>
</div>
<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-50c106fa63db4869"></script>             
<!-- AddThis Button END -->                                 
</div>
<!-- / icon and title -->

 
 
<div id="post_message_20352549">
     
     
        </div>
<!-- start continues -->




<div class="tr_continues_go">


 <div id="post_message_501" align="center">
       



          <img border="0" src="http://f.top4top.net/p_340ud9ha1.gif" width="350"/>


      <br />
        <a href="topic-t{TOPIC_ID}.htm">{TOPIC_TITLE}
   
      </a>
              <br />

</div>

</div>
<!--  end continues -->
 
 
 <!-- google_ad_section_start -->


        <!-- message -->


        <div id="post_message_501" align="center">


     

      <br /><br />





      </a>


              <br /><br /><br />


        <center>


   


       


<div class="postbody" align="center">


                                     


                                           





{postrow.displayed.MESSAGE}








        <br /><br />





        <br />


 


 


</div>





          <br />








          <br />


 


    <!-- بداية قالب الموضوع الاصلي - -->




    <!-- نهاية قالب الموضوع الاصلي - -->





            </div>


</div>


          <!-- BEGIN switch_attachments -->


          {postrow.displayed.POSTER_NAME}


face="Tahoma" size="4">





href="http://feeds.feedburner.com/~r/battash/qVVy/~6/1">src="http://feeds.feedburner.com/battash/qVVy.1.gif" alt="مرافئ الايمان" style="border:0">


style="margin-top:5px; padding-top:0; font-size:x-small;


text-align:center">href="http://feedburner.google.com/fb/a/headlineanimator/install?id=ucp0j0d3q4ts8b5t4ganp3g62c&w=1"


onclick="window.open(this.href, 'haHowto',


'width=520,height=600,toolbar=no,address=no,resizable=yes,scrollbars');


return false"


target="_blank">











<fieldset class="fieldset"> <legend>الملفات المرفقة</legend>


      <!-- BEGIN switch_post_attachments -->


<!-- BEGIN switch_dl_att --><table cellpadding="0" cellspacing="3" border="0"> <table border="1" width="100%" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse"><tr><td align="center" bgcolor="#333333"><b><font color="#FFFFFF">اسم الملف</font></b></td><td align="center" bgcolor="#333333"><b><font color="#FFFFFF">نوع الملف</font></b></td><td align="center" bgcolor="#333333"><b><font color="#FFFFFF">حجم الملف</font></b></td><td align="center" bgcolor="#333333"><b><font color="#FFFFFF">التحمــيل</font></b></td><td align="center" bgcolor="#333333"><b><font color="#FFFFFF">مرات التحميل</font></b></td></tr>


  <tr><td align="center">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</td><td align="center"><img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}"width="40" height="40" border="0" /></td><td align="center">{postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}</td><td align="center"><a rel="nofollow" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}"><img class="inlineimg" src="https://i.servimg.com/u/f43/15/53/11/89/downlo10.png" border="0" style="vertical-align:absmiddle; cursor:hand" hspace="0" title="اضغط هنا لتحميل الملف "/></a></td><td align="center">{postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</td></tr> </table>





<!-- END switch_dl_att -->


<!-- BEGIN switch_no_dl_att -->


                                          {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}


                <FONT color=Red>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</FONT>


                ? الحجم ({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) ({postrow.displayed.switch_attachments.switch_post_attachments.NB_DL})


              </table>


  <!-- END switch_no_dl_att -->





                <!-- END switch_post_attachments -->

 




                <!-- END switch_attachments -->


 
 
 <!-- google_ad_section_start -->
 
 
 
 

<table id="post501" class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<p style="text-align: center;">
  <img src="https://2img.net/h/albaadr.com/helm/t.png" /><br />
</p>
      <br /><br />



<div align="center">
    <br/>

  {postrow.displayed.SIGNATURE}
      <br/><br/>
     
            </div>


 
        <!-- / sig -->

            <!-- مكان زر الاعجاب -->



        <!-- كود الاهدائات-->
</table>
<tr>
            <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<div align="center"></div>
              <tr class="post post--{postrow.displayed.U_POST_ID}" id="p{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
 
            <tr><td colspan="2">
         
<p style="text-align: center;">
    <strong style="color: rgb(182, 130, 80); font-family: " droid="" arabic="" kufi";="" font-size:="" 12px;="" text-align:="" -webkit-right;="" background-color:="" rgb(17,="" 3,="" 0);"=""> </strong>
</p>
<table style="background: rgb(0, 0, 0); width: 100%;" border="0" cellspacing="1" cellpadding="6" class="tborder">
 
  <thead>
 
      <tr>
     
        <td style="font: bold 9pt " droid="" arabic="" kufi";="" background:="" url("..="" ..="" t-qlb2021="" back3.gif")="" repeat;="" color:="" rgb(0,="" 0,="" 0);="" padding:="" 4px;"="" align="center" class="thead">
              <a style="color: rgb(0, 0, 0); text-decoration: none; float: left;" href="https://asdd.ahladalil.com/"><img border="0" src="https://www.t-qlb.com/vb/t-qlb2021/buttons/collapse_thead.gif" id="collapseimg_forumhome_activeusers" /></a>الإهداءات
        </td>
     
      </tr>
 
  </thead><tbody id="collapseobj_beebi_ehdaa"></tbody> <tbody></tbody> <tbody></tbody>
  <tr style="">
 
      <td style="font: bold 15px " droid="" arabic="" kufi";="" background:="" rgb(0,="" 0,="" 0);="" color:="" rgb(182,="" 130,="" 80);="" border-bottom:="" 1px="" dashed="" rgb(91,="" 1,="" 1);"="" class="alt1">
     
        <marquee style="display: inline-block; overflow: hidden; text-align: initial; white-space: nowrap; border: 1px solid rgb(0, 0, 0); width: 100%;" direction="right" scrolldelay="60" scrollamount="3" dir="ltr">
       
        </marquee>
     
        <div style="color: rgb(153, 21, 1); font: bold 10px " droid="" arabic="" kufi";"="" class="smallfont" align="left">
              <a style="color: rgb(121, 2, 0); text-decoration: none;"><a href="https://asdd.ahladalil.com/post?f=28&mode=newtopic">إضافة إهداء</a></a>  - <span> </span><a style="color: rgb(182, 130, 80); text-decoration: none;"><a href="https://asdd.ahladalil.com/f28-montada">معاينه الاهدائات</a></a>
        </div>
     
      </td>
 
  </tr><tbody></tbody><tbody></tbody><tbody id="collapseobj_beebi_ehdaa"></tbody>
</table>

        <!-- كود الاهدائات-->




<img src="{postrow.displayed.MINI_TIME_IMG}" border="0" />{postrow.displayed.POST_DATE}
            <fieldset class="fieldset smallfont" title="الاعجابات:">
<legend>تم النشر بواسطه{postrow.displayed.POSTER_NAME}</legend>
<!-- BEGIN switch_likes_active -->
<div class="vbseo_buttons" id="lkbtn_1.2848264.23709737" style="visibility: visible; opacity: 1;">
 

<!-- BEGIN switch_like_list -->
                          {postrow.displayed.switch_likes_active.switch_like_list.D_LIKE_LIST}
                          <!-- END switch_like_list -->
                          <!-- BEGIN switch_dislike_list -->
                          {postrow.displayed.switch_likes_active.switch_dislike_list.D_DISLIKE_LIST}
                          <!-- END switch_dislike_list -->
    <ul class="vbseo_links" style="visibility:visible">
 
    <li class="vbseo_share">
      <a href="{FORUM_URL}{TOPIC_URL}#">
                  <img border="0" src="https://i.servimg.com/u/f30/20/18/18/38/tm/share10.gif"/></a>
      <ul class="vbseo_share_body">
        <li class="share_header">مشاركة هذا الموضوع في </li>
        <li class="right">
                          <img alt="" height="18px" src="https://i.servimg.com/u/f33/19/52/81/36/digg10.gif" width="18px"/><a href="http://digg.com/submit?phase=2&url={FORUM_URL}{TOPIC_URL}" rel="nofollow">Digg</a></li>
        <li class="left">
                          <img alt="" height="18px" src="https://i.servimg.com/u/f33/19/52/81/36/delici10.gif" width="18px"/><a href="http://del.icio.us/post?url={FORUM_URL}{TOPIC_URL}" rel="nofollow">Del.icio.us</a></li>
        <li class="right">
                          <img alt="" height="18px" src="https://i.servimg.com/u/f33/19/52/81/36/techno10.gif" width="18px"/><a href="http://technorati.com/faves/?add={FORUM_URL}{TOPIC_URL}" rel="nofollow">Technorati</a></li>
        <li class="left">
                          <img alt="" height="18px" src="https://i.servimg.com/u/f33/19/52/81/36/twitte10.png" width="18px"/><a href="https://twitter.com/home?status={FORUM_URL}{TOPIC_URL}" rel="nofollow">Twitter</a></li>
      </ul>
    </li>
    <li class="seperator"> | </li>
 
 
 
                  <li class="vbseo_like">

                                          <a class="rep-button {postrow.displayed.switch_likes_active.C_VOTE_LIKE}"  data-href="{postrow.displayed.switch_likes_active.U_VOTE_LIKE}" data-href-rm="{postrow.displayed.switch_likes_active.U_VOTE_RM_LIKE}" onclick="return false" class="vbseo_like_link">
                                                                                          <img src="https://i.servimg.com/u/f33/19/52/81/36/like10.png" border="0"/></a></li>
 
    </ul>

    <div class="alt2 vbseo_liked" style="visibility: hidden; display: none;">.</div>


</div>
<!-- END switch_likes_active -->
 </fieldset>
                  <br />




<br>
 





        <!-- google_ad_section_end -->





 











    </td>


</tr>


<tr>


    <td class="alt2" align="center">


 {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}


 


 


 


 


 


    </td>


 


    <td class="alt1" align="left">


 


        <!-- controls -->


 


 


{postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG}


 


      <a href="#quickreply" rel="nofollow" title="الرد السريع"><img src="https://i.servimg.com/u/f81/17/86/26/69/quickr10.gif"/></a>


        <!-- / controls -->


    </td>


</tr>


</table>


<!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->


<!-- END displayed -->
<!-- END postrow -->
                    <fieldset> 
<legend><img style="width: 0px; height: 0px;" src=""/><br /></legend>                         
 <img border="0" src="http://khvaya.com/vb/images/rotb/5.gif" width="20"/>الاعضاء الدين شاركوا في الموضوع<img border="0" src="http://khvaya.com/vb/images/rotb/5.gif" width="20"/> {POSTERS_LIST}
<tr> <td class="row1" colspan="2"><span class="gensmall"></span></td> </tr>
<!-- BEGIN topicpagination -->
<table class="tborder" cellpadding="3" cellspacing="1" border="0" align="left">
<tr>
<td class="vbmenu_control" style="font-weight:normal">صفحات الموضوع</td>
<td class="alt1"><a rel="prev" class="smallfont" href="showthread.php?t=3" title="الصفحة السابقة - النتائج 1 إلى 10 من 11"></a></td>
<td class="alt1">{PAGINATION}</td>
<td class="vbmenu_control" title="showthread.php?t=3"><a name="PageNav"></a></td>
</tr>
</table>
  <!-- END topicpagination -->
<!--  الطائر الحر- ألدعم الفني -->
<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:-3px">
<tr valign="top">
<td class="smallfont">
<!-- BEGIN switch_user_authpost -->
<a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authpost -->
<!-- BEGIN switch_user_authreply -->
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
<!-- END switch_user_authreply -->
</td>
</tr>
</table>
<!-- / controls below postbits -->
<br />
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
     
<br />


<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
  <tr>
      <td class="tcat" colspan="2" valign="top">
مواضيع دات صله بالمنتدى

      </td>
  </tr>
  <tr>
<td id="bailienquan" class="alt1" colspan="2" valign="top">

 
 <script type="text/javascript">
            $(function () {
              $('#cungchuyenmuc').load('/sta/{PUSERNAME} td:not("td:contains("Announcement"), td:contains("Sticky"), td:contains("Global announcement")") .topic-title a.topictitle:lt(12)', function () {
  $('#cungchuyenmuc a.topictitle').wrap("<tr><td></td></tr>");
              });
              var topictitleFMvi = '{TOPIC_TITLE}';
              var fmviTopictitle = topictitleFMvi.replace(/ /gi, '+');
              $('#bailienquan').load('/search?mode=searchbox&search_keywords=' + fmviTopictitle + '&show_results=topics td:not("td:contains("Announcement"), td:contains("Sticky"), td:contains("Global announcement")") .topic-title a.topictitle:lt(12)', function () {
  $('#bailienquan a.topictitle').wrap("<tr><td></td></tr>");
              });
            });
            </script>
      </td>
  </tr>
  </table>


<!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->

<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<br />
<!-- social bookmarking links -->
<table cellpadding="6" cellspacing="1" border="0" width="100%" class="tborder" align="center">
<tr>
<td class="thead">الإشارات المرجعية</td>
</tr>
<tr>
<td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none; margin:0px; padding:0px"><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="https://twitter.com/home?status=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/twitte10.png" border="0" alt="إرسال الموضوع إلى Twitter" class="inlineimg" /></a>
<a href="https://twitter.com/home?status=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Twitter</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/bookma13.gif" border="0" alt="إرسال الموضوع إلى Google" class="inlineimg" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Google</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="https://www.facebook.com/sharer.php?u=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/facebo10.jpg" border="0" alt="إرسال الموضوع إلى Facebook" class="inlineimg" /></a>
<a href="https://www.facebook.com/sharer.php?u=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Facebook</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="http://www.stumbleupon.com/submit?url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/bookma12.gif" border="0" alt="إرسال الموضوع إلى StumbleUpon" class="inlineimg" /></a>
<a href="http://www.stumbleupon.com/submit?url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">StumbleUpon</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="http://del.icio.us/post?url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/bookma11.gif" border="0" alt="إرسال الموضوع إلى del.icio.us" class="inlineimg" /></a>
<a href="http://del.icio.us/post?url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">del.icio.us</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="http://digg.com/submit?phrase=2&url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/bookma10.gif" border="0" alt="إرسال الموضوع إلى Digg" class="inlineimg" /></a>
<a href="http://digg.com/submit?phrase=2&url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Digg</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/yahoo10.png" border="0" alt="إرسال الموضوع إلى Yahoo" class="inlineimg" /></a>
<a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Yahoo</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
<a href="https://favorites.live.com/quickadd.aspx?marklet=0&mkt=en-us&url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="https://i.servimg.com/u/f11/17/99/17/05/live10.gif" border="0" alt="إرسال الموضوع إلى Live" class="inlineimg" /></a>
<a href="https://favorites.live.com/quickadd.aspx?marklet=0&mkt=en-us&url=http://www.7adotamasrya.com/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Live</a>
</li></ul><div style="clear:both"></div></td>
</tr>
</table>
<!-- / social bookmarking links -->
 <!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<br />
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"><tr><td class="thead"><a name="taglist"></a><a href="https://www.facebook.com/" target="_blank">التعليق على الموضوع بواسطة الفيس بوك</a></td></tr><tr><td class="alt1 smallfont" id="tag_list_cell"><center><div id="fb-root"></div><script src="https://connect.facebook.net/ar_AR/all.js#xfbml=1"></script><fb:comments href="http://wahetaleslam.yoo7.com/topic-t{TOPIC_ID}.htm" num_posts="3" width="600"></fb:comments></center></td></tr></table>
 <!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<br />
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
 <tbody>
 <tr>
 <td class="catBottom">
 <table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tbody>
 <tr>
 <td valign="top">
 <div class="cattitle"> {L_FORUM_RULES}</div>
 </td>
 </tr>
 </tbody>
 </table>
 </td>
 </tr>
 <tr>
 <td class="row1 clearfix">
 <table>
 <tr>
 <!-- BEGIN switch_forum_rule_image -->
 <td class="logo">
 <img src="{RULE_IMG_URL}" alt="" />
 </td>
 <!-- END switch_forum_rule_image -->
 <td class="rules postbody">
 {RULE_MSG}
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </tbody>
</table>
<!-- END switch_forum_rules -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2">الــرد الســـريـع</td>
</tr>
</thead>
<tr>
<td class="thead" colspan="2" align="right" valign="top"><span>{S_WATCH_TOPIC}</span></td>
</tr>
<td align="center"><img border="0" src="https://i.servimg.com/u/f63/13/53/37/81/oid6qr10.png" alt=".. " /><b/></td>
<tr>
<td colspan="2" align="center" style="padding:0px">
<a name="quickreply"></a>
<!-- BEGIN switch_user_logged_in -->
{QUICK_REPLY_FORM}<br />
<!-- END switch_user_logged_in -->
</td>
</tr>
</table>
<!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<br />
<br />
<!--بداية التأطير العلوي -->
<div class="t1">
  <div class="t2"></div>
  <div class="t3"></div>
</div>
<div class="body-bg">
  <div class="t4">
      <div class="t5">
<!--نهاية التأطير العلوي -->
<!-- currently active users -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="2">
الذين يشاهدون محتوى الموضوع الآن : 20 <span class="normal">( الأعضاء 3 والزوار 17)</span>
</td>
</tr>
<tr>
<td class="alt1" colspan="2">
<span class="smallfont"></span>
</td>
</tr>
</table>
<!-- end currently active users -->
<!-- بداية اطار سفلي -->
      </div>
  </div>
</div>
<div class="t6">
  <div class="t7"></div>
  <div class="t8"></div>
</div>
<!--نهاية التأطير السفلي -->
<!-- next / previous links -->
<br />
<div class="smallfont" align="center">
<strong>«</strong>
<a href="{U_VIEW_OLDER_TOPIC}" rel="nofollow">الموضوع السابق</a> | <a href="{U_VIEW_NEWER_TOPIC" rel="nofollow">الموضوع التالي</a>
<strong>»</strong>
</div>
<!-- / next / previous links -->
<!-- popup menu contents -->
<br />
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="90%" border="0" cellspacing="2" cellpadding="0" align="center">
<tr>
<td colspan="2" align="center" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
<form name="action" method="get" action="{S_FORM_MOD_ACTION}">
<input type="hidden" name="t" value="{TOPIC_ID}" />
<!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
<input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
<span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD} <input class="liteoption" type="submit" value="{L_GO}" /></span>
</form>
</td>
</tr>
</table>
<!-- END viewtopic_bottom -->
<!-- **************************************************** -->
<!-- / popup menu contents -->
<!-- forum rules and admin links -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr valign="bottom">
<td width="100%" valign="top">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="210">
<thead>
<tr>
<td class="thead">
<a style="float:left" href="#top" onclick="return toggle_collapse('forumrules')"><img id="collapseimg_forumrules" src="stel-wlaef-aktalgmar-b/buttons/collapse_thead.gif" alt="" border="0" /></a>
تعليمات المشاركة
</td>
</tr>
</thead>
<tbody id="collapseobj_forumrules" style="">
<!-- BEGIN show_permissions -->
<tr>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<div><strong>{MODERATORS}</strong> </div>
<div><strong>{L_TABS_PERMISSIONS}</strong></div>
<div><strong>{S_AUTH_LIST}</strong></div>
<hr />
<div><a href="/faq?mode=bbcode" target="_blank">BB code</a> is <strong>متاحة</strong></div>
<div><a href="javascript:void(0)" target="_blank">الابتسامات</a> <strong>متاحة</strong></div>
<div><a href="javascript:void(0)" target="_blank">كود [IMG]</a> <strong>متاحة</strong></div>
<div>كود HTML <strong>معطلة</strong></div>
<hr />
<div><a href="/t2269-topic" target="_blank">قوانين المنتدى</a></div>
</div></td>
</tr>
<!-- END show_permissions -->
</tbody>
</table>
</td>
<td class="smallfont" align="left">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<div class="smallfont" style="text-align:right; white-space:nowrap">
<!-- BEGIN viewtopic_bottom -->
<td align="right" nowrap="nowrap"><span>{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
<!-- END viewtopic_bottom -->
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- /forum rules and admin links -->
<!-- BEGIN switch_image_resize -->
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
<br />


<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<style>
#asdbabl {
    display: none;
}
</style>

sbark
sbark
عضو جديد

تاريخ التسجيل : 11/11/2021
المساهمات : 13
نقاط التميز : 15

الرجوع الى أعلى الصفحة اذهب الى الأسفل

استعرض الموضوع التالي استعرض الموضوع السابق الرجوع الى أعلى الصفحة

- مواضيع مماثلة

سجل دخولك لتستطيع الرد بالموضوع

لابد تكون لديك عضوية لتستطيع الرد سجل الان

سجل معنا الان

انضم الينا جروب تاج فعملية التسجيل سهله جدا ؟


تسجيل عضوية جديدة

سجل دخولك

لديك عضوية هنا ؟ سجل دخولك من هنا .


سجل دخولك

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى