دليل المدون

2012-06-01

تصميم ترحيب Html نوت بوك للفيس بوك Notebook for facebook

بسم الله الرحمن الرحيم
والصلاة والسلام على أشرف المرسلين
سيدنا محمد وعلى آله وصحبه أجمعين
 Notebook for facebook

تصميم ترحيب Html نوت بوك للفيس بوك Notebook for facebook

مميزات التصميم:
  •  التصميم على شكل نوت بوك يمكن كتابة نبذة عن الصفحة وإضافة الروابط والصور
  • به زر الإعجاب للفيس بوك وتويتر
  • به زر شير Share لجميع المواقع المفضلات الإجتماعية
  • التصميم بأبعاد التايم لاين عرض 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: 14px;
 font-style: normal;
 font-weight: bold;
 line-height: 30px;
}
.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://img269.imageshack.us/img269/9277/69974962.jpg);
 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: 150px;
 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;
 font-size: 12px;
 width: 730px;
}
.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;
 width: 450px;
}
-->
</style></head>

<body>


<div class="container">
<br
<div <!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc8ee464b4cbec9"></script>
<!-- AddThis Button END --> <div
  <div class="Red">
    <blockquote>
      <blockquote>
        <p align="right">&nbsp;</p>
      </blockquote>
    </blockquote>
    <blockquote>
      <blockquote>
        <p>&nbsp;</p>
        <h1 align="center" class="Red">السلام عليكم ورحمة الله وبركاته</h1>
        <blockquote>
          <h1 align="center" class="Red">أكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتبالنص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النصهنا نص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هناب    هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص هناأكتب النص هنا أكتب النص <span class="align">
          &nbsp;</h1>
</blockquote>
        <p align="right"></span><br>
        </p>
</blockquote>
    </blockquote>
    <div align="right"><!-- end .content -->    </div>
  </div>
  <div class="footer">
   
            <h2 align="center" class="fltrt">Copyright &copy; facebook Pages|  Design by<a href="http://conda3ianllkhir.blogspot.com/" target="_blank" class="fltrt" id="blue"> <strong>Dr.R.O</strong></a></h2>
          
    <!-- end .footer --></div>
<!-- end .container --></div>
</body>
</html>

ثالثاً:التعديل على الأكواد بما يناسب صفحتك:
وإتباع الشرح
الضغط على زر Code ونسخ الأكواد بالمربع هكذا
welcome pages صفحات ترحيب الفيس بوك
 بالضغط على زر Design سنجد التصميم موجود ومن السهل التعديل عليه وتنسيق الخط وإدراج الصور مثل الوورد
وهذا شرح لبعض خصائص البرنامج
نقوم بتظليل مكان النص وكتابة النص المناسب وتنسيقه من خلال البرنامج.
لتغيير الشعار الموجود بالهيدر نضغط على الصورة ثم نضيف رابط مباشر لصورة اللوجو الخاص بالصفحة بعد رفعها من هــنااااااااااا
يمكن أيضا وضع روابط وجدول بالتصميم
بعد ضبط الصفحة مرة أخرى نضغط على زر code وننسخ الأكواد الموجودة بالبرنامج ونلصقها فى مكان الأكواد بالبيدج على الفيس بوك


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

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

  1. ماشاء الله بارك الله فيكى اختي ام يحيى ممكن لاهنتى ارسلك خلفيه تسوين نفس مقاسها حاجه قريبه لشهر رمضان يكون مكتوب عليها رمضان كريم ونجوم الخ و،كمان لاهنتى ابى ارسلك الاستايل تعدلىcss هذا الملف بدى منك تضبطيلىخواص المحرر بحيث يكون متطور لقالب الوان الويب عندى ..إحترماتي.

    ردحذف
  2. شكرا لمتابعتك ولكن اعتذر بشده عن استقبال اي طلبات للتصميم حتى اشعار اخر لانشغالي الشديد جدا

    ردحذف
  3. السلام عليكم ورحمة الله وبركاته انا قمت بتسطيب تطبيق وصممت فيه كل ما اريده ولكن هناك مشكله لايوجد خيار بدء التطبيق عند تشغيل الصفحه وكلما ادخل على الصفحه لا اجد التطبيق

    ردحذف
  4. جزاك الله خيرا

    ردحذف
  5. أخى الكريم محمود
    بالنسبة لهذه المشكلة أرجو التوضيح
    وشكرا لمتابعتك

    ردحذف

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

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

تصميم كن مدون