دليل المدون

2012-05-22

صفحة ترحيب إسلامية Html للفيس بوك جاهزة عرض 820px

بسم الله الرحمن الرحيم
والصلاة والسلام على أشرف المرسلين
سيدنا محمد وعلى آله وصحبه أجمعين
التصميم ذات الطابع الإسلامى
welcome pages صفحات ترحيب الفيس بوك


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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=DOS-720">
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 margin: 0;
 padding: 0;
 color: #600;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 line-height: 1.4;
 text-align: right;
 background-image: none;
}
#yellow {
 color: #FF0;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
 padding: 0;
 margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
 margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
 padding-right: 15px;
 padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
}
.Red text {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 18px;
 color: #C00;
}
.Ro {
 background-image: none;
 background-position: right;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
 border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
 color: #42413C;
 text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
 color: #6E6C64;
 text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
 text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
 width: 730px; /* the auto value on the sides, coupled with the width, centers the layout */
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: #FFF;
 background-image: url(http://img18.imageshack.us/img18/9714/78626039.png);
 background-repeat: no-repeat;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
 width: 750px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

 padding: 10px 0;
}

/* ~~ The footer ~~ */
.footer {
 height: 100px;
 width: 730px;
 padding-top: 10px;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
 float: right;
 margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
 float: left;
 margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}
.align { font-family: Tahoma, Geneva, sans-serif;
 font-size: 16px;
 font-style: italic;
 font-weight: bold;
 text-align: right;
}
.container .Red h2 {
 font-family: Verdana, Geneva, sans-serif;
}
-->
</style></head>

<body>

<div class="container"><span class="align"><img src="http://img560.imageshack.us/img560/6461/121t.png" width="400" height="137" alt="لوجو المدونة"></span>
  <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fba937a541cb17e"></script>
<!-- AddThis Button END --><div class="Red">
    <h1 class="Red">السلام عليكم ورحمة الله وبركاته</h1>
    <h2 align="right"> أكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا </h2>
<h2 align="center">&nbsp;</h2>
    <p align="center">&nbsp;</p>
    
    <p align="center"><span class="align">
   &nbsp;</p>
    </span>
    <h2 class="content"><br>
  </h2>
    <!-- end .content --></div>
  <div class="footer">
    <h1 align="center">Copyright &copy; Islamic Pages|  Design by<a href="http://conda3ianllkhir.blogspot.com/" target="_blank" class="header" id="yellow"> <strong>Dr.R.O</strong></a></h1>
    <!-- end .footer --></div>
  <!-- end .container --></div>
</body>
</html>

ثالثاً:التعديل على الأكواد بما يناسب صفحتك:


وإتباع الشرح
الضغط على زر Code ونسخ الأكواد بالمربع هكذا

welcome pages صفحات ترحيب الفيس بوك
 بالضغط على زر Design سنجد التصميم موجود ومن السهل التعديل عليه وتنسيق الخط وإدراج الصور مثل الوورد
وهذا شرح لبعض خصائص البرنامج


نقوم بتظليل مكان النص وكتابة النص المناسب وتنسيقه من خلال البرنامج.
لتغيير الشعار الموجود بالهيدر نضغط على الصورة ثم نضيف رابط مباشر لصورة اللوجو الخاص بالصفحة بعد رفعها من هــنااااااااااا
يمكن أيضا وضع روابط وجدول بالتصميم

بعد ضبط الصفحة مرة أخرى نضغط على زر code وننسخ الأكواد الموجودة بالبرنامج ونلصقها فى مكان الأكواد بالبيدج على الفيس بوك

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

هناك 3 تعليقات

  1. السلام عليكم
    مدونه رآئعه بمعنى الكلمه
    نتمنى لك التوفيق
    والى الامام
    وشكراً

    ردحذف
  2. Mashlaah it's very good jazakalaah kheyr!!

    ردحذف

يمنع نشر التعليقات ذات الروابط الدعائية أو تعليقات بإسلوب غير لائق أو التى تحتوى على معلومات شخصية كالبريد الإلكترونى .
لتصلك إشعارات ردود هذا الموضوع على البريد الإلكترونى أضف علامة بالمربع بجوار كلمة "إعلامى"

Privacy-Policy | إعلن لدينا
جميع الحقوق محفوظة لــ كن داعيا للخير 2011-2022 ©

تصميم كن مدون