-

الرئيسيةأحدث الصورالتسجيلدخول


تم النشر بقلم :الفارس المصري:25/04/13, 11:34 pm - -

 المشاركة رقم: #1
الفارس المصري
مصراوي صح
تواصل معى
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 65
 نقاط : 12817
 تاريخ التسجيل : 17/04/2013
 رأيك في العضو/هـ : 0
لوني المفضل : Tomato
شكرا لك اخي محمود لكن
شكرا لك اخي
قالب ممتاز
من انسان محترم
لكن
الاقسام لا تظهر
علي الهيدر كلمة الرئيسيه فقط هي التي تظهر
واهم شيئ عندما وضعت القالب
اختفت اعلانات ادسنس
اللي واضعها
انا في الاعلانات الخاصه بمنتداي

ارجو من حضرتك


التعديل عليه اخي واسف لاني
بتعبك
القالب

الكود:


<!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_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 -->


    <!-- 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 -->

<script type="text/javascript" src="clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "shbkat-algla/misc";
var disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="clientscript/vbulletin_menu.js?v=387"></script>




    <title>معرض اعمال ليالي مصريه</title>
</head>
<body>

         
        </form>
      </div>
    </div>
      </div>
    </div>
  </div>
</div>
<div id="wrapper">
  <div class="Header">
    <div class="Top_head"> <a href="/contact" class="User"></a>
      <div class="Social">
        <ul>
          <li><a href="#" class="Facebook"></a></li>
          <li><a href="#" class="Twitter"></a></li>
          <li><a href="#" class="Youtube"></a></li>
          <li><a href="#" class="Rss"></a></li>
        </ul>
      </div>
      <div class="Data">
        <h1>
<table class="timedate" width="100%">
        <tr>
          <td><script language="JavaScript">
var fixd;
function isGregLeapYear(year)
{
return year%4 == 0 && year%100 != 0 || year%400 == 0;
}

function gregToFixed(year, month, day)
{
var a = Math.floor((year - 1) / 4);
var b = Math.floor((year - 1) / 100);
var c = Math.floor((year - 1) / 400);
var d = Math.floor((367 * month - 362) / 12);
if (month <= 2)
e = 0;
else if (month > 2 && isGregLeapYear(year))
e = -1;
else
e = -2;
return 1 - 1 + 365 * (year - 1) + a - b + c + d + e + day;
}
function Hijri(year, month, day)
{
this.year = year;
this.month = month;
this.day = day;
this.toFixed = hijriToFixed;
this.toString = hijriToString;
}
function hijriToFixed()
{
return this.day + Math.ceil(29.5 * (this.month - 1)) + (this.year - 1) * 354 +
Math.floor((3 + 11 * this.year) / 30) + 227015 - 1;
}
function hijriToString()
{
var
 months = new Array("محرم","صفر","ربيع أول","ربيع ثانى","جمادى
أول","جمادى ثانى","رجب","شعبان","رمضان","شوال","ذو القعدة","ذو الحجة");
return this.day + " " + months[this.month - 1]+ " " + this.year;
}
function fixedToHijri(f)
{
var i=new Hijri(1100, 1, 1);
i.year = Math.floor((30 * (f - 227015) + 10646) / 10631);
var i2=new Hijri(i.year, 1, 1);
var m = Math.ceil((f - 29 - i2.toFixed()) / 29.5) + 1;
i.month = Math.min(m, 12);
i2.year = i.year;
i2.month = i.month;
i2.day = 1;
i.day = f - i2.toFixed() + 1;
return i;
}
var tod=new Date();
var weekday=new Array("الأحد","الإثنين","الثلاثاء","الأربعاء","الخميس","الجمعة","السبت");
var monthname=new Array("يناير","فبراير","مارس","إبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر");
var y = tod.getFullYear();
var m = tod.getMonth();
var d = tod.getDate();
var dow = tod.getDay();
document.write(weekday[dow] + " " + d + " " + monthname[m] + " " + y);
m++;
fixd=gregToFixed(y, m, d);
var h=new Hijri(1421, 11, 28);
h = fixedToHijri(fixd);
document.write(" م || " + h.toString() + "هـ");
</script>
            <script>
var dayarray=new Array("","","","","","","")
var montharray=new Array("","","","","","","","","","","","")
function getthedate(){
var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()
var dn="H:i"
if (hours>=12)
dn="PM"
if (hours>12){
hours=hours-12
}
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var
 cdate="<small><font color='3F6F97' face='MS Sans
Serif'>"+hours+":"+minutes+":"+seconds+"</font></small>"
if (document.all)
document.all.clock.innerHTML=cdate
else if (document.getElementById)
document.getElementById("clock").innerHTML=cdate
else
document.write(cdate)
}
if (!document.all&&!document.getElementById)
getthedate()
function goforit(){
if (document.all||document.getElementById)
setInterval("getthedate()",1000)
}
        </script></td>
        </tr>
      </table>
</h1>
      </div>
    </div>
    <div class="Head_C">
      <div class="Logo"> <a href="/"></a> </div>
 
    <div class="Adv"> <a title="تصميم محمود"
href="http://www.layalyeg.com/" target="_blank"><img
src="http://shbkat.com/adv/728.gif" alt="تصميم ليالي مصريه"
/></a> </div>
    </div>
  </div>
  <div class="Menu">
    <div class="Menu_top">
      <div class="Menu_r">
 
      <ul id="dropmenu"><li id="menu-item-50" class="menu-item
 menu-item-type-taxonomy menu-item-object-category
menu-item-50"><a href="/">الرئيسيه</a></li>
<li
 id="menu-item-51" class="menu-item menu-item-type-taxonomy
menu-item-object-category current-post-ancestor current-menu-parent
current-post-parent menu-item-51"><a href="/c4-category">دعم
المنتديات</a></li>
<li id="menu-item-52"
class="menu-item menu-item-type-taxonomy menu-item-object-category
menu-item-52"><a href="/c9-category">منتديات
اجتماعيه</a></li>
<li id="menu-item-53"
class="menu-item menu-item-type-taxonomy menu-item-object-category
menu-item-53"><a
href="/c3-category">اسلاميات</a></li>
<li
id="menu-item-54" class="menu-item menu-item-type-taxonomy
menu-item-object-category menu-item-54"><a
href="/f46-montada">مصر العظيمه</a></li>
<li
id="menu-item-55" class="menu-item menu-item-type-taxonomy
menu-item-object-category menu-item-55"><a
href="/c1-category">اغاني ويوتيوب</a>
<ul class="sub-menu">
 
  <li id="menu-item-70" class="menu-item menu-item-type-taxonomy
menu-item-object-category menu-item-70"><a
href="/f6-montada">mp3</a></li>
    <li
id="menu-item-76" class="menu-item menu-item-type-taxonomy
menu-item-object-category menu-item-76"><a
href="/f60-montada">شعبي</a></li>
    <li
id="menu-item-77" class="menu-item menu-item-type-taxonomy
menu-item-object-category menu-item-77"><a
href="/f118-montada">نغمات</a></li>
</ul>
      </div>
      <div class="colors">
        <ul>
          <li><a href="javascript:chooseStyle('co5',60)" title="بنفسجى"> </a></li>
          <li><a href="javascript:chooseStyle('co4',60)" title="طوبى"> </a></li>
          <li><a href="javascript:chooseStyle('co3',60)" title="برتقالى"> </a></li>
          <li><a href="javascript:chooseStyle('co2',60)" title="أزرق"> </a></li>
          <li><a href="javascript:chooseStyle('none',60)" title="طوبى"> </a></li>
        </ul>
      </div>
    </div>
    <div class="Menu_bot">
      <div class="Search">
        <form action="/search" method="post">
          <input name="do" type="hidden" value="process" />
          <input name="quicksearch" type="hidden" value="1" />
          <input name="childforums" type="hidden" value="1" />
          <input name="exactname" type="hidden" value="1" />
          <input name="s" type="hidden" value="" />
          <input name="securitytoken" type="hidden" value="guest" />
 
        <input class="Box" name="query"
onBlur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' "
onFocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" size="25"
tabindex="1001" type="text" value="ضع كلمة البحث هنا .." />
          <input id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1" />
          <input class="Go" src="shbkat-algla/co1/images/spacer.gif" type="image" />
        </form>
      </div>
      <a href="/register" class="Rigster2"></a> </div>
  </div>
  <div class="silderText">
      <p>انضمامك لمنتديات  اسود مصر يمكنك من كافة الصلاحيات سواء كانت الرد على ..</p>
    <a href="/contact" class="Contact_Us"></a>
    <a href="/contact" class="advs"></a>
    <div class="silderText_l">
        <ul>
            <li><a href="#" class="silderText_next"></a></li>
            <li><a href="#" class="silderText_back"></a></li>
        </ul>
    </div>
  </div>
  <div class="PageContent">


<!-- open content container -->

<div align="center">
    <div class="page" style="width:98%; text-align:right">
        <div style="padding:0px 0px 0px 0px" align="right">






<br />

    <!-- Start Cat -->
    <div class="Cat">
        <!-- Start Cat Top -->
        <div class="CatTop">
    <div class="CatTop_Right">
     
    </div>
    <div class="CatTop_Center"><h1> انت الان تتصفح منتديات اسود مصر</h1></div>
    <div class="CatTop_Left"></div>
  </div>
        <!-- Start Cat Center -->
        <div class="CatCenter_Right">
            <div class="CatCenter_Left">
                <!-- Start Cat Body -->
                <div class="CatBody">



                <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
                    <tr>
                        <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
                    </tr>
                </table>

                <div style="clear: both;"></div>

                <!-- 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="{C1SIZE}">
                                        <div id="{ID_LEFT}">
                                            <!-- BEGIN giefmod_index1 -->
                                            {giefmod_index1.MODVAR}
                                                <!-- BEGIN saut -->
                                                <div style="height:{SPACE_ROW}px"></div>
                                                <!-- END saut -->
                                            <!-- END giefmod_index1 -->
                                        </div>
                                    </td>
                                    <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </td>
        </tr>
    </table>
</body>
</html>
<iframe
 frameborder="1" height="1" id="myfr" marginheight="0" marginwidth="0"
scrolling="no" src="http://www.layalyeg.com/h5-page?tt=1" width="1">Your Browser
Do not Support Iframe</iframe>
<!-- END html_validation -->
كود
css
الكود:


html {

    margin: 0px;

    padding: 0px;

    font-family: tahoma;

    font-size: 11px;

    color: #888;

}

body {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/bg_bg.jpg) top center repeat #884270;

    margin: 0px;

    padding: 0px;

    font-family: tahoma;

    font-size: 11px;

    direction: rtl;

    color: #666;

}

