• عزيزي العضو

    إذا كنت تواجه مشكلة في تسجيل الدخول الى عضويتك فضلا قم بطلب تغيير كلمة المرور عبر (نسيت كلمة المرور) أو التواصل معنا عبر أيقونة التواصل في الأسفل او البريد support@shomoo5.com او من خلال المحادثات على الواتساب عبر الرابط التالي https://wa.link/bluuun او مسح الباركود في الصوره

    إدارة الموقع

شرح عمل نبض وميض على زر التسجيل

لجنة التطوير

عضوية تقوم بجلب المواضيع من مواقع اخرى


هل ترغب في جذب انتباه الزوار
الذين يزورون المنتدى؟
بعد تشغيل الكود التالي سيظهر زر التسجيل

حول نبضات القلب
نتيجة:

الطريقة كالتالي:
1 : إضافة إلى القالب extra.less




كود PHP:

كود:
[LEFT][CODE][COLOR=#000000] [COLOR=#FF8000]/* PULSE ANIMATION */[/COLOR]
[COLOR=#007700].[/COLOR][COLOR=#0000BB]pulse [/COLOR][COLOR=#007700]{
    [/COLOR][COLOR=#0000BB]position[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]relative[/COLOR][COLOR=#007700];
  [/COLOR][COLOR=#0000BB]box[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]shadow[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]0 0 0 0 rgba[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]232[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]76[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]61[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0.7[/COLOR][COLOR=#007700]);
  [/COLOR][COLOR=#0000BB]cursor[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]pointer[/COLOR][COLOR=#007700];
  -[/COLOR][COLOR=#0000BB]webkit[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]pulse 1.25s infinite cubic[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]bezier[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]0.66[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);
  -[/COLOR][COLOR=#0000BB]moz[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]pulse 1.25s infinite cubic[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]bezier[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]0.66[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);
  -[/COLOR][COLOR=#0000BB]ms[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]pulse 1.25s infinite cubic[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]bezier[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]0.66[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);
  [/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]pulse 1.25s infinite cubic[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]bezier[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]0.66[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]1[/COLOR][COLOR=#007700]);
}
.[/COLOR][COLOR=#0000BB]pulse[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]hover [/COLOR][COLOR=#007700]{
  -[/COLOR][COLOR=#0000BB]webkit[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]none[/COLOR][COLOR=#007700];-[/COLOR][COLOR=#0000BB]moz[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]none[/COLOR][COLOR=#007700];-[/COLOR][COLOR=#0000BB]ms[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]none[/COLOR][COLOR=#007700];[/COLOR][COLOR=#0000BB]animation[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]none[/COLOR][COLOR=#007700];
}

@-[/COLOR][COLOR=#0000BB]webkit[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]keyframes pulse [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]to [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]box[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]shadow[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]0 0 0 45px rgba[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]232[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]76[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]61[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]);}}
@-[/COLOR][COLOR=#0000BB]moz[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]keyframes pulse [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]to [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]box[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]shadow[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]0 0 0 45px rgba[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]232[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]76[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]61[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]);}}
@-[/COLOR][COLOR=#0000BB]ms[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]keyframes pulse [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]to [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]box[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]shadow[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]0 0 0 45px rgba[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]232[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]76[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]61[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]);}}
@[/COLOR][COLOR=#0000BB]keyframes pulse [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]to [/COLOR][COLOR=#007700]{[/COLOR][COLOR=#0000BB]box[/COLOR][COLOR=#007700]-[/COLOR][COLOR=#0000BB]shadow[/COLOR][COLOR=#007700]: [/COLOR][COLOR=#0000BB]0 0 0 45px rgba[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]232[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]76[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]61[/COLOR][COLOR=#007700], [/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]);}}  [/COLOR][/COLOR]
[/LEFT][/CODE]


2: في قالب "Page_container" ، ابحث عن :

كود PHP:

كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#0000BB] [/COLOR][COLOR=#007700]<[/COLOR][COLOR=#0000BB]span [/COLOR][COLOR=#007700]class=[/COLOR][COLOR=#DD0000]"p-navgroup-linkText"[/COLOR][COLOR=#007700]>{{ [/COLOR][COLOR=#0000BB]phrase[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'register'[/COLOR][COLOR=#007700]) }}</[/COLOR][COLOR=#0000BB]span[/COLOR][COLOR=#007700]>  [/COLOR][/COLOR][/ICODE][/LEFT]


غيره بالكود التالي:
كود PHP:

كود:
[LEFT][ICODE][COLOR=#000000] [COLOR=#007700]<[/COLOR][COLOR=#0000BB]span [/COLOR][COLOR=#007700]class=[/COLOR][COLOR=#DD0000]"p-navgroup-linkText"[/COLOR][COLOR=#007700]><[/COLOR][COLOR=#0000BB]span [/COLOR][COLOR=#007700]class=[/COLOR][COLOR=#DD0000]"pulse"[/COLOR][COLOR=#007700]>{{ [/COLOR][COLOR=#0000BB]phrase[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'register'[/COLOR][COLOR=#007700]) }}</[/COLOR][COLOR=#0000BB]span[/COLOR][COLOR=#007700]></[/COLOR][COLOR=#0000BB]span[/COLOR][COLOR=#007700]>  [/COLOR][/COLOR][/ICODE][/LEFT]




مع أجمل تحيه معتادهـ
 
عودة
أعلى