bloggerarchive
247125322047940
تحميل

شريط قوائم موقع Apple حصرياً على مدونة ارشيف بلوجر




Add+Apple+Style+Menubar+For+Blogger
السلام عليكم ورحمة الله وبركاته.


 اهلا وسهلا بكم في موضوع جديد وهذه المرة عن القوائم العلويه
هي شئ مهم تساعد الزائر على الوصول للاقسام او الصفحات بشكل اسرع
ويوم اقدم لكم قائمه ذات طابع مميز فكما ترون في الصورة اعلاه هي قائمة
شبيه بقائمة موقع ابل!
طبعا تم ترجمة الموضوع من قِبل مدونة ارشيف بلوجر ,المصدر 
فارجو ان تنال الاضافة اعجابكم الان مع كيفية التركيب.
  1. اذهب للوحة تحكم مدونتك .
  2. القالب.
  3. تحرير HTML'
  4. متابعه و اشر على توسيع القوالب.
  5. اضغط Ctrl+F من لوحة المفاتيح.
  6. ابحث عن الوسم التالي:
  ]]></b:skin>
7. قم بلصق الكود التالي فوقه مباشره:
/* The CSS Code for the menu starts here www.blogger-archive.com */

#appleNav { margin:40px 0; list-style:none;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:13px;
   
    text-shadow: 0 -1px 3px #202020;
    width:980px; height:34px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;
}

#appleNav li { display:block; float:left; border-right:1px solid #5d5d5d; border-left:1px solid #929292; width:105px; height:34px; border-bottom:1px solid #575757; border-top:1px solid #797979;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color:#5f5f5f; /* Fallback */
}
#appleNav li:not(:last-child):hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; /* Fallback */
    -moz-box-shadow: inset 0 0 5px 5px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 5px 5px #535353;
}
#appleNav li:not(:last-child):active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; /* Fallback */
    
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}
#appleNav li a { color:white; text-decoration:none; text-align:center; display:block; line-height:34px; outline:none; }

#appleNav form input { width:76px; height:20px; margin-left:9px; margin-top:8px; border:none; padding-left:20px; padding-right:10px; color:#eee;

    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;

    background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWwXUpt9UWq48hYC2MFHANeKpv_xCRZyjllJmFdyExCGMX2kZeDpb2isX3bnd9vgCFxY8cwgDBzJ8Nm9ugEUp4SISs9vf1X5vABb9t7iAqv9lS8I5qDuDG8EHclaDbgZjVuITsVi0n1tsV/s1600/btrix_magnifier.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #747474), color-stop(0.5, #6E6E6E), color-stop(0.51, #7E7E7E), color-stop(1, #8D8D8D));
    background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWwXUpt9UWq48hYC2MFHANeKpv_xCRZyjllJmFdyExCGMX2kZeDpb2isX3bnd9vgCFxY8cwgDBzJ8Nm9ugEUp4SISs9vf1X5vABb9t7iAqv9lS8I5qDuDG8EHclaDbgZjVuITsVi0n1tsV/s1600/btrix_magnifier.png"), -moz-linear-gradient(center bottom, #747474 0%, #6E6E6E 50%, #7E7E7E 51%, #8D8D8D 100%);
    background-repeat: no-repeat;
    background-color:#6E6E6E; /* Fallback */
    -moz-box-shadow: inset 0 2px 1px 1px #363636;
    -webkit-box-shadow: inset 0 2px 1px 1px #363636;
    box-shadow: inset 0 2px 1px 1px #363636;
}
#appleNav li:first-child {
    -moz-border-radius:4px 0 0 4px;
    -webkit-border-radius:4px 0 0 4px;
    border-radius:4px 0 0 4px;    
    border-left:none;
}
#appleNav li:first-child a img {
   vertical-align:middle; margin-top:-2px;
}
#appleNav li:last-child {
    -moz-border-radius:0 4px 4px 0;
    -webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;
    border-right:none;
    width:124px;
}
/* Fade in animation (Webkit only) */
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}
#appleNav {
     -webkit-animation: showMenu 1s; position:relative;
}​   
7.الان اضغط حفظ.
8.الان اضغط على تخطيط و اضف اداة "HTML/Javascript"
9.الصق الكود التالي:

الشريط ذا الكتابه البيضاء:

  طبعا في الكود تم استبدال الكتابه الانجليزيه إلى العربيه
فيجب عليك تعديل الروابط.
<nav>
<ul id="appleNav">
   <li><a href="http://www.bloggertrix.com/" title="Apple"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPkWEm_NBT1Es93Ibu2pqNodTvoexTAsFNCPQpUoYYJIK8zmdmmxzptZdVZw0TwCzZ1mNFU4sq46cMHoUp80vdKnO6akMAf_xxuLJGUTyFFwPNV0bGIAUmh7SAWSIiZWG_X9jYCU8I0OSQ/s1600/btrix_logo.png" alt="Apple Logo" /></a></li>
   <li><a href="#" title="المتجر">Store</a></li>
   <li><a href="#" title="الماك">Mac</a></li>
   <li><a href="#" title="الايبود">iPod</a></li>
   <li><a href="#" title="الايفون">iPhone</a></li>
   <li><a href="#" title="iPad">الايباد</a></li>
   <li><a href="#" title="الايتونز">iTunes</a></li>
   <li><a href="#" title="الدعم">Support</a></li>
   <li>
        <form>
        <input type="text" />
        </form>
   </li>
</ul>
</nav>​

عدل "#" برابط الزر و الكتابة الزرقاء بماتريد.

واضغط حفظ.


فس الاخير اي استفسار يمكنك و شعه في تعليق كما ارجو منك متابعة المدونة على تويتر 

و الاستراك في المدونة و جزاكم الله خيراً.




ويب 2141178793500923430

إرسال تعليق تعليقات الموقع

لاضافة صورة او فيديو في التعليق ضع رابط الفيديو بين الوسمين كالتالي:
[video] رابط الفيديو [/video]
[img ]ربط الصور [/img]
للتعليق اضغط على مربع التعليق ياسم و اختر : الاسم / عنوان URL ثم اكتب اسمك فقط اذا اردت واضغط الاستمرار.

emo-but-icon

الصفحة الرئيسية item

المتابعون!

تابعنا على تويتر