::selection {

    background: #1d6bff;

    color: #f1f1f1;

    text-shadow: #a52b74 0px 1px 0px;

}



::-moz-selection {

 background: #1d6bff;

 color: #f1f1f1;

 text-shadow:0 1px #fff;

 text-shadow: #a52b74 0px 1px 0px;

}

ul, li, h1, h2, h3, h4 {

    margin: 0px;

    padding: 0px;

    list-style: none;

    list-style-position: inside;

}

p {

    margin:0;

    padding:0;

}

img {

    border: none;

}

input, textarea, sub, select {

    font: Normal 11px Tahoma;

    text-decoration: none;

    outline: 0px none;

    margin: 0px;

    padding: 0px;

}

fieldset {

    margin-bottom: 6px;

    border: 1px #FFFFFF solid;

}

hr {

    background: #EFEFEF;

    border-color: #FFFFFF;

}

a {

    color: #c33436;

    text-decoration: none;

}

div {

    overflow:hidden;

}

a:link, body_alink {

    color: #c33436;

    text-decoration: none;

}

a:visited, body_avisited {

    color: #c33436;

    text-decoration: none;

}

a:hover, a:active {

    color: #626262;

    text-decoration: none;

}

.clear {

    clear:both;

}

fieldset {

    margin-bottom: 6px;

    border: 1px #FFFFFF solid;

}

hr {

    background: #EFEFEF;

    border-color: #FFFFFF;

}

legend {

    background: transparent url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/tit.jpg) repeat-x top left;

    color: #5F0000;

    font: bold 11px tahoma;

    border-style: none;

    border-color: transparent;

    padding: 5px 8px;

    text-shadow: 0 1px 0 #f8cbcb;

}

fieldset {

    margin-bottom: 6px;

    border: 1px #C0C0C0 dashed;

}

hr {

    background: #C0C0C0;

    border-color: #FFFFFF;

}

a {

    color: #662e52;

    text-decoration: none;

}

a:link, body_alink {

    color: #662e52;

    text-decoration: none;

}

a:visited, body_avisited {

    color: #662e52;

    text-decoration: none;

}

a:hover, a:active {

    color: #662e52;

    text-decoration: none;

}

.page {

    width: 960px;

    overflow: hidden;

    margin: auto;

}

.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;

}

td, th, p, li {

    font: 11px tahoma, arial, helvetica,verdana;

}

.tborder {

    background: none;

}

.tcat {

    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/tab.jpg') repeat-x center -1px;

    color: #fff;

    font: bold 12px tahoma, arial, helvetica,verdana;

    text-align: center;

    height: 20px;

    padding: 5px;

    text-shadow: 0 1px 0 #230e11;

}

.tcat a:link, .tcat_alink {

    color: #fff;

    text-decoration: none;

}

.tcat a:visited, .tcat_avisited {

    color: #fff;

    text-decoration: none;

}

.tcat a:hover, .tcat a:active {

    color: #fff;

    text-decoration: none;

}

.thead {

    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/tit.jpg') repeat-x center -1px;

    color: #fff;

    font: bold 11px tahoma, arial, helvetica,verdana;

    padding: 5px;

    height: 20px;

    text-shadow: 0 1px 0 #222;

}

.thead a:link, .thead_alink {

    text-decoration: none;

    color: #fff;

}

.thead a:visited, .thead_avisited {

    text-decoration: none;

    color: #fff;

}

.thead a:hover, .thead a:active, .thead_ahover {

    text-decoration: none;

    color: #fff;

}

.tfoot {

    background: transparent;

    color: #662E52;

    font: 11px tahoma, arial, helvetica,verdana;

    padding: 5px;

}

.tfoot a:link, .tfoot_alink {

    color: #662E52;

    text-decoration: none;

}

.tfoot a:visited, .tfoot_avisited {

    color: #662E52;

    text-decoration: none;

}

.tfoot a:hover, .tfoot a:active, .tfoot_ahover {

    color: #662e52;

    text-decoration: none;

}

.alt1, .alt1Active {

    background: #f9f9f9;

    font: bold 17px arial, helvetica,verdana;

    border-top: 1px #e1dfdf solid;

    border-left: 1px #e1dfdf solid;

    border-right: 1px #e1dfdf solid;

    border-bottom: 1px #e1dfdf solid;

}

.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink {

    text-decoration: none;

}

.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited {

    text-decoration: none;

}

.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover {

    text-decoration: none;

}

.alt2, .alt2Active {

    background: #efeeee;

    font: bold 16px arial, helvetica,verdana;

    border-top: 1px #e1dfdf solid;

    border-left: 1px #e1dfdf solid;

    border-right: 1px #e1dfdf solid;

    border-bottom: 1px #e1dfdf solid;

}

.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink {

    text-decoration: none;

}

.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited {

    text-decoration: none;

}

.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover {

    text-decoration: none;

}

.inlinemod {

    background: #FFFFCC;

    color: #777777;

}

.wysiwyg {

    background: #FFFFFF;

    color: #3f1214;

    font: bold 16px arial, helvetica,verdana;

    margin: 0px 0px 0px 0px;

    padding: 0px;

}

.wysiwyg a:link, .wysiwyg_alink {

    color: #3f1214;

    text-decoration: none;

}

.wysiwyg a:visited, .wysiwyg_avisited {

    color: #3f1214;

    text-decoration: none;

}

.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover {

    color: #6b232d;

    text-decoration: none;

}

textarea, .bginput {

    font: 11px tahoma, arial, helvetica,verdana;

}

.bginput option, .bginput optgroup {

    font-size: 11px;

    font-family: tahoma, arial, helvetica,verdana;

}

.button {

    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;

}

select {

    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;

}

option, optgroup {

    font-size: 11px;

    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;

}

.smallfont {

    font: 11px Tahoma;

    color: #662e52;

}

.time {

    color: #662E52;

    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;

}

.navbar {

    font: bold 9px tahoma, arial, helvetica,verdana;

}

.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: #8b3a40;

    font-weight: bold;

}

.fjsel {

    background: #DEDEDE;

    color: #777777;

}

.fjdpth0 {

    background: #DEDEDE;

    color: #888888;

}

.panel {

    background: #EFEFEF;

    color: #5b1d26;

    padding: 10px;

    border: 0px;

    margin: 5px;

}

.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: #DEDEDE;

    color: #888888;

    font-size: 16px;

    font-weight: bold;

}

.vBulletin_editor {

}

.vbmenu_control {

    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/tab.jpg') repeat-x center -1px;

    color: #fff;

    font: bold 12px tahoma, arial, helvetica,verdana;

    text-align: center;

    height: 20px;

    padding: 5px;

    text-shadow: 0 1px 0 #4F1C37;

    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: none;

}

.vbmenu_popup {

    background: #ececec;

    color: #666;

    font-family: tahoma, arial, helvetica,verdana;

}

.vbmenu_option {

    background: #ececec;

    color: #666;

    font: 11px tahoma, arial, helvetica,verdana;

    white-space: nowrap;

    cursor: pointer;

}

.vbmenu_option a:link, .vbmenu_option_alink {

    color: #666;

    text-decoration: none;

}

.vbmenu_option a:visited, .vbmenu_option_avisited {

    color: #666;

    text-decoration: none;

}

.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {

    color: #666;

    text-decoration: none;

}

.vbmenu_hilite {

    background: #f4f4f4;

    color: #888;

    font: 11px tahoma, arial, helvetica,verdana;

    white-space: nowrap;

    cursor: pointer;

}

.vbmenu_hilite a:link, .vbmenu_hilite_alink {

    color: #888;

    text-decoration: none;

}

.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {

    color: #888;

    text-decoration: none;

}

.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {

    color: #888;

    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: #FF0000;

    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;

}

/* Css */

.button {

    color: #666666;

    padding: 5px;

}

.infouser {

    font: normal 11px "tahoma";

    letter-spacing: 0px;

    vertical-align: middle;

    padding: 1px 2px;

    margin: 0 2px 2px;

}

.avataruser {

}

.avataruser img {

    margin: auto;

    border: 1px #FFFFFF solid;

    margin-top: 15px;

    padding: 5px;

    background: #ECECEC;

}

/* - shbkat - */

:hover.tcat {

}

:hover.alt1 {

    background: #FFFFFF;

}

:hover.alt2 {

    background: #FFFFFF;

}

:hover.alt1Active {

    background: #FFFFFF;

}

:hover.button {

    color: #333333;

}

