الثلاثاء، ١٧ أبريل ٢٠١٢

  • التسميات:
  • اقسام المدونة
    اهلا وسهلا بكم الاضافة انهردة وهى اضافة ثلاث اقسام فى قسم واحد
    مما يعطى للمدونة شكل جذاب وتساعد على خفة فتح المدونة فيوجد اضافة اخر
    المواضيع أو الارشيف يمكنك التحكم فى اسم القسم او لون الخط او عدد التعليقات
    ووجود وصف للموضوع علشان منقلش كلام كتيير تعالوا نشاهد على الطبيعة

    لاضافة الاداه
    لوحة التحكم – التخطيط – اضافة اداة – html
    انسخ هذا الكود

    <div class='widget-content'>
    <script type="text/javascript">
    function tabview_aux(TabViewId, id)
    {
      var TabView = document.getElementById(TabViewId);
      // ----- Tabs -----
      var Tabs = TabView.firstChild;
      while (Tabs.className != "Tabs" ) Tabs = Tabs.nextSibling;
      var Tab = Tabs.firstChild;
      var i   = 0;
      do
      {
        if (Tab.tagName == "A")
        {
          i++;
          Tab.href      = "javascript:tabview_switch('"+TabViewId+"', "+i+");";
          Tab.className = (i == id) ? "Active" : "";
          Tab.blur();
        }
      }
      while (Tab = Tab.nextSibling);
      // ----- Pages -----
      var Pages = TabView.firstChild;
      while (Pages.className != 'Pages') Pages = Pages.nextSibling;
      var Page = Pages.firstChild;
      var i    = 0;
      do
      {
        if (Page.className == 'Page')
        {
          i++;
          if (Pages.offsetHeight) Page.style.height = (Pages.offsetHeight-2)+"px";
          Page.style.overflow = "auto";
          Page.style.display  = (i == id) ? 'block' : 'none';
        }
      }
      while (Page = Page.nextSibling);
    }
    // ----- Functions -------------------------------------------------------------
    function tabview_switch(TabViewId, id) { tabview_aux(TabViewId, id); }
    function tabview_initialize(TabViewId) { tabview_aux(TabViewId,  1); }
    </script>
    <script type="text/javascript">
    div.TabView div.Tabs
    {
      height: 24px;
      overflow: hidden;
    }
    div.TabView div.Tabs a
    {
      float: right;
      display: block;
      width:  90px;
      text-align: center;
      height:      24px;
      padding-top: 3px;
      vertical-align: middle;
    border: solid 0px #3F3F3F;
    border-bottom-width: 0;
      text-decoration: none;
      font-family: tahoma,"Times New Roman", Serif;
      font-weight: 900;
      color: #ccc;
    }
    div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
    {
    background-color: #ccc;
    }
    div.TabView div.Pages
    {
      clear: both;
      border: 0px solid #ccc;
      overflow: hidden;
    }
    div.TabView div.Pages div.Page
    {
      height: 100%;
      padding: 0px;
      overflow: hidden;
    }
    div.TabView div.Pages div.Page div.Pad
    {
      padding: 3px 5px;
    }
    </script>
    <style>
    div.TabView div.Tabs
    {
      height: 24px;
      overflow: hidden;
    }
    div.TabView div.Tabs a
    {
      float: right;
      display: block;
      width:  94px;
      text-align: center;
      height:      24px;
      padding-top: 3px;
      vertical-align: middle;
    border: 0px solid #3F3F3F;
    border-bottom-width: 0;
      text-decoration: none;
      font-family: tahoma,"Times New Roman", Serif;
      font-weight: 840;
      color: #fff;
    }
    div.TabView div.Tabs , div.TabView div.Tabs a.Active
    {
    background-color: E09393;
    color: #666;
    }
    div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
    {
    background-color: E09393;
    font-weight: bold;
    color:#fff;
    }
    div.TabView div.Pages
    {
      clear: both;
      border: 0px solid #404040;
      overflow: hidden;
    }
    div.TabView div.Pages div.Page
    {
      height: 100%;
      padding: 0px;
      overflow: hidden;
    border: solid 0px #3F3F3F;
    }
    div.TabView div.Pages div.Page div.Pad
    {
      padding: 3px 5px;
    border: solid 0px #B0EAB0;
    }
    </style>
    <div class="TabView" id="TabView">
    <!-- *** Tabs ************************************************************** -->
    <div class="Tabs" style="width: 304px;">
        <a>الخلاصة</a>
    <a>مظهر المدونة </a>
      <a>السيو</a>
    </div>
    <!-- *** Pages ************************************************************* -->
    <div class="Pages" style="width: 304px;  height: 267px;">
      <!-- *** Page1 Start *** -->
      <div class="Page">
      <div class="Pad">
    <style>
    img.recent_thumb {padding:1px;width:55px;height:55px;border:0;float:right;margin:0 0 5px 10px;}
    .recent_posts_with_thumbs {float: left;width: 100%;min-height: 70px;margin: 5px 0px 5px 0px;padding: 0;font-size:12px;}
    ul.recent_posts_with_thumbs li {padding-bottom:0px;padding-top:0px;min-height:65px;list-style:none;}
    .recent_posts_with_thumbs a {text-decoration:none;}
    .recent_posts_with_thumbs strong {font-size:10px;}
    </style>
    <script style="text/javascript" src="http://my-tqarob.googlecode.com/svn/trunk/recentpostswiththumbs.js"></script>
    <script style="text/javascript">
    var numposts = 3;
    var showpostthumbnails = true;
    var displaymore = false;
    var displayseparator = false;
    var showcommentnum = true;
    var showpostdate = true;
    var showpostsummary = true;
    var numchars = 100;
    </script>
    <script src="http://blogger-site-bs.blogspot.com/feeds/posts/default/-/الخلاصة?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs"></script>
      <!-- *** Page1 End ***** -->
      </div>
      </div>
      <div class="Page">
      <div class="Pad">
      <!-- *** Page2 Start *** -->
    <style>
    img.recent_thumb {padding:1px;width:55px;height:55px;border:0;float:right;margin:0 0 5px 10px;}
    .recent_posts_with_thumbs {float: left;width: 100%;min-height: 70px;margin: 5px 0px 5px 0px;padding: 0;font-size:12px;}
    ul.recent_posts_with_thumbs li {padding-bottom:0px;padding-top:0px;min-height:65px;list-style:none;}
    .recent_posts_with_thumbs a {text-decoration:none;}
    .recent_posts_with_thumbs strong {font-size:10px;}
    </style>
    <script style="text/javascript" src="http://my-tqarob.googlecode.com/svn/trunk/recentpostswiththumbs.js"></script>
    <script style="text/javascript">
    var numposts = 3;
    var showpostthumbnails = true;
    var displaymore = false;
    var displayseparator = false;
    var showcommentnum = true;
    var showpostdate = true;
    var showpostsummary = true;
    var numchars = 100;
    </script>
    <script src="http://blogger-site-bs.blogspot.com/feeds/posts/default/-/مظهر المدونة?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs"></script>
      <!-- *** Page2 End ***** -->
      </div>
      </div>
      <div class="Page">
      <div class="Pad">
      <!-- *** Page3 Start *** -->
    <style>
    img.recent_thumb {padding:1px;width:55px;height:55px;border:0;float:right;margin:0 0 5px 10px;}
    .recent_posts_with_thumbs {float: left;width: 100%;min-height: 70px;margin: 5px 0px 5px 0px;padding: 0;font-size:12px;}
    ul.recent_posts_with_thumbs li {padding-bottom:0px;padding-top:0px;min-height:65px;list-style:none;}
    .recent_posts_with_thumbs a {text-decoration:none;}
    .recent_posts_with_thumbs strong {font-size:10px;}
    </style>
    <script style="text/javascript" src="http://my-tqarob.googlecode.com/svn/trunk/recentpostswiththumbs.js"></script>
    <script style="text/javascript">
    var numposts = 3;
    var showpostthumbnails = true;
    var displaymore = false;
    var displayseparator = false;
    var showcommentnum = true;
    var showpostdate = true;
    var showpostsummary = true;
    var numchars = 100;
    </script>
    <script src="http://blogger-site-bs.blogspot.com/feeds/posts/default/-/السيو?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs"></script>
      <!-- *** Page3 End ***** -->
      </div>
      </div>
      <div class="Page">
      <div class="Pad">
      </div>
      </div>
    </div>
    </div>
    <script type="text/javascript">
    tabview_initialize('TabView');
    </script>
    </div>
    <div class='clear'></div>


     
    قم بتغير الاتى
    blogger-site-bs.blogspot.com     برابط مدونتك
    var displaymore = false;    لاخفاء او عرض عبارة اقرأ المزيد .
    var displayseparator = false;   لعمل فواصل بين المواضيع .
    var showcommentnum = true;  لاظهار / اخفاء عدد التعليقات.
    var showpostdate = true;   لاظهار / اخفاء  تاريخ نشر الموضوع.
    var showpostsummary = false;  لاظهار / اخفاء وصف قصير للموضوع.
    var numchars = 200;  لتحديد عدد الحروف
    لاحظ أنها متكررة 3 مرات فى الكود

    انتهت الاضافة

    0 التعليقات:

    إرسال تعليق