العودة   منتديات المجاوشي > منتديات مجاوشي للترفيه والتسلية > :: RSS :: > Arabic Rss
Arabic Rss Arabic Rss تنويه : المعهد غير مسؤول عن ما يحويه هذا القسم .... وجب لاتنويه والتحذير

الملاحظات


اضافة زر البحث لمدونات بلوجر

Arabic Rss


 
 
أدوات الموضوع انواع عرض الموضوع
  #1  
قديم 08-18-2013
الصورة الرمزية RSS
RSS غير متواجد حالياً
ناقل الأخبار
 
تاريخ التسجيل: 11 - 2 - 10
المشاركات: 666,213
RSS is on a distinguished road
افتراضي اضافة زر البحث لمدونات بلوجر

بسم الله الرحمن الرحيم








[COLOR="rgb(46, 139, 87)"]اليوم اقدم لكم الاداة الرائعة التي تسهل عليك التعب في البحث والتدوير وكيفية اضافة هذه الاداة [/COLOR]

وهذه صورة الاداة
والان للإضافة الأداة

توجه الى لوحة تحكم مدونتك ثم الى تخطيط ثم الى اضافة اداة ثم الىhtml/javascript

والصق هذا الكود

رمز Code:
.form-wrapper { width: 269px; padding: 5px; margin: 10px auto; overflow: hidden; border-width: 1px; border-style: solid; border-color: #dedede #bababa #aaa #bababa; -moz-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444; -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444; box-shadow: 0 3px 3px rgba(255,255,255,.1), 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 5px #444; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background-color: #f6f6f6; background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#498bf5)); background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8); background-image: linear-gradient(top, #f6f6f6, #eae8e8); } .form-wrapper #search { width: 180px; height: 20px; padding: 10px 5px; float: left; font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma'; border: 1px solid #ccc; -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff; box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; } .form-wrapper #search:focus { outline: 0; border-color: #aaa; -moz-box-shadow: 0 1px 1px #bbb inset; -webkit-box-shadow: 0 1px 1px #bbb inset; box-shadow: 0 1px 1px #bbb inset; } .form-wrapper #search::-webkit-input-placeholder { color: #999; font-weight: normal; } .form-wrapper #search:-moz-placeholder { color: #999; font-weight: normal; } .form-wrapper #search:-ms-input-placeholder { color: #999; font-weight: normal; } .thumb{position:relative;left:4px;top:1px; border:8px solid transparent;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 8px rgba(0, 0, 0, 0.3);box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;} .form-wrapper #submit { float: right; border: 1px solid #2d6ebd; height: 42px; width: 70px; padding: 0; cursor: pointer; font: bold 15px Arial, Helvetica; color: #fafafa; text-transform: uppercase; background-color: #2d6ebd; background-image: -webkit-gradient(linear, left top, left bottom, from(#2d6ebd), to(#2d6ebd)); background-image: -webkit-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -moz-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -ms-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -o-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: linear-gradient(top, #2d6ebd, #2d6ebd); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0 ,0, .3); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; } .form-wrapper #submit:hover, .form-wrapper #submit:focus { background-color: #2d6ebd; background-image: -webkit-gradient(linear, left top, left bottom, from(#2d6ebd), to(#2d6ebd)); background-image: -webkit-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -moz-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -ms-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: -o-linear-gradient(top, #2d6ebd, #2d6ebd); background-image: linear-gradient(top, #0483a0, #2d6ebd); } .form-wrapper #submit:active { outline: 0; -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset; } .form-wrapper #submit::-moz-focus-inner { border: 0; }


- See more at: http://3alam-blog.blogspot.com/2013/....PJZmDeeI.dpuf
ولتغير لون الاداة ابحث عن #2d6ebd

المصدر:عالم بلوجر
[/CENTER]

اضافة زر البحث لمدونات بلوجر</div>






أكثر...
 

مواقع النشر (المفضلة)


تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

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

الانتقال السريع

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
[ طلب اشراف ] : مطلوب مشرفين للقيام بمنتديات دعم بلوجر بمقابل مادي جيد -لخبراء بلوجر فقط- balnt.com RSS Arabic Rss 0 12-23-2011 07:13 PM
[قالب] : moving boxes لمدونات بلوجر التعريفية مع تأثيرات جد مميزة RSS Arabic Rss 0 08-27-2011 05:40 AM
[استفسار] عن تهيئة مدونة بلوجر لمحركات البحث بلوجرررر RSS Arabic Rss 0 08-14-2011 01:29 AM
[طلب] : اضافة اجابات مع وجود مثال لمدونات الوورد برس RSS Arabic Rss 0 06-19-2011 01:52 AM
شرح اضافة جوجل ادسنس للبحث في موقعك - مدونات بلوجر Blogger RSS Arabic Rss 0 06-12-2011 03:00 AM


Loading...


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd. منتديات بلاك بيري mjawshy.net
المجاوشي للتقنية المتقدمة