طلب تعديل بسيط على كود الهيدر

3 مشترك

اذهب الى الأسفل

طلب تعديل بسيط على كود الهيدر Empty طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف jokervp الأربعاء 26 يونيو 2013 - 3:20

عايز الحجات الى فى الصورة واظن انها سهلة
طلب تعديل بسيط على كود الهيدر AEZqC
http://im35.gulfup.com/AEZqC.png

ودا كود الهيدر

jokervp
jokervp
 
 

ذكر
عدد المساهمات : 102
معدل النشاط : 4106
السُمعة : 0

http://jokervb.alamuntada.com/

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف cool amir الأربعاء 26 يونيو 2013 - 17:27

جاري التعديلCool
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف cool amir الأربعاء 26 يونيو 2013 - 17:34

اهلا يا غالي

تم التعديل

الكود:
<!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>
   <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>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://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="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/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');
         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}');
         report.focus();
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {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[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</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="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{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">
      <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}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.4 CSS
* Style: 'شركة فور يمنى'; Style ID: 29
*/
body
{
   background: #808080 url(http://montada.echoroukonline.com/chorouk-style/images/bg3.png) repeat;
   color: #000000;
   font: bold 12pt Arial;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}
a:link, body_alink
{
   color: #336699;
}
a:visited, body_avisited
{
   color: #336699;
}
a:hover, a:active, body_ahover
{
   color: #CCCCCC;
}
.page
{
   background: #F2F2F2;
   color: #000000;
   font: bold 12pt Arial;
}
td, th, p, li
{
   font: bold 11px tahoma;
}
.tborder
{
   background: #D1D1E1;
   color: #000000;
   border: 1px solid #D1D1E1;
}
.tcat
{
   background: #265772 url(http://montada.echoroukonline.com/chorouk-style/images/tcat.png) repeat-x top left;
   color: #FFFFFF;
   font: bold 16px Arial;
      padding: 10px 10px !important;
      text-align:center;
      text-shadow: 0 1px 1px #5d0505;
   
}
.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: #FFFF66;
   text-decoration: underline;
}
.thead
{
   background: #E6E6E6 url(http://montada.echoroukonline.com/chorouk-style/images/thead.png) repeat-x top left;
   color: #666666;
   font: bold 12px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   padding: 5px 3px !important;
}
.thead a:link, .thead_alink
{
   color: #333333;
}
.thead a:visited, .thead_avisited
{
   color: #333333;
}
.thead a:hover, .thead a:active, .thead_ahover
{
   color: #999999;
}
.tfoot
{
   background: #E6E6E6 url(http://montada.echoroukonline.com/chorouk-style/images/thead.png) repeat-x top left;
   color: #333333;
}
.tfoot a:link, .tfoot_alink
{
   color: #333333;
}
.tfoot a:visited, .tfoot_avisited
{
   color: #333333;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
   color: #999999;
}
.alt1, .alt1Active
{
   background: #FFFFFF url(http://montada.echoroukonline.com/chorouk-style/images/bg.gif) repeat-x bottom left;
   color: #000000;
   font: bold 16px Arial;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
   color: #275975;
   text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
   color: #275975;
   text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
   color: #FF9900;
   text-decoration: underline;
}
.alt2, .alt2Active
{
   background: #F5F5F5 url(http://montada.echoroukonline.com/chorouk-style/images/dg.gif) repeat-x bottom left;
   color: #000000;
   font: bold 16px Arial;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
   color: #275975;
   text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
   color: #275975;
   text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
   color: #FF9900;
   text-decoration: underline;
}
.inlinemod
{
   background: #FFFFCC;
   color: #000000;
}
.wysiwyg
{
   background: #F5F5FF;
   color: #000000;
   font: bold 12px tahoma;
   margin: 5px 10px 10px 10px;
   padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
   color: #22229C;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
   color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
   color: #FF4400;
}
textarea, .bginput
{
   font: bold 10pt tahoma;
}
.bginput option, .bginput optgroup
{
   font-size: 10pt;
   font-family: tahoma;
}
.button
{
   font: bold 12px tahoma;
}
select
{
   font: bold 12px tahoma;
}
option, optgroup
{
   font-size: 12px;
   font-family: tahoma;
}
.smallfont
{
   font: bold 11px tahoma;
}
.time
{
   color: #FF0033;
   font: bold 12px tahoma;
}
.navbar
{
   font: bold 11px Tahoma;
}
.highlight
{
   color: #FF0000;
   font-weight: bold;
}
.fjsel
{
   background: #E6E6E6 url(http://montada.echoroukonline.com/chorouk-style/images/thead.png) repeat-x top left;
   color: #333333;
}
.fjdpth0
{
   background: #F7F7F7;
   color: #000000;
}
.panel
{
   background: #E4E7F5 url(http://montada.echoroukonline.com/images/gradients/gradient_panel.gif) repeat-x top left;
   color: #000000;
   padding: 10px;
   border: 2px outset;
}
.panelsurround
{
   background: #D1D4E0 url(http://montada.echoroukonline.com/images/gradients/gradient_panelsurround.gif) repeat-x top left;
   color: #000000;
}
legend
{
   color: #22229C;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
   background: #E6E6E6 url(http://montada.echoroukonline.com/chorouk-style/images/thead.png) repeat-x top left;
   color: #333333;
   font: bold 16px Arial;
   padding: 3px 6px 3px 6px;
   white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
   color: #333333;
   text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
   color: #333333;
   text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
   color: #999999;
   text-decoration: underline;
}
.vbmenu_popup
{
   background: #FFFFFF;
   color: #000000;
   border: 1px solid #0B198C;
}
.vbmenu_option
{
   background: #FFFFFF;
   color: #000000;
   font: bold 12px Tahoma;
   white-space: nowrap;
   cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
   color: #22229C;
   text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
   color: #22229C;
   text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
   color: #FFFFFF;
   text-decoration: none;
}
.vbmenu_hilite
{
   background: #8A949E;
   color: #FFFFFF;
   font: bold 12px Tahoma;
   white-space: nowrap;
   cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
   color: #FFFFFF;
   text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
   color: #FFFFFF;
   text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
   color: #FFFFFF;
   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; }