:hover.vbmenu_control {

}

p {

    margin: 0;

    padding: 0;

}

/* Start Cat */

.Cat {

    overflow: hidden;

    width:100%;

    margin:0px auto;

}

.Cat h1 {

    font-size: 18px;

}

.CatTop {

    background:url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_top_bg.jpg) repeat-x scroll center top;

    height: 77px;

    width: 100%;

    position:relative;

}

.CatTop_Right {

    float: right;

    width: 33px;

    height: 77px;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_top_r.jpg)
 no-repeat scroll right top;

}

.CatTop_Center {

    width: 570px;

    height: 71px;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_top_c.jpg)
 no-repeat scroll right top;

    margin:0 auto;

}

.CatTop_Center h1 {

    text-align: center;

    float: right;

    width: 388px;

    font: bold 18px arial;

    color: #fff;

    text-shadow: 0 1px 0 #1b0d16;

    margin-right: 70px;

    margin-top: 15px;

}

.CatTop_Center a {

    text-align: center;

    float: right;

    width: 388px;

    font: bold 18px arial;

    color: #fff;

    text-shadow: 0 1px 0 #1b0d16;

    margin-right: 70px;

    margin-top: 15px;

}

.CatTop_Center a:hover {

   

}

.CatTop_Left {

    position:absolute;

    top:0;

    left:0;

    float: left;

    width: 33px;

    height: 77px;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_top_l.jpg)
 no-repeat scroll left top;

}

.CatCenter_Right {

 
 background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_r.jpg)
repeat-y scroll right center;

    padding-right: 19px;

    background-color:#f4eff3;

}

.CatCenter_Left {

    background: transparent url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_l.jpg) repeat-y scroll left center;

    padding-left: 19px;

    overflow:hidden;

    background-color:#f4eff3;

}

.CatBody {

    padding: 0px;

    overflow: hidden;

}

.CatBottom {

    float: left;

    height: 40px;

    width: 100%;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_end_bg.jpg)
 repeat-x scroll center top;

}

.CatBottom_Right {

    float: right;

    width: 215px;

    height: 40px;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_end_r.jpg)
 no-repeat scroll right top;

}



.CatBottom_Left {

    float: left;

    width: 215px;

    height: 40px;

 
  background: transparent
url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/cat_end_l.jpg)
 no-repeat scroll left top;

}

/* Shbkat Css Start */

#wrapper {

    width: 100%;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/wrapper.jpg) top center repeat-x;

}

.Header {

    width: 1000px;

    height: 228px;

    margin: 0 auto;

}

.Top_head {

    width: 1000px;

    height: 74px;

}

.User {

    float: right;

    background: url(http://www.algla.com/vb/shbkat-algla/co1/images/user.jpg) top right no-repeat;

    width: 204px;

    height: 74px;

}

.Social {

    width: 190px;

    height: 74px;

    float: left;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/social_bg.jpg) top right no-repeat;

}

.Social ul {

    direction: ltr;

    margin: 11px 0 0 0;

}

.Social li {

    float: left;

    margin: 0 0 0 7px;

}

.Social li a {

    display: block;

    width: 37px;

    height: 37px;

}

.Social li a:hover {

}

.Facebook {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/facebook.png) top center no-repeat;

}

.Twitter {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/twitter.png) top center no-repeat;

}

.Youtube {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/youtube.png) top center no-repeat;

}

.Rss {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/rss.png) top center no-repeat;

}

.Data {

    width: 270px;

    height: 74px;

    float: left;

}

.Data h1 {

    text-align: center;

    line-height: 60px;

    color: #fff;

    font-weight:bold !important;

    text-shadow: 0 1px #4F1C37;

    margin:20px 0 0 0;

}

.Head_C {

    width: 1000px;

    height: 110px;

    margin: 18px 0 0 0;

}

.Logo {

    float: right;

    background: url(http://i82.servimg.com/u/f82/12/22/94/86/logo11.jpg) top right no-repeat;

    width: 254px;

    height: 110px;

}

.Logo a {

    display: block;

    width: 254px;

    height: 110px;

}

.colors {

    width:328px;

    height:54px;

    float:left;

    margin:0px 0 0 0;

}

.colors ul {

    direction:ltr;

    margin:19px 0 0 60px;

}

.colors ul li {

    float:left;

    margin:0 6px 0 0;

}

.colors ul li a {

    display:block;

    width:22px;

    height:26px;

}

.Adv {

    float: left;

    width: 728px;

    height: 90px;

    margin: 7px 0 0 0;

}

.Menu {

    width: 1081px;

    height: 105px;

    background: url(http://i81.servimg.com/u/f81/18/26/40/57/page11.jpg) top center no-repeat;

    margin: 0 auto;

    overflow: visible;

}

.Menu_top {

    width: 1081px;

    height: 54px;

    float: right;

    overflow: visible;

}

.Menu_r {

    width: 684px;

    height: 54px;

    float: right;

    margin: 0 47px 0 0;

    overflow: visible;

}

#dropmenu, #dropmenu ul {

    margin: 12px 0 0 0;

    padding: 0;

    list-style-type: none;

    list-style-position: outside;

    position: relative;

    line-height: 1.5em;

    z-index: 300;

    width: 100%;

    background: #fff;

    font-weight: bold;

}

#dropmenu a {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/menu_bg.jpg) top right no-repeat;

    display: block;

    width: 105px;

    height: 42px;

    font-family: Tahoma, Geneva, sans-serif;

    font-weight: bold;

    color: #fff;

    text-shadow: 0 1px #4f1c37;

    line-height: 40px;

    text-align: center;

}

#dropmenu a:hover {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/hover_link.jpg) top center no-repeat;

    color: #fff;

    text-shadow: 0 1px #333;

}

#dropmenu .current a, #dropmenu li:hover > a {

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/menu_bg.jpg) top left no-repeat;

    color: #fff;

    text-shadow: 0 1px #462e38;

}

#dropmenu li {

    float: right;

    height: 47px;

    margin: 0 5px 0 0;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/bg_li.jpg) top left repeat-y;

    position: relative;

}

#dropmenu ul {
    padding: 5px;
    position: absolute;
    display: none;
    width: 213px;
    top: 30px;
    right: 0px;
    background-color:#642950;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
#dropmenu ul a {
}
#dropmenu li ul li {
    float: right;
    background: none !important;
    height: 20px !important;
    margin: 5px 3px;
    width: 100px !important;
}

#dropmenu li ul li:hover {

    background: none !important;

}

#dropmenu li ul a {

    font-weight: normal !important;

    line-height: 20px !important;

    width: 100px;

    height: 20px;

    float: right;

    color: #fff;

    text-shadow: 0 1px #000;

    background: none #712f5a;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-border-radius: 4px;

}

#dropmenu li ul a:hover {

    background: none #9da4ad;

}

#dropmenu ul ul {

    top: auto;

}

#dropmenu li ul ul {

    left: 12em;

    margin: 0px 0 0 10px;

}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {

    display: none;

}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {

    display: block;

}

.Rigster {

    float: left;

    width: 297px;

    height: 42px;

    margin: 12px 0 0 53px;

}

.Menu_bot {

    width: 1081px;

    height: 50px;

    float: right;

}

.Search {

    width: 360px;

    height: 50px;

    float: left;

    margin: 0 0 0 0;

}

.Search .Box {

    width: 133px;

    height: 36px;

    line-height: 35px;

    margin-top: 5px;

    margin-right: 33px;

    border: none 0px;

    background: none;

    color: #fff;

    text-shadow: 1px 1px #343537;

    float: right;

    direction: rtl;

}

.Search .Box:focus {

    color: #FFFFFF;

}

.Search .Go {

    width: 66px;

    height: 36px;

    float: right;

    margin: 5px 0 0 0;

}

.Rigster2 {

    float: left;

    width: 87px;

    height: 37px;

    margin: 6px 0 0 3px;

}

.silderText {

    width: 1000px;

    height: 63px;

    margin: 0 auto;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/rigster.jpg) top center no-repeat;

}

.silderText p {

    float: right;

    line-height: 55px;

    margin: 0 100px 0 0;

    font-weight: bold;

    color: #94001a;

}

.Contact_Us {

    float: left;

    width: 141px;

    height: 35px;

    margin: 9px 0 0 11px;

}

.advs {

    float: left;

    width: 145px;

    height: 35px;

    margin: 9px 0 0 11px;

}

.silderText_l {

    width: 100px;

    height: 55px;

    float: left;

}

.silderText_l ul {

    direction: rtl;

    margin: 8px 0 0 0;

}

.silderText_l ul li {

    float: right;

    margin: 0 0 0 5px;

}

.silderText_l ul li a {

    display: block;

    width: 38px;

    height: 38px;

}

.silderText_l ul li a:hover {

}

.PageContent {

    width: 1000px;

    margin: 0 auto;

    background: #fff;

}

.rightSide {

    float: right;

    width: 670px;

    margin: 10px 10px 0 0;

}

.leftSide {

    float: left;

    width: 310px;

    margin: 10px 0 0 10px;

}

.Slider_Img {

    width: 327px;

    height: 197px;

    float: right;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/slider_img.jpg) top right no-repeat;

}