.fieldset {
   font: bold 12px arial;
   border: 2px solid #D4D4D4;
   margin-bottom: 6px;
   background-color: #F9F9F9;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
   margin-top: 0px;
   padding: 10px;
}
.topnav
{
   background: url(http://montada.echoroukonline.com/chorouk-style/images/topnav_bg.png) repeat-x center top;
   height: 55px;
   display: block;
   overflow: hidden;
}
.topbnav_content
{
   width: 960px;
   margin: 0 auto;
}
.regbut
{
   display: block;
   float: left;
   background: url(http://montada.echoroukonline.com/chorouk-style/images/reg_but.png) no-repeat -4px -5px;
   width: 134px;
   height: 50px;
   overflow: hidden;
   text-indent: -555px;
   cursor: pointer;
   margin-top: 5px;
}
.outbut
{
   display: block;
   float: left;
   background: url(http://montada.echoroukonline.com/chorouk-style/images/out_but.png) no-repeat -4px -5px;
   width: 134px;
   height: 50px;
   overflow: hidden;
   text-indent: -555px;
   cursor: pointer;
   margin-top: 5px;
}
.regbut:hover { background-position: -142px -5px; }
.outbut:hover { background-position: -142px -5px; }
ul.toplinks
{
   float: right;
   display: block;
   margin-top: 12px;
     margin-right: -190px;
}
ul.toplinks li
{
   font: bold 12px Tahoma, Geneva, sans-serif;
   float: right;
   display: block;
   background: url(http://montada.echoroukonline.com/chorouk-style/images/link_bg.png) no-repeat -6px -6px;
   width: 110px;
   height: 35px;
   line-height: 32px;
   text-align: center;
   color: #424242;
   text-shadow: #cdcdcd 0 1px 0;
   overflow: hidden;
   margin-left: 5px;
}
ul.toplinks li.home
{
   background: url(http://montada.echoroukonline.com/chorouk-style/images/home1.png) no-repeat -6px -6px;
   width: 40px;
   height: 35px;
   text-indent: -888px;
}
ul.toplinks li.home:hover { background-position: -56px -6px; }
ul.toplinks li:last-child { margin-left: 0px; }
ul.toplinks li a
{
   display: block;
   color: #424242;
}
ul.toplinks li:hover { background-position: -121px -6px; }
ul.toplinks li:hover a
{
   color: #FFF;
   text-shadow: #280202 0 1px 1px;
}

.header
{
   background: url(http://montada.echoroukonline.com/chorouk-style/images/hbg.png) repeat;
   height: 157px;
   display: block;
}

.juole_content
{
   width: 960px;
   margin: 0 auto;
   display: block;
}
.header .logo
{
        float: right;
   margin-top: 15px;
   overflow: hidden;
}

.header-date
{
   font: bold 12px Tahoma, Geneva, sans-serif;
   float: left;
   overflow: hidden;
   display: inline-block;
   margin-top: 10px;
   width: 300px;
   text-align: left;
   color: #FFF;
   text-shadow: #000 0 1px 2px;
}

.header-divider
{
   background: url(http://montada.echoroukonline.com/chorouk-style/images/divider.png) repeat-x center top;
   height: 10px;
   display: block;
   margin-bottom: 20px;
   clear: both;
   overflow: hidden;
}

.chorouk_main
{
margin-right: 50px;
margin-left: 50px;
}

.F_H_1 {
   background-color:#F2F2F2;
   text-align:justify;
}
.F_H_2 {
   background:url(http://montada.echoroukonline.com/chorouk-style/images/rep-left.png) repeat-y left center;
   padding-left:25px;
}
.F_H_3 {
   background:url(http://montada.echoroukonline.com/chorouk-style/images/rep-right.png) repeat-y right center;
   padding-right:25px;
}

.button {
border: 1px solid #D1D1D1;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FFFFFF), color-stop(0.9, #D1D1D1) );
background: -moz-linear-gradient( center top, #FFFFFF 10%, #D1D1D1 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
background-color: #FFFFFF;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
box-shadow: inset 0px 1px  2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 2px #FFFFFF;
font-weight: bold;
margin: 5px 5px;
padding: 4px;
color: #275975;
font-family: tahoma;
font-size: 12px;
text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.button:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #D1D1D1), color-stop(0.9, #FFFFFF) );
background: -moz-linear-gradient( center top, #D1D1D1 10%, #FFFFFF 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#FFFFFF');
background-color: #D1D1D1;
}
.button:active {
position: relative;
top: 1px;
left: 0px;
}

.footer
{
   font: normal 12px Tahoma, Geneva, sans-serif;
   background: #1d1d1d url(http://montada.echoroukonline.com/chorouk-style/images/footer-top-bg.png) repeat;
   display: block;
   overflow: hidden;
   clear: both;
   padding: 20px 0;
   margin-top: 20px;
   border-top: 3px #111 solid;
}
.footer-bottom
{
   font: normal 12px Tahoma, Geneva, sans-serif;
   background: #4a0400 url(http://montada.echoroukonline.com/chorouk-style/images/footer-bottom-bg.png) repeat-x center top;
   display: block;
   overflow: hidden;
   clear: both;
   height: 56px;
}
.footer-bottom .copyrights
{
   color: #FFF;
   margin-top: 20px;
}
.footer-latest li { display: inline-block; }
.footer-latest li img
{
   display: block;
   width: 47px;
   height: 47px;
   background: #222;
   -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.51);
   -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.51);
   box-shadow: inset 0 1px 3px rgba(0,0,0,.51);
}
.footer-latest li a
{
   display: block;
   line-height: 0px;
   padding: 4px;
   background: #FFF;
}
/*
footer
*/
.footer_alert
{
   width: 265px;
   display: block;
   float: left;
   margin-bottom: 40px;
}
.footer_alert_content
{
   font: normal 11px Tahoma, Geneva, sans-serif;
   color: #CCCCCC;
   display: block;
   margin-bottom: -58px;
   padding: 10px 0px;
   padding-bottom: 10px;
   line-height: 20px;
   text-align: justify;
}
.footer_alert_content strong { color: #275975; }




/* cont */
.cont {
   display: block;
   margin: 5px 0;
   clear: both;
   overflow: hidden;
}
.cont .contTop, .cont .contBottom, .cont .contCenter {
   display: block;
   clear: both;
   overflow: hidden;
}
.cont .contTop .contTopRight {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentTopRight.png) no-repeat right top;
   padding: 0 368px 0 0;
   height: 47px;
}
.cont .contTop .contTopRight .contTopLeft {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentTopLeft.png) no-repeat left top;
   padding: 0 0 0 237px;
   height: 47px;
}
.cont .contTop .contTopRight .contTopLeft .contTopContent {
   display: block;
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentTopBg.png) repeat-x center top;
   height: 47px;
}
/* cont top */
.cont .contCenter .contCRight {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentRight.png) repeat-y right center;
   padding: 0 10px 0 0;
   height: 100%;
}
.cont .contCenter .contCRight .contCLeft {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentLeft.png) repeat-y left center;
   padding: 0 0 0 10px;
   height: 100%;
}
.cont .contCenter .contCRight .contCLeft .contContent {
   background: #fffef7;
   display: block;
   overflow: hidden;
   height: 100%;
}
/* cont center */
.cont .contBottom .contBottomRight {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentBottomRight.png) no-repeat right top;
   padding: 0 11px 0 0;
   height: 10px;
}
.cont .contBottom .contBottomRight .contBottomLeft {
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentBottomLeft.png) no-repeat left top;
   padding: 0 0 0 11px;
   height: 10px;
}
.cont .contBottom .contBottomRight .contBottomLeft .contBottomContent {
   display: block;
   background: url(http://montada.echoroukonline.com/chorouk-style/images/contentBottomBg.png) repeat-x;
   height: 10px;
}


/* ------------------------------------------------- */

#tabs{
  overflow: hidden;
  width: 160px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: right;
  margin: 0 3px 0 0;
}

#tabs a{
  position: relative;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: 5px;
  float: right;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.;
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
  background-image: -webkit-linear-gradient(top, #fff, #ddd);
  background-image: -moz-linear-gradient(top, #fff, #ddd);
  background-image: -ms-linear-gradient(top, #fff, #ddd);
  background-image: -o-linear-gradient(top, #fff, #ddd);
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background: #fff;
  z-index: 3;
}

/* ------------------------------------------------- */



/* ------------------------------------------------- */

#about
{
    color: #999;
}

#about a
{
    color: #eee;
}


/* ***** Info Postbit & Postbit_legacy ***** */
.postbit_info {
padding: 2px 2px 2px 2px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
background-color: #FDFDFD;
border-bottom: 2px dotted #CCCCCC;
}


.postbit_bit {
padding: 2px 2px 2px 2px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
background-color: #FDFDFD;
border-top: 0px dotted #EEEEEE;
border-bottom: 0px dotted #EEEEEE;
border-left: 3px dotted #8E8DEF;
border-right: 3px solid #8E8DEF;

}

/* ***** Signature Postbit & Postbit_legacy  ***** */
.postbit_sig {
height:200px;
overflow:scroll;
overflow-y:scroll;
overflow-x:hidden;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
border-top: 2px dotted #EEEEEE;
border-bottom: 2px dotted #EEEEEE;
border-left: 3px solid #5B799C;
border-right: 3px solid #5B799C;
border-radius: 5px 5px 5px 5px;
background-color: #FBFBFF;
padding: -10px;

}

/* ***** Thanks Postbit ***** */
.postbit_thanks {
padding: 3px 4px 3px 4px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
border-top: 1px dotted #F2F2F2;
border-bottom: 1px dotted #F2F2F2;
border-left: 1px solid #F2F2F2;
border-right: 3px solid #FFCC66;
border-radius: 5px 5px 5px 5px;
}

/* ***** Last Postbit ***** */
.postbit_last {
padding: 3px 4px 3px 4px;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
border-top: 1px solid #F2F2F2;
border-bottom: 1px solid #F2F2F2;
border-left: 1px solid #F2F2F2;
border-right: 3px solid #FFCC66;
border-radius: 5px 5px 5px 5px;
}

/* ***** Postbit user info ***** */
.postinfo {
   font-family: Tahoma;
   font-size: 11px;
   vertical-align: middle;
   letter-spacing: 0;
   border-width: 0px 3px 0px 3px;
   padding: 2px 4px 0 4px;
   border-right-color: #B6C7F7;
   border-right-style: solid;
   border-left-color: #B6C7F7;
   border-left-style: solid;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF;
   background: #FFFFFF url(http://montada.echoroukonline.com/chorouk-style/images/tr-avatar.png) repeat-x top left;
          -moz-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
}

.postinfolist {
       border-width: 0px 3px 2px 0px;
       padding: 4px 0 4px 0;
       border-bottom-style: dotted;
       border-bottom-color: #DBDBDB;
}

/* **** Postbit Tabs **** */

.ptab a{
    font: 8pt Tahoma;
    font-weight:bold;
    float:right;    
    margin:0 1px 0 0;
    padding:2px 0px 2px 0px;
    background-color:#FFFFFF;
    border:1px solid #dedede;
    border-bottom-width: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.ptab a:hover{
    font: 8pt Tahoma;
    font-weight:bold;
    color: #FFFFFF;
    padding:2px 0px 2px 0px;
    background-color: #5B799C;
    border:1px solid #dedede;
    border-bottom-width: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.ptab a.selected {
    font: 8pt Tahoma;
    font-weight:bold;
    color: #FFFFFF;
    padding:2px 0px 2px 0px;
    background: #D3D3F5;
    border:1px solid #dedede;
    border-bottom-width: 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.tr_avatar {
   background: #FFFFFF url(http://montada.echoroukonline.com/chorouk-style/images/tr-avatar.png) repeat-x top left;
   padding: 10px;
   border-right-width: 3px;
   border-bottom-width: 2px;
   border-right-style: solid;
   border-right-color: #5B799C;
   border-left-width: 3px;
   border-left-style: solid;
   border-left-color: #5B799C;
   border-bottom-color: #EFEFEF;
   border-bottom-style: solid;
   border-top-style: solid;
   border-top-width: 2px;
   border-top-color: #EFEFEF;
   border-radius: 4px 4px 4px 4px;
        padding-top: 10px;
   width: 180px;
}


/* Botton postbit */
.buttonsP a, .buttonsP button{
display: inline-block;
float:left;
margin: 5px 5px;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FCFCFC), color-stop(0.9, #EDEDED) );
background: -moz-linear-gradient( center top, #FCFCFC 10%, #EDEDED 90% );
border: 2px solid #D1D1D1;
font-family:"Arial";
font-size:16px;
line-height:130%;
text-decoration:none;
font-weight:bold;
color:#004499;
cursor:pointer;
padding: 7px;
height:20px;
text-shadow: 1px 1px 2px #FFFFFF;
background-color: #FFFFFF;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
box-shadow: inset 0px 1px  2px 0px #FFFFFF;
border-radius: 3px;


}

/* IMGAGE */
.buttonsP button img, .buttonsP a img{
    margin:0px 0px -1px 3px !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* REGULAR */
button.regular, .buttonsP a.regular{
    color:#004499;
    text-decoration:none;
}
.buttonsP a.regular:hover, button.regular:hover{
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #D1D1D1), color-stop(0.9, #FFFFFF) );
background: -moz-linear-gradient( center top, #EDEDED 10%, #FCFCFC 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#FCFCFC');
background-color: #D1D1D1;
}
.buttonsP a.regular:active{
position: relative;
top: 1px;
left: 0px;
}



.button1{
border: 1px solid #D1D1D1;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FFFFFF), color-stop(0.9, #D1D1D1) );
background: -moz-linear-gradient( center top, #FFFFFF 10%, #D1D1D1 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
background-color: #FFFFFF;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
box-shadow: inset 0px 1px  2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 2px #FFFFFF;
font-weight: bold;
margin: 5px 5px;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 25px;
padding-left: 25px;
color: #480091;
font-family: Tahoma;
font-size: 20px;
text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}

.button1:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #D1D1D1), color-stop(0.9, #FFFFFF) );
background: -moz-linear-gradient( center top, #D1D1D1 10%, #FFFFFF 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#FFFFFF');
background-color: #D1D1D1;
}
.button1:active {
position: relative;
top: 1px;
left: 0px;
}

.button {
border: 1px solid #D1D1D1;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #FFFFFF), color-stop(0.9, #D1D1D1) );
background: -moz-linear-gradient( center top, #FFFFFF 10%, #D1D1D1 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
background-color: #FFFFFF;
-moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
-webkit-box-shadow: inset 0px 1px  2px 0px #FFFFFF;
box-shadow: inset 0px 1px  2px 0px #FFFFFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-shadow: 1px 1px 2px #FFFFFF;
font-weight: bold;
margin: 5px 5px;
padding: 4px;
color: #480091;
font-family: tahoma;
font-size: 11px;
text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.button:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #D1D1D1), color-stop(0.9, #FFFFFF) );
background: -moz-linear-gradient( center top, #D1D1D1 10%, #FFFFFF 90% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#FFFFFF');
background-color: #D1D1D1;
}
.button:active {
position: relative;
top: 1px;
left: 0px;
}

.i3lan
{
float: left;
overflow: hidden;
margin-top: 25px;
line-height: 0px;
}
</style>
<!-- / CSS Stylesheet --><!-- CSS Stylesheet -->

<script type="text/javascript" src="http://montada.echoroukonline.com/chorouk-style/js/jquery.easing.1.3.js"></script>
<!-- / CSS Stylesheet -->
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
<title>شركة فور يمنى</title>
</head>
<body>
<div class="topnav">
<div class="topbnav_content">
<ul class="toplinks">
<li class="home"><a href="/">الرئيسية</a></li>
<li><a href="#" target='_blank'>المجلة</a></li>
<li><a href="#" target='_blank'>الاوسمة</a></li>
<li><a href="/f11-montada" target='_blank'>القوانين</a></li>
<li><a href="#" target='_blank'>الاقتراحات</a></li>
<li><a href="/h3-page" target='_blank'>مركز الرفع</a></li>
<li><a href="/contact" target='_blank'>اتصل بنا</a></li>
</ul>
  <!-- BEGIN switch_user_logged_out -->
<a href="/register" class="regbut">التسجيل</a>
  <!-- END switch_user_logged_out -->
    <!-- BEGIN switch_user_logged_in -->
  <a href="/login?logout=1" class="outbut">تسجيل الخروج</a>
    <!-- END switch_user_logged_in -->
</div></div>
<div class="header">
<div class="juole_content">
<center>
<div class="logo" align="center" width="191" height="134"> <a href="/" title="منتديات الجوكر فى بى"> <img src="http://im36.gulfup.com/ZXCs4.png" alt="" title="منتديات الجوكر فى بى"> </a> </div>
</center>
<div class="header-date">
<div id="clock" class="date"></div>
<script src="http://montada.echoroukonline.com/chorouk-style/js/date.js" type="text/javascript"></script>
</div>

<div class="i3lan"> <a href="/"> <img src="http://im42.gulfup.com/XbDjI.gif" title="مساحة إعلانية" alt="www.jokerVp.com" /></a> </div>
</div>
</div>
<div class="header-divider"></div>
<div class="chorouk_main">
<table background="http://montada.echoroukonline.com/chorouk-style/images/tas-center.png" border="0" width="100%" height="15px" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="right"><a>
<img border="0" src="http://montada.echoroukonline.com/chorouk-style/images/tas-right.png" align="middle" /></a>
</td>
<td align="left"><a>
<img border="0" src="http://montada.echoroukonline.com/chorouk-style/images/tas-left.png" align="middle" /></a>
</td>
</tr>
</table>
<div class="F_H_1">
<div class="F_H_2">
<div class="F_H_3">
<div align="center">
   <div class="page" style="width:100%; text-align:right">
      <div style="padding:0px 0px 0px 0px" align="right">

<br />
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"><tr>
<td>
<img border="0" src="http://im33.gulfup.com/sWMGg.png" width="249" height="47"></td>
<td align="center" width="100%" background="http://montada.echoroukonline.com/chorouk-style/images/uc.png"></td>
<td>
<img border="0" src="http://im40.gulfup.com/QN7es.png" width="450" height="47"></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center"><tr><td style="background: transparent url(http://montada.echoroukonline.com/chorouk-style/images/rc.png) repeat-y right;"><img src="http://montada.echoroukonline.com/chorouk-style/images/rc.png" border="0"></td><td width="100%">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="alt1" width="100%">
<div class="nav"><img src="http://montada.echoroukonline.com/chorouk-style/misc/navbits_start.gif" class="inlineimg" alt="" border="0" height="15" width="15" /> {L_INDEX}{NAV_CAT_DESC}</div>
<font face="Tahoma" font-size="10pt" font-weight="bold">
<img src="http://i48.servimg.com/u/f48/12/78/95/70/hima10.gif" height="15" width="30" /> {PAGE_TITLE}</font>
   </td>
   <td class="alt2" nowrap="nowrap" style="padding:0px">
<!-- BEGIN switch_user_logged_in -->
<div align="center">
  <strong>{LOGGED_AS}</strong><br />
  {CURRENT_TIME}
  <div> <strong>{LAST_VISIT_DATE}</strong></div>
</div>
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<form action="/login.forum?redirect=h15-page" method="post" name="form_login">
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
         <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
         <td><input id="post" type="text" class="bginput" style="font-size: 11px" name="username" id="navbar_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 name="autologin" type="checkbox" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label></td>
      </tr>
      <tr>
         <td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
         <td><input id="post" type="password" class="bginput" style="font-size: 11px" name="password" id="navbar_password" size="10" tabindex="102" /></td>
         <td><input name="login" type="submit" 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>

<div class="tborder" style="padding:1px; border-top-width:0px">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
   <tr align="center">
<td class="vbmenu_control">{GENERATED_NAV_BAR}</td>
            </tr>
   </table>
</div>

</td><td style="background: transparent url(http://montada.echoroukonline.com/chorouk-style/images/lc.png) repeat-y left;">
<img src="http://montada.echoroukonline.com/chorouk-style/images/lc.png" border="0"></td></tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr><td>
   <img border="0" src="http://montada.echoroukonline.com/chorouk-style/images/rd.png" width="" height=""></td>
<td width="100%" background="http://montada.echoroukonline.com/chorouk-style/images/dc.png"></td>
<td>
<img border="0" src="http://montada.echoroukonline.com/chorouk-style/images/ld.png" width="" height=""></td></tr></table>
<br/><br/>
<!-- BEGIN switch_user_logged_in -->
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="tcat">أهلا وسهلا بك إلى منتديات جوكر فى بى</td>
</tr>
<tr>
   <td class="alt1">
      أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بقراءه قوانين المنتدى،<a href="/faq"><strong> بالضغط هنا</strong></a>.
كما يشرفنا أن تقوم <a href="/register"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
   </td>
</tr>
</table>
<!-- END switch_user_logged_out -->
<br />
  
  
  

            <!-- 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 {CLASS_TABLE_TYPE} 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 {CLASS_TABLE_TYPE} 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="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>
</body>
</html>
<!-- END html_validation -->
<br />
<br />
  
  
  
  
  
  


بالنسبة لصورة العضو في النافبار فلا يمكن عملها على هذا النافبار

بل توجد طريقة كاملة لذلك

حصريا كود [Template] الناف بار الجديد مع اظهار صورة العضو المتصل افضل من الvbمن صنعى (( الطائر الحر ))
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف jokervp الأربعاء 26 يونيو 2013 - 18:17

اخى الكود خطأ ....
الشاشة اعرضت اوى والجزء بتاع الناف بار خطه بقا كبير واعرض
والازرار فوق بقت داخلة جوة الشاشة
وكلمة تسجيل خروك طالعة زيادة لفوق
jokervp
jokervp
 
 

ذكر
عدد المساهمات : 102
معدل النشاط : 4106
السُمعة : 0

http://jokervb.alamuntada.com/

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف cool amir الأربعاء 26 يونيو 2013 - 18:25

اهلا يا غالي

شوف كيف تظهر عندي في منتدى تجريبي

http://tajriba.forumth.com/
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف jokervp الأربعاء 26 يونيو 2013 - 20:20

دخلت على اللينك بس نفس المشاكل .... ممكن يكون مثلاً المشكلة من عندى ؟
jokervp
jokervp
 
 

ذكر
عدد المساهمات : 102
معدل النشاط : 4106
السُمعة : 0

http://jokervb.alamuntada.com/

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف cool amir الأربعاء 26 يونيو 2013 - 20:49

اذا المشكلة من عندك يا غالي

انا يظهر بشكل عادي عندي

جرب غير المتصفح
cool amir
cool amir
 
 

ذكر
عدد المساهمات : 5631
معدل النشاط : 12937
السُمعة : 140

http://www.stibda3.com

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف jokervp الأربعاء 26 يونيو 2013 - 22:12

جربت نفس المشكلة
jokervp
jokervp
 
 

ذكر
عدد المساهمات : 102
معدل النشاط : 4106
السُمعة : 0

http://jokervb.alamuntada.com/

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

طلب تعديل بسيط على كود الهيدر Empty رد: طلب تعديل بسيط على كود الهيدر

مُساهمة من طرف نسيمـــ الخميس 27 يونيو 2013 - 17:39


إن كان هُناك اشياء اخرى الرجاء قُل لي
نسيمـــ
نسيمـــ
 
 

ذكر
عدد المساهمات : 1104
معدل النشاط : 6866
السُمعة : 16

http://www.picalica.com/u/Nasim/

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

الرجوع الى أعلى الصفحة


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