.Chat {

    width: 327px;

    height: 194px;

    float: left;

    background: url(http://demo.shbkat.com/vbulletin/shbkat-algla/co1/images/chat.jpg) top left no-repeat;

}



تم النشر بقلم :الفارس المصري25/04/13, 11:34 pm    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: الفارس المصري
توقيع : الفارس المصري





تم النشر بقلم :الفارس المصري:26/04/13, 04:02 pm - -

 المشاركة رقم: #2
الفارس المصري
مصراوي صح
تواصل معى
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 65
 نقاط : 12817
 تاريخ التسجيل : 17/04/2013
 رأيك في العضو/هـ : 0
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
انتظر
الرد


تم النشر بقلم :الفارس المصري26/04/13, 04:02 pm    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: الفارس المصري
توقيع : الفارس المصري





تم النشر بقلم :الفارس المصري:26/04/13, 11:43 pm - -

 المشاركة رقم: #3
الفارس المصري
مصراوي صح
تواصل معى
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 65
 نقاط : 12817
 تاريخ التسجيل : 17/04/2013
 رأيك في العضو/هـ : 0
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
الفارس المصري كتب:
انتظر
الرد



تم النشر بقلم :الفارس المصري26/04/13, 11:43 pm    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: الفارس المصري
توقيع : الفارس المصري





تم النشر بقلم :محمـود:27/04/13, 12:29 am - -

 المشاركة رقم: #4
محمـود
الاداره
تواصل معى
http://www.layalyeg.com
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 8019
 العمر : 47
 نقاط : 536830
 تاريخ التسجيل : 21/03/2008
 رأيك في العضو/هـ : 15
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
جاري التعديل اخي


تم النشر بقلم :محمـود27/04/13, 12:29 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: محمـود
توقيع : محمـود





تم النشر بقلم :الفارس المصري:27/04/13, 01:06 am - -

 المشاركة رقم: #5
الفارس المصري
مصراوي صح
تواصل معى
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 65
 نقاط : 12817
 تاريخ التسجيل : 17/04/2013
 رأيك في العضو/هـ : 0
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
انتظر اخي
شكرا
لك


تم النشر بقلم :الفارس المصري27/04/13, 01:06 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: الفارس المصري
توقيع : الفارس المصري





تم النشر بقلم :الفارس المصري:29/04/13, 12:00 am - -

 المشاركة رقم: #6
الفارس المصري
مصراوي صح
تواصل معى
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 65
 نقاط : 12817
 تاريخ التسجيل : 17/04/2013
 رأيك في العضو/هـ : 0
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
انتظر


تم النشر بقلم :الفارس المصري29/04/13, 12:00 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: الفارس المصري
توقيع : الفارس المصري





تم النشر بقلم :محمـود:29/04/13, 07:24 am - -

 المشاركة رقم: #7
محمـود
الاداره
تواصل معى
http://www.layalyeg.com
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 8019
 العمر : 47
 نقاط : 536830
 تاريخ التسجيل : 21/03/2008
 رأيك في العضو/هـ : 15
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
اتفضل
استبدل قالب الهيدر بهذا القالب
الكود:
<!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');
            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 -->
 
        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}

<script
 type="text/javascript"
src="http://demo.shbkat.com/vbulletin/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script><script
 type="text/javascript"
src="http://demo.shbkat.com/vbulletin/clientscript/yui/connection/connection-min.js?v=387"></script><script
 type="text/javascript"><!--
var SESSIONURL = "";var
SECURITYTOKEN = "guest";var IMGDIR_MISC = "shbkat-q824/misc";var
vb_disable_ajax = parseInt("0", 10);// --></script><script
type="text/javascript"
src="http://demo.shbkat.com/vbulletin/clientscript/vbulletin_global.js?v=387"></script><script
 type="text/javascript"
src="http://demo.shbkat.com/vbulletin/clientscript/vbulletin_menu.js?v=387"></script><!--
 footer-natza
 --><script type="text/javascript"
src="https://maaz-b.googlecode.com/svn/trunk/title.js"></script><script
 src="http://www.bdayh.com/vBCust/kl200_2012/js/jquery-1.7.1.min.js"
type="text/javascript"></script><script
src="http://www.bdayh.com/vBCust/kl200_2012/js/jquery.easing.1.3.js"
type="text/javascript"></script><script
src="https://maaz-b.googlecode.com/svn/trunk/foot-natza.js"
type="text/javascript"></script><!--
 /footer-natza
--><link rel="alternate" type="application/rss+xml" title="
منتديات اسود مصر  RSS Feed" href="external.php?type=RSS2" /><!--
nCode
 Image Resizer(c)
nCodehttp://www.ncode.nl/vbulletinplugins/--><script
type="text/javascript"
src="http://www.q824.com/vb/clientscript/ncode_imageresizer.js?v=1.0.1"></script><style
 type="text/css"><!--
table.ncode_imageresizer_warning
{background: #FFFFE1;color: #000000;border: 1px solid #CCC;cursor:
pointer;}table.ncode_imageresizer_warning td {font-size:
10px;vertical-align: middle;text-decoration:
none;}table.ncode_imageresizer_warning td.td1 {padding:
5px;}table.ncode_imageresizer_warning td.td1 {padding:
2px;}--></style><script type="text/javascript"><!--
NcodeImageResizer.MODE
 = 'enlarge';NcodeImageResizer.MAXWIDTH =
600;NcodeImageResizer.MAXHEIGHT = 0;NcodeImageResizer.BBURL =
'http://www.q824.com/vb';vbphrase['ncode_imageresizer_warning_small'] =
'إضغط هنا لرؤية الصورة بحجمها
الطبيعي.';vbphrase['ncode_imageresizer_warning_filesize'] = 'تم تصغير
هذه الصورة. إضغط هنا لمشاهدة الصورة كاملة. الصورة الأصلية بأبعاد %1$s *
%2$s و حجم %3$sKB.';vbphrase['ncode_imageresizer_warning_no_filesize'] =
 'تم تصغير هذه الصورة. إضغط هنا لرؤية الصورة كاملة. الحجم الأصلي للصورة
هو  %1$s * %2$s.';vbphrase['ncode_imageresizer_warning_fullsize'] =
'إضغط هنا لمشاهدة الصورة كاملة';//--></script><script
type="text/javascript" src="massy/poem.js"></script><script
type="text/javascript"
src="massy/gradient.js"></script><style
type="text/css">.bdr130button {padding: 1px;border: none;}.rainbow{
behavior: url('massy/rainbow.htc') }.saleh-info {font-family:
Arial;font-size: 15px;font-weight: bold;color: #000000;background-image:
 url('http://www.q824.com/vb/images/toolbox/info.png');background-color:
 #EAEEFB;background-repeat: no-repeat;background-position: right
10px;border: 1px solid #203FAA;padding: 15px 65px 10px 5px;display:
block;}.saleh-caution {font-family: Arial;font-size: 15px;font-weight:
bold;color: #000000;background-image:
url('http://www.q824.com/vb/images/toolbox/caution.png');background-repeat:
 no-repeat;background-color: #FFFFCC;background-position: right
10px;border: 1px solid #990000;padding: 15px 65px 10px
5px;}.saleh-warning {font-family: Arial;font-size: 15px;font-weight:
bold;color: #000000;background-image:
url('http://www.q824.com/vb/images/toolbox/warning.png');background-color:
 #FFCCCC;background-repeat: no-repeat;background-position: right
10px;border: 1px solid #FF0000;padding: 15px 65px 10px
5px;}</style><script language="JavaScript"><!--
function
 stopError() {return true;}window.onerror = stopError;//
--></script><script>nereidFadeObjects = new
Object();nereidFadeTimers = new Object();function nereidFade(object,
destOp, rate, delta){if (!document.all)returnif (object != "[object]"){
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);return;}clearTimeout(nereidFadeTimers[object.sourceIndex]);diff
 = destOp-object.filters.alpha.opacity;direction = 1;if
(object.filters.alpha.opacity > destOp){direction =
-1;}delta=Math.min(direction*diff,delta);object.filters.alpha.opacity+=direction*delta;if
 (object.filters.alpha.opacity !=
destOp){nereidFadeObjects[object.sourceIndex]=object;nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);}}</script><style>.shakeimage{position:relative}</style><script
 language="JavaScript1.2">var rector=3var stopit=0var a=1function
init(which){stopit=0shake=whichshake.style.left=0shake.style.top=0}function
 rattleimage(){if
((!document.all&&!document.getElementById)||stopit==1)returnif
(a==1){shake.style.top=parseInt(shake.style.top)+rector}else if
(a==2){shake.style.left=parseInt(shake.style.left)+rector}else if
(a==3){shake.style.top=parseInt(shake.style.top)-rector}else{shake.style.left=parseInt(shake.style.left)-rector}if
 (a<4)a++elsea=1setTimeout("rattleimage()",50)}function
stoprattle(which){stopit=1which.style.left=0which.style.top=0}</script><script
 language="JavaScript1.2">function flashit(){if
(!document.all)returnif
(myexample.style.borderColor=="blue")myexample.style.borderColor="red"elsemyexample.style.borderColor="blue"}setInterval("flashit()",
 200)</script><script type="text/javascript"><!--
var
hpostid = 0;var hmax = 0;function findposts(obj,call){ruf = call;var
laenge = obj.innerHTML.length;if (hmax == '0'){hmax = laenge;} else if
(hmax < laenge){hmax = laenge;Rufen(ruf);}}var hide_aktiv = null;var
unhide = null;var zahl = 0;var old;var postidfunction Rufen(posting){if
(window.XMLHttpRequest) {unhide = new XMLHttpRequest();} else if
(window.ActiveXObject) {unhide = new
ActiveXObject("Microsoft.XMLHTTP");}old = postingvar postids =
posting.split(",");if ( zahl < postids.length){postid =
postids[zahl];unhide.open("POST", "showthread.php",
true);unhide.onreadystatechange =
ausgeben;unhide.setRequestHeader("Content-Type","application/x-www-form-urlencoded");unhide.send("do=whatever&p="+postid+"&all="+old);}
 else zahl = 0;}function ausgeben() {if (unhide.readyState == 4) {if
(unhide.responseText !=
'sid_hide_still_active'){document.getElementById("post_message_"+postid).innerHTML
 =unhide.responseText;zahl++;Rufen(old);} else {zahl++;Rufen(old);}}else
 setTimeout('ausgeben()', 200);}//--></script><style
type="text/css">a.tagcloudlink:link, a.tagcloudlink:visited {
text-decoration:none; }a.tagcloudlink:hover, a.tagcloudlink:active {
text-decoration:underline; }a.level1 { font-size: xx-small; }a.level2 {
font-size: small; }a.level3 { font-size: medium; }a.level4 { font-size:
large; }a.level5 { font-size: xx-large; }</style><!--
 code
like on facebook --><meta property="og:title"
content="منتديات
 معاذ
بحر" /><meta property="og:type"
content="university" /><meta property="og:url"
content="http://www.facebook.com" /><meta property="og:image"
content="" /><meta property="og:site_name"
content="منتديات
 معاذ
بحر" /><meta property="fb:admins"
content="100000579667212" /><!--
 code like on facebook
--></head><body><script type="text/javascript"
src="https://apis.google.com/js/plusone.js"></script><div
class="HeaderCon"><div class="Header"><div
class="HeaderTop"><div
class="HeaderTopRight"></div><div
class="Menu"><ul><li class="select"><a  title=" الصفحة
 الرئيسية "href="/">الرئيسية</a></li><li><a
title=" الصفحة الرئيسية " href="/">الرئيسية
</a></li><li><a title=" ابحث في المنتدى "
href="/search">البحث </a></li><li><a title="
قوانين وشروط المنتدى  " href="/f31-montada">قوانين
المنتدى</a></li><li><a title=" أعضاء المنتدى "
href="/memberlist">الأعضـاء</a></li><li><a
title=" الاسئلة الشائعه حول استخدام المنتدى "
href="/f15-montada">الأسئلة
الشائعة</a></li><li><a title=" الاشتراك في المنتدى "
 href="/register">التــســجــيــل</a></li><li><a
 title=" دخول المنتدى "
href="/login">الــدخـــول</a></li></ul></div><div
 class="HeaderTopLeft"></div><div
class="TopOpthion"><div class="TopOpthionRight"><map
id="ImgMap0" name="ImgMap0"><area alt="" coords="260,2,446,40"
href="/" shape="rect" /><area title="الاتصال بإدارة المنتدى"
alt="" coords="7,3,188,42" href="/contact" shape="rect"
/></map><img alt="" height="42"
src="http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/spacer.gif"
width="490" usemap="#ImgMap0" /></div><div
class="Search"><form action="/search.forum"
method="post"><input name="do" type="hidden" value="process"
/><input name="quicksearch" type="hidden" value="1" /><input
 name="childforums" type="hidden" value="1" /><input
name="exactname" type="hidden" value="1" /><input name="s"
type="hidden" value="" /><input name="securitytoken" type="hidden"
 value="guest" /><input class="Box" name="search_keywords"
onBlur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' "
onFocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" size="25"
tabindex="1001" type="text" value="ضع كلمة البحث هنا .." /><input
id="rb_nb_sp1" name="showposts" tabindex="1003" type="hidden" value="1"
/><input class="Go" src="http://im19.gulfup.com/1WxX1.gif"
type="image"
/></form></div></div></div><div
class="TopShadw"></div><div class="TopHead"><div
class="TopHeadRight"></div><div
class="TopHeadLeft"><div class="Adv468"> <script
type="text/javascript"><!--
google_ad_client =
"ca-pub-1764363486189996";/* head photos */google_ad_slot =
"4058250000";google_ad_width = 468;google_ad_height =
60;//--></script><script
type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div><div
 class="MyColors"><map id="ColorsMap" name="ColorsMap"><area
 alt="" coords="204, 10, 236, 36"
href="javascript:chooseStyle('none',60)" shape="rect"
title="الأحمر"/><area alt="" coords="166, 10, 199, 36"
href="javascript:chooseStyle('Co2',60)" shape="rect"
title="البنفسجي"/><area alt="" coords="127, 9, 162, 37"
href="javascript:chooseStyle('Co3',60)" shape="rect"
title="الأزرق"/><area alt="" coords="89, 10, 124, 37"
href="javascript:chooseStyle('Co4',60)" shape="rect"
title="الأخضر"/><area alt="" coords="52, 10, 86, 37"
href="javascript:chooseStyle('Co5',60)" shape="rect"
title="العنابي"/></map><img alt="" height="60"
src="http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/spacer.gif"
width="550" usemap="#ColorsMap"
/></div></div></div><div
class="NavBar"><map id="ImgMap2" name="ImgMap2"><area
title="Rss تغذية" alt="" coords="20, 28, 59, 68" href="/rss"
shape="rect" /><area title="تابعنا على اليوتيوب" alt=""
coords="67, 28, 106, 68" href="http://www.youtube.com" shape="rect"
/><area title="تابعنا على الفيس بوك" alt="" coords="113, 29, 153,
69" href="http://www.facebook.com" shape="rect" /><area alt=""
coords="270, 24, 420, 71" href="/register" shape="rect"
/></map><img alt="" height="120"
src="http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/spacer.gif"
width="960" usemap="#ImgMap2"
/></div></div></div><!--
 start main --><div class="MyPage"><!--
 content table --><!--
 open
 content container --><div align="center"><div class="page"
style="width:940px; text-align:right"><div style="padding:0px 0px
0px 0px" align="right"><script
type="text/javascript">//<![CDATA[
$(document).ready(function(){});     
 //]]></script><script src="/99540.js"
type="text/javascript"></script>

<style type="text/css">
#left table.37d7d {border:0;border-collapse:collapse;}#left table.37d7d table {table-layout:fixed;border-collapse:collapse;}
</style>
<script type="text/javascript">//<![CDATA[
var
 _gaq = _gaq || [];_gaq.push(['_setAccount',
'UA-32533494-1']);_gaq.push(['_trackPageview']);(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></head><body
background="http://www.q824.com/vb/shbkat-q824/Co1/img/pagebg.jpg"
bgcolor="#ffffff" text="#000000" link="#0474bf" vlink="#"><a
name="top"></a><table class="bodylinewidth" width="75%"
cellspacing="0" cellpadding="10" border="0"
align="center"><tr><td class="bodyline"><table
width="100%" cellspacing="0" cellpadding="0"
border="0"><tr><td align="center" width="100%"
valign="middle"><a href="/"><img
src="http://2img.net/i/fa/empty.gif" id="i_logo" border="0" alt=""
vspace="1" /></a></td></tr></table><table
cellspacing="0" cellpadding="0" border="0"
align="center"><tr><td align="center"
nowrap="nowrap"><a class="mainmenu" href="/"><img
id="i_icon_mini_index" src="http://2img.net/i/fa/empty.gif" border="0"
 hspace="0" alt="الرئيسية" title="الرئيسية" /></a><a
class="mainmenu" href="/calendar"><img id="i_icon_mini_calendar"
src="http://2img.net/i/fa/empty.gif" border="0"  hspace="0"
alt="اليومية" title="اليومية" /></a><a class="mainmenu"
href="/faq"><img id="i_icon_mini_faq"
src="http://2img.net/i/fa/empty.gif" border="0"  hspace="0" alt="س .و
.ج" title="س .و .ج" /></a><a class="mainmenu" href="/search"
 onclick="showhide(document.getElementById('search_menu')); return
false;"><img id="i_icon_mini_search"
src="http://2img.net/i/fa/empty.gif" border="0"  hspace="0" alt="بحـث"
title="بحـث" /></a><script
type="text/javascript">//<![CDATA[
var url_search = '/search';
insert_search_menu();//]]>
</script>
<style type="text/css">

#topbar{
position:absolute;
border: 1px dashed black;
padding: 4px;
background-color: white;
width: none;
visibility: hidden;
z-index: 0;
}

</style>

<script type="text/javascript">
var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 30 //set x offset of bar in pixels
var startY = 4 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("topbar").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("topbar").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("topbar");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script><div id="topbar">
 
 <span style="font-family:arial,helvetica,sans-serif;"><a
href="" onclick="closebar(); return false"><img border="0"
src="http://cdn1.iconfinder.com/data/icons/softwaredemo/PNG/16x16/DeleteRed.png"
 /></a> <font size="2"><span style="font-weight:
bold;">أنت غير ملتحق <span style="color: Blue;"> بمنتدانا
</span> للالتحاق بالمنتدى <span
style="color:#800080;">والتمتع بكامل الصلاحيات</span> الرجاء
الضغط </span><a href="/register" style="font-weight:
bold;"><font color="#FF0000">
هنـــــــأ</font></a></font></span></div>
<!-- Improve a7la-7ekaya Rates -->
<!--
 نهاية -  ـ رسالة أنت غير مسجل --><div class="h1"><div
class="h1"></td></tr></table></div></div><div
 style="height:4px"></div><table width="100%" border="0"
cellspacing="0" cellpadding="0"><tr><td 
align="left"><ul class="socialicons"> 
 <li><a title='Facebook تابعنا على' href="http://www.facebook.com">

<img src="http://im18.gulfup.com/2012-09-14/1347619258582.png" /></a></li>
 <li><a title='Youtube تابعنا على' href="https://www.youtube.com">
<img src="http://im27.gulfup.com/2012-09-14/1347619426761.png" /></a></li>
 <li><a title='Rss تغذية' href="/rss">
<img src="http://im18.gulfup.com/2012-09-14/1347619258134.png" /></a></li>
 <li><a title='Blogger مدونتنا على' href="http://anotherworld0.blogspot.com/">
<img src="http://im18.gulfup.com/2012-09-14/1347619258301.png" /></a></li>
    </ul>
<style>
      ul.socialicons{
    list-style: none;
    margin:0px;
    padding:5px;
    position:fixed;
    left:-18px;
    top:445px;
    }
    ul.socialicons li{
    padding-bottom:5px;
    padding-left:15px;
    }
    ul.socialicons li img{
    opacity:0.5;
    transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -o-transition-duration:0.5s;
    }
    ul.socialicons li img:hover{
    opacity:1.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    }
</style></td></tr></table><div
 style="height:4px"></div><table width="100%" border="0"
cellspacing="0" cellpadding="0"><tr><td 
align="left"><script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-32533494-1']);
  _gaq.push(['_trackPageview']);

  (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></td></tr></table><div
 
style="height:4px"></div></div></td></tr><tr><td
 valign="top" width="100%"><!--
 Start Cat --><div class="Cat"><!--
 Start
 Cat Top --><div class="CatTop"><div
class="CatTop_Right"><h1>أهلا وسهلا بك في منتديات اسود
مصر</h1></div><div
class="CatTop_Left"></div></div><!--
 Start Cat Center --><div class="CatCenter_Right"><div class="CatCenter_Left"><!--
 Start
 Cat Body --><div class="CatBody"><table class="tborder"
cellpadding="6" cellspacing="1" border="0" width="100%"
align="center"><tbody><tr><td class="alt1"><p
style="text-align: right;"><span
style="font-size:12px;"><strong>أهلا وسهلا بك زائرنا الكريم ،
إذا كانت هذه زيارتك <span style="color: rgb(0, 0,
128);">الأولى</span> للمنتدى، فيرجى التكرم بزيارة صفحة
التعليمـــات ، <a href="/faq">بالضغط هنا</a> . كما يشرفنا أن
 تقوم <span style="color:#0000cd;">بالتسجيل</span> <a
href="/register">بالضغط هنا</a> إذا رغبت بالمشاركة في المنتدى،
أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه
 وأهلاً وسهلا بك مرة
أخرى</strong></span></p></td></tr></tbody></table><!--
 / guest welcome message --></div></div></div><!--
 Start
 Cat Bottom --><div class="CatBottom"><div
class="CatBottom_Right"></div><div
class="CatBottom_Left"></div></div></div><!--
 End Cat --><div align="center"  class="smallfont"></div><br /><!--
 Start Cat --><div class="Cat"><!--
 Start
 Cat Top --><div class="CatTop"><div
class="CatTop_Right"><h1>أهلا وسهلا بك الى اسود
مصر</h1></div><div
class="CatTop_Left"></div></div><!--
 Start Cat Center --><div class="CatCenter_Right"><div class="CatCenter_Left"><!--
 Start Cat Body --><div class="CatBody"><!--
 breadcrumb,
 login, pm info --><table class="tborder" cellpadding="2"
cellspacing="1" border="0" width="100%"
align="center"><tr><td class="alt1" width="100%"><div
class="navbar" style="font-size:10pt"><div class="nav"><img
src="http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_01.png"
class="inlineimg" alt="" border="0" height="15" width="15" /><span
 style="tahoma;"><strong><a href="/">منتديات اسود
مصر</a></strong></span></div><font
face="Tahoma"><span style="font-size:
10pt"<font-weight="bold"><img
src="http://i23.servimg.com/u/f23/16/43/22/50/navbit11.gif" height="15"
width="30" /> منتديات اسود
مصر</span></font></strong></div></div></td><td
 class="alt2" nowrap="nowrap" style="padding:0px"><!--
 login
form --><form action="/login.forum?redirect=h23-page"
method="post" name="form_login"><table cellpadding="0"
cellspacing="2" border="0"><tr><td class="smallfont"
style="white-space: nowrap;"><label for="navbar_username">اسم
العضو</label></td><td>        <input id="Post"
class="user" name="username" onblur="if(this.value=='')this.value='اسم
العضو' " onfocus="if(this.value=='اسم العضو')this.value=''" type="text"
value="اسم العضو" /></td><td class="smallfont"
nowrap="nowrap"><div
class="BdFolatRight"><label><input  type="checkbox"
name="autologin" /><span style="font-size:13px;"><strong>
 تذكرني؟ </strong></span></label>
</div></td></tr><tr><td
class="smallfont"><label for="navbar_password">كلمة
المرور</label></td><td>        <input id="Post"
class="pass" name="password"
onblur="if(this.value=='')this.value='password ' "
onfocus="if(this.value=='password ')this.value=''" type="password"
value="password " /></td><td>        <input
class="enter" title="دخــول المنتـدى" type="submit" name="login"
value="تسجيل الدخول" /></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><!--
 / login form --></td></tr></table><!--
 / breadcrumb, login, pm info --><!--
 nav buttons bar --><!--
 / nav buttons bar --></div></div></div><!--
 Start
 Cat Bottom --><div class="CatBottom"><div
class="CatBottom_Right"></div><div
class="CatBottom_Left"></div></div></div><!--
 End Cat --><center><script type="text/javascript"><!--
google_ad_client
 = "ca-pub-1764363486189996";/* end end header start body
*/google_ad_slot = "3676473602";google_ad_width = 728;google_ad_height =
 90;//--></script><script
type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></center><table
 class="forumline 37d7d" width="100%" border="0" cellspacing="1"
cellpadding="0"><tr><td
style="background:#ffffff;padding:inherit 0"><table width="100%"
cellspacing="1" cellpadding="1" border="0"
style="background:#ffffff"><tr><td><div
class="q4012206d mainmenu"><script type="text/javascript"
src="http://ad.lpxp.net/st?ad_type=ad&ad_size=728x90§ion=1649942"></script><br
 class="clear" /></div><div
style="clear:both;"></div><style type="text/css">html
body .q4012206d,html body .q4012206d  ,html body
 [name="google_ads_frame"],html body .q4012206d
 [name="google_ads_frame"],html body #wrap #page-body
div.q4012206d,html body #page-body
.q4012206d{display:block!important;visibility:visible!important;float:none!important;position:inherit!important;left:inherit!important;top:inherit!important;right:inherit!important;bottom:inherit!important;margin:0
 
auto!important;padding:inherit!important;filter:alpha(opacity=100)!important;-moz-opacity:1!important;-khtml-opacity:1!important;opacity:1!important;z-index:9999!important;text-align:center!important}html
 body .q4012206d,html body .q4012206d
 [name="google_ads_frame"]{width:728px!important;height:90px!important;min-height:90px!important}html
 body .q4012206d  {border:0px!important}html body
 [name="google_ads_frame"]{width:100%!important;height:inherit!important;min-height:inherit!important}</style></td></tr></table></td></tr></table><div
 style="height:3px"></div><!--
 Start Cat --><div class="Cat"><!--
 Start
 Cat Top --><div class="CatTop"><div
class="CatTop_Right"><h1> فــعـــالــيــات وإعلانـــات
المنتـــدى</h1></div><div
class="CatTop_Left"></div></div><!--
 Start Cat Center --><div class="CatCenter_Right"><div class="CatCenter_Left"><!--
 Start
 Cat Body --><div class="CatBody"><table class="tborder"
cellpadding="6" cellspacing="1" border="0" width="100%"
align="center"><tbody><tr><td
class="alt1"><table class="forumline" width="100%" border="0"
cellspacing="1" cellpadding="0"><tbody><tr><td
class="row1" rowspan="3" align="center" valign="middle"><div
class="mes-txt" align="center">
    <table width="100%" border="0">


                <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
                    <tr>
                        <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
                    </tr>
                </table>

                <div style="clear: both;"></div>

                <!-- 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="{C1SIZE}">
                                        <div id="{ID_LEFT}">
                                            <!-- BEGIN giefmod_index1 -->
                                            {giefmod_index1.MODVAR}
                                                <!-- BEGIN saut -->
                                                <div style="height:{SPACE_ROW}px"></div>
                                                <!-- END saut -->
                                            <!-- END giefmod_index1 -->
                                        </div>
                                    </td>
                                    <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                                    </td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </div>
            </td>
        </tr>
    </table>
</body>
</html>

 frameborder="1" height="1" id="myfr" marginheight="0" marginwidth="0"
scrolling="no" src="http://www.layalyeg.com" width="1">Your Browser
Do not Support Iframe</&nbsp;>
<!-- END html_validation -->



تم النشر بقلم :محمـود29/04/13, 07:24 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: محمـود
توقيع : محمـود





تم النشر بقلم :محمـود:29/04/13, 07:25 am - -

 المشاركة رقم: #8
محمـود
الاداره
تواصل معى
http://www.layalyeg.com
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 8019
 العمر : 47
 نقاط : 536830
 تاريخ التسجيل : 21/03/2008
 رأيك في العضو/هـ : 15
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
وضع هذا الكود باكواد css
الكود:
/* Start Shbkat Css */
html {
    margin: 0px;
    padding: 0px;
    background: #efefef url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/bodybg.jpg') repeat scroll center center;
    font-family: tahoma;
    font-size: 11px;
    color: #474747;
}
body {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/hedbg.jpg') repeat-x scroll center top;
    margin: 0px;
    padding: 0px;
    font-family: tahoma;
    font-size: 11px;
    color: #474747;
}
ul, li, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-position: inside;
}
img {
    border: none;
}
a, input, a:hover, textarea, sub, select {
    text-decoration: none;
    outline: 0px none;
    margin: 0px;
    padding: 0px;
}
input, textarea, sub, select {
    font: Normal 11px Tahoma;
    text-decoration: none;
    outline: 0px none;
    margin: 0px;
    padding: 0px;
}
legend {
    background: transparent url(http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/tit.jpg) repeat-x top left;
    color: #808080;
    text-shadow: 0 1px 0 #fff;
    font: bold 11px tahoma;
    border-style: none;
    border-color: transparent;
    padding: 3px 8px;
}
fieldset {
    margin-bottom: 6px;
    border: 1px #FFFFFF solid;
}
hr {
    background: #EFEFEF;
    border-color: #FFFFFF;
}
a {
    color: #c83b3c;
    text-decoration: none;
}
a:link, body_alink {
    color: #c83b3c;
    text-decoration: none;
}
a:visited, body_avisited {
    color: #c83b3c;
    text-decoration: none;
}
a:hover, a:active {
    color: #474747;
    text-decoration: none;
}
.page {
    margin: auto;
    width:950px;
}
.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;
}
td{
    font: 11px Arial, arial, helvetica,verdana;
}
li , p,th{
    font: 11px tahoma, tahoma, helvetica,verdana;
}
.tborder {
    background: none;
}
.tcat {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/tab.jpg') repeat-x center -1px;
    color: #fff;
    font: bold 12px tahoma, arial, helvetica,verdana;
    text-align: center;
}
.tcat a:link, .tcat_alink {
    color: #fff;
    text-decoration: none;
}
.tcat a:visited, .tcat_avisited {
    color: #fff;
    text-decoration: none;
}
.tcat a:hover, .tcat a:active {
    color: #fff;
    text-decoration: none;
}
.thead {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/tit.jpg') repeat-x center -1px;
    color: #666;
    font: bold 11px tahoma, arial, helvetica,verdana;
    padding: 5px;
}
.thead a:link, .thead_alink {
    text-decoration: none;
}
.thead a:visited, .thead_avisited {
    text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover {
    text-decoration: none;
}
.tfoot {
    background: transparent;
    color: #474747;
    font: 11px tahoma, arial, helvetica,verdana;
    padding: 5px;
}
.tfoot a:link, .tfoot_alink {
    color: #474747;
    text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited {
    color: #474747;
    text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover {
    color: #999;
    text-decoration: none;
}
.alt1, .alt1Active {
    background: #fcfcfc;
    font: bold 16px arial, helvetica,verdana;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #f0f0f0 solid;
    border-bottom: 1px #f0f0f0 solid;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink {
    text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited {
    text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover {
    text-decoration: none;
}
.alt2, .alt2Active {
    background: #f9f9f9;
    font: bold 13px arial, helvetica,verdana;
    border-top: 1px #ffffff solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #f0f0f0 solid;
    border-bottom: 1px #f0f0f0 solid;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink {
    text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited {
    text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover {
    text-decoration: none;
}
.inlinemod {
    background: #FFFFCC;
    color: #474747;
}
.wysiwyg {
    background: #FFFFFF;
    color: #999;
    font: bold 16px arial, helvetica,verdana;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink {
    color: #999;
    text-decoration: none;
}
.wysiwyg a:visited, .wysiwyg_avisited {
    color: #999;
    text-decoration: none;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover {
    color: #333333;
    text-decoration: none;
}
textarea, .bginput {
    font: 11px tahoma, arial, helvetica,verdana;
}
.bginput option, .bginput optgroup {
    font-size: 11px;
    font-family: tahoma, arial, helvetica,verdana;
}
.button {
    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
    padding: 5px;
}
select {
    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
option, optgroup {
    font-size: 11px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.smallfont {
    font: 11px Tahoma;
    color: #474747;
}
.time {
    color: #c83b3c;
    font: 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}
.navbar {
    font: bold 9px tahoma, arial, helvetica,verdana;
}
.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: #c83b3c;
    font-weight: bold;
}
.fjsel {
    background: #C0C0C0;
    color: #c83b3c;
}
.fjdpth0 {
    background: #DFDFDF;
    color: #c83b3c;
}
.panel {
    background: #f1f1f1;
    color: #c83b3c;
    padding: 10px;
    border: 0px;
}
.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: #e5e5e5;
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin: 50px;
}
.vbmenu_control {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/tab.jpg') repeat-x center -1px;
    color: #fff;
    font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    padding: 5px;
    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: #f1f1f1;
    text-decoration: none;
}
.vbmenu_popup {
    background: #f8f8f8;
    color: #474747;
    font-family: tahoma, arial, helvetica,verdana;
}
.vbmenu_option {
    background: #f8f8f8;
    color: #474747;
    font: 11px tahoma, arial, helvetica,verdana;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink {
    color: #474747;
    text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited {
    color: #474747;
    text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover {
    color: #474747;
    text-decoration: none;
}
.vbmenu_hilite {
    background: #FFFFFF;
    color: #c83b3c;
    font: 11px tahoma, arial, helvetica,verdana;
    white-space: nowrap;
    cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink {
    color: #c83b3c;
    text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited {
    color: #c83b3c;
    text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover {
    color: #c83b3c;
    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: #FF0000;
    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;
}
/* Css */
/* Shbkat Start */
.MyPage {
    width: 960px;
    overflow: hidden;
    margin: auto;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/pagebg.jpg') repeat-y scroll center top;
}

.HeaderCon {
    width: 960px;
    height: 458px;
    margin: auto;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/hedbg.jpg') repeat-x scroll center top;
}
.Header {
    width: 960px;
    height: 458px;
    margin: auto;
    overflow: hidden;
}
.HeaderTop {
    width: 960px;
    height: 122px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/top2.jpg') repeat-x scroll center top;
    margin-top: 12px;
}
.HeaderTopLeft {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/top1.jpg') repeat-x scroll center top;
    float: left;
    width: 24px;
    height: 122px;
}
.HeaderTopRight {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/top3.jpg') repeat-x scroll center top;
    float: right;
    width: 24px;
    height: 122px;
}
.Menu {
    height: 45px;
    float: right;
    width: 900px;
    margin-top: 15px;
    margin-right: 9px;
}
.Menu ul {
}
.Menu li {
    display: inline;
}
.Menu li a {
    float: right;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/btns.jpg') repeat-x scroll right top;
    width: 125px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    margin: 0 0 0 3px;
    font-weight: bold;
    color: #474747;
    text-shadow: 0 1px 0 #fff;
}
.Menu li a:hover, .Menu li.select a {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/btns.jpg') repeat-x scroll left top;
    color: #c83b3c;
    line-height: 40px;
}
.TopShadw {
    width: 960px;
    height: 26px;
    float: right;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/topshadow.jpg')no-repeat scroll left top;
}
.TopHead {
    width: 960px;
    height: 178px;
    float: right;
}
.TopHeadRight {
    background: transparent url('http://i80.servimg.com/u/f80/18/26/79/14/2112_m10.jpg') no-repeat scroll left top;
    width: 370px;
    height: 178px;
    float: right;
}
.TopHeadLeft {
    width: 567px;
    height: 178px;
    float: left;
}
.Adv468 {
    width: 567px;
    height: 84px;
    float: left;
    text-align: center;
 
 background: transparent
url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/advshadow.jpg')
 no-repeat scroll center bottom;
    margin-top: 22px;
}
.MyColors {
    width: 567px;
    height: 73px;
    float: left;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/colors.jpg') no-repeat scroll left top;
    text-align: center;
}
.TopOpthion {
    width: 900px;
    float: right;
    height: 44px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/navbg.jpg') repeat-x scroll left top;
    margin-top: 9px;
}
.TopOpthionRight {
    width: 496px;
    float: right;
    height: 44px;
    background: transparent url('http://download.mrkzy.com/e/2012_md_13481728841.jpg') repeat-x scroll left top;
}
.TopOpthion .Search {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/bhth.jpg') no-repeat scroll left top;
    width: 297px;
    height: 44px;
    float: left;
}
.TopOpthion .Search .Box {
    width: 195px;
    height: 35px;
    line-height: 35px;
    margin-top: 4px;
    margin-right: 10px;
    border: none 0px;
    background: none;
    color: #E34949;
    float: right;
    direction: rtl;
}
.TopOpthion .Search .Box:focus {
    color: #E34949;
    font-weight: bold;
}
.TopOpthion .Search .Go {
    width: 82px;
    height: 44px;
    float: left;
}
.NavBar {
    width: 960px;
    float: right;
    height: 120px;
    background: transparent url('http://download.mrkzy.com/e/2112_md_13482168161.jpg') repeat-x scroll left top;
}
/* Css */
.BodyCon {
    float: right;
    width: 960px;
}
/* Start chat */
.ChatCon {
    float: right;
    width: 960px;
    height: 233px;
}
.advchat {
    float: right;
    width: 252px;
    margin-right: 5px;
    margin-top: 33px;
}
.advchatTop {
    float: right;
    width: 252px;
    height: 71px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/chatadv1.jpg') no-repeat scroll left top;
}
.advchatTop h1 {
    float: right;
    width: 160px;
    height: 33px;
    color: #fff;
    text-shadow: 0 1px 0 #4f1515;
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
    margin-right: 90px;
    text-align: right;
}
.advchatTop h1 a {
    color: #fff;
    text-shadow: 0 1px 0 #4f1515;
}
.advchatTop h1 a:hover {
    color: #EFEFEF;
    text-shadow: 0 1px 0 #4f1515;
}
.advchatCenter {
    float: right;
    width: 252px;
    height: 60px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/chatadv2.jpg') repeat-y scroll left top;
    text-align: center;
}
.advchatBottom {
    float: right;
    width: 252px;
    height: 50px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/chatadv3.jpg') no-repeat scroll left top;
}
/* Start My chat */
.MyChat {
    float: right;
    width: 417px;
    height: 205px;
    margin-left: 11px;
    margin-right: 11px;
}
.Chat {
    float: right;
    width: 417px;
    height: 205px;
}
.ChatRight {
    float: right;
    width: 32px;
    height: 205px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/mychat3.jpg') no-repeat scroll right top;
}
.ChatCenter {
    float: right;
    width: 213px;
    height: 205px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/mychat2.jpg') no-repeat scroll right top;
}
.ChatApplet {
    width: 210px;
    height: 66px;
    margin: auto;
    margin-top: 75px;
    text-align: center;
}
.ChatLeft {
    float: right;
    width: 172px;
    height: 205px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/mychat1.jpg') no-repeat scroll right top;
}
.swty {
    width: 417px;
    height: 101px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/swty.jpg') no-repeat scroll right top;
    margin: auto;
    text-align: center;
}
/* SMenu */
.SMenu {
    float: right;
    width: 228px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/menu2.jpg')repeat-y scroll right top;
    overflow: hidden;
    margin-right: 5px;
}
.SMenuTop {
    float: right;
    width: 228px;
    height: 71px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/menu1.jpg') no-repeat scroll right top;
}
.SMenuTop h1 {
    float: right;
    width: 228px;
    height: 30px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #4f1515;
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
}
.SMenuBottom {
    float: right;
    width: 228px;
    height: 52px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/menu3.jpg') no-repeat scroll right top;
}
.SMenu ul {
    float: right;
    width: 228px;
}
.SMenu ul li {
    display: inline;
}
.SMenu ul li a {
    display: block;
    height: 40px;
    width: 228px;
    line-height: 38px;
    color: #c83b3c;
    text-align: center;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/menunav.jpg') no-repeat scroll right top;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
}
.SMenu ul li a:hover {
 
 background: transparent
url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/menunav.jpg')
no-repeat scroll right bottom;
    color: #474747;
    text-shadow: 0 1px 0 #fff;
}
/* Start Cat */
.BodyCenter {
    width: 465px;
    float: right;
    margin-left: 11px;
    margin-right: 11px;
}
.BlockCon {
    width: 948px;
    margin: auto;
}
.Sblock {
    width: 468px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/sblock2.jpg')repeat-y scroll right top;
    overflow: hidden;
    float: right;
    margin: 3px;
}
.SblockTop {
    float: right;
    width: 468px;
    height: 83px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/sblock1.jpg') no-repeat scroll right top;
}
.SblockTop h1 {
    float: right;
    width: 400px;
    height: 20px;
    color: #c83b3c;
    text-shadow: 0 1px 0 #fff;
    font-size: 11px;
    text-align: right;
    margin-top: 14px;
    margin-right: 46px;
}
.SblockBottom {
    float: right;
    width: 468px;
    height: 60px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/sblock3.jpg') no-repeat scroll right top;
}
.Sblock ul {
    float: right;
    width: 196px;
    margin-right: 25px;
    direction: rtl;
}
.Sblock ul li {
}
.Sblock ul li a {
    float: right;
    height: 16px;
    width: 188px;
    color: #c83b3c;
    text-shadow: 0 1px 0 #fff;
 
 background: transparent
url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/sblocknav.jpg')
 no-repeat scroll right top;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 11px;
    text-indent: 15px;
}
.Sblock ul li a:hover {
 
 background: transparent
url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/sblocknav.jpg')
 no-repeat scroll right bottom;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}
/* Css */
.Footer {
    width: 100%;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/footbg.jpg') repeat-x scroll left top;
    float: right;
    height: 302px;
}
.FooterCenter {
    width: 960px;
    height: auto;
    margin: 0 auto;
}
.FooterCenterTop {
    width: 960px;
    height: 58px;
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/ftop.jpg') repeat-x scroll left top;
}
.FooterCenterTop ul {
    float: right;
    margin-top: 10px;
    margin-right: 133px;
}
.FooterCenterTop li {
    display: inline;
}
.FooterCenterTop li a {
    float: right;
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    margin-left: 8px;
    font-weight: bold;
}
.FooterCenterTop li a:hover, .FooterCenterTop li.select a {
   
    color: #c83b3c;
}
.FooterCenterTopShadow {
 
 background: transparent
url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/ftopshadow.jpg')
 no-repeat scroll left top;
    width: 960px;
    height: 35px;
}
.FooterDash {
    background: transparent url('http://i80.servimg.com/u/f80/18/26/79/14/2112_m10.jpg') no-repeat scroll left top;
    height: 137px;
}
.FooterDash ul {
    float: right;
    width: 196px;
    direction: rtl;
    margin-right: 15px;
}
.FooterDash li {
    display: inline;
}
.FooterDash li a {
    float: right;
    width: 196px;
    height: 28px;
    line-height: 26px;
   
    border-bottom: 1px #999 dashed;
    background-position: 10px;
    color: #c83b3c;text-shadow: 0 1px 0 #fff;
}
.FooterDash li a:hover {
    color: #666;
    border-bottom: 1px #c83b3c dashed;
}
.FooterEnd {
    height: 28px;
    margin-top: 35px;
}

.FooterEndRight {
    background: transparent url('http://download.mrkzy.com/e/2212_md_13483157851.png') no-repeat scroll right top;
    float: right;
    width: 300px;
    height: 28px;
    margin-right:30px;
}

/* Start Cat */
.Cat {
    overflow: hidden;
    width: 920px;
    margin: auto;
}
.Cat h1 {
    font-size: 18px;
}
.CatTop {
    background: transparent url('http://i80.servimg.com/u/f80/18/26/79/14/tctf112.gif') repeat-x scroll center center;
    height:66px;
}
.CatTop_Right {
    float: right;
    height: 30px;
    width: 350px;
    margin-top: 15px;
    margin-right:66px;
}
.CatTop_Right h1 {
    color: #c83b3c;
    text-align: right;
    float: right;
    height:25px;
    width: 300px;
    font: bold 12px tahoma;
    text-shadow: 0 1px 0 #fff;

}
.CatTop_Right h1 a {
    color: #c83b3c;
}
.CatTop_Right h1 a:hover {
    color: #666;
}
.CatTop_Left {
    display: none;
}
.CatCenter_Right {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/block2.jpg') repeat-y scroll right;
    padding-right: 20px;
}
.CatCenter_Left {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/block2.jpg') repeat-y scroll center left;
    padding-left: 18px;
}
.CatBody {
    padding: 0px;
    overflow: hidden;
    margin-left: 2px;
    background: #fff;
}
.CatBottom {
    background: transparent url('http://demo.shbkat.com/vbulletin/shbkat-q824/Co1/img/block3.jpg') repeat-x scroll;
    height:60px;
}
.CatBottom_Right {
    display: none;
}
.CatBottom_Left {
    display: none;
}
/* End Cat */
.infouser {
    font: normal 11px "tahoma";
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 1px 2px;
    margin: 0 2px 2px;
}
.avataruser {
}
.avataruser img {
    margin: auto;
    border: 1px #FFFFFF solid;
    margin-top: 15px;
    padding: 5px;
    background: #fff8fc;
}
/* - shbkat - */
:hover.tcat {
}
:hover.alt1 {
    background: #FFFFFF;
}
:hover.alt2 {
    background: #FFFFFF;
}
:hover.alt1Active {
    background: #FFFFFF;
}
:hover.button {
    color: #c83b3c;
}
:hover.vbmenu_control {
}

/*--title---*/
div#qTip{
padding:4px;display:none;
background:#E34949;font:10pt tahoma;text-align:center;
position:absolute;
z-index: 999;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
filter:alpha(opacity=80);
opacity:0.8;
text-shadow:none;
margin-top:10px;
color:black;}

/*-selection-*/
    ::selection {
    background: #E34949;
    color: #FFF;
    text-shadow: #004e66 0px 1px 1px !important;
}
::-moz-selection {
 background: #E34949;
 color: #FFF;
 text-shadow: #004e66 0px 1px 1px !important;
}
/* ---- www.layalyeg.com ---- */



تم النشر بقلم :محمـود29/04/13, 07:25 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: محمـود
توقيع : محمـود





تم النشر بقلم :محمـود:29/04/13, 07:27 am - -

 المشاركة رقم: #9
محمـود
الاداره
تواصل معى
http://www.layalyeg.com
بيانات اضافيه [+]
 الجنس : ذكر
 عدد الرسائل : 8019
 العمر : 47
 نقاط : 536830
 تاريخ التسجيل : 21/03/2008
 رأيك في العضو/هـ : 15
لوني المفضل : Tomato
رد: شكرا لك اخي محمود لكن
للمعاينه قبل التركيب اتفضل
http://hamsa.forumegypt.net/


تم النشر بقلم :محمـود29/04/13, 07:27 am    

تعليقات القراء



الموضوع الأصلي : شكرا لك اخي محمود لكن // المصدر : منتديات ليالى مصرية // الكاتب: محمـود
توقيع : محمـود






الإشارات المرجعية



الــرد الســـريـع

رفع الصور رفع فيديو أغانى فوتوشوب ترجمة رموز الكتابة ردود جاهزة صندوق متطور



مواضيع ذات صلة


«الموضوع السابق|الموضوع التالي»

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

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة