المشاركات 11,551 |
+التقييم 322 |
تاريخ التسجيل Jul 2015 |
الاقامة فى الدنيا |
نظام التشغيل windows 8 |
رقم العضوية 18 |
/* Glowing Notification Bubble - START */
.notifications-count {
border-radius: 100%;
-webkit-animation: red-glowing 1500ms infinite;
-moz-animation: red-glowing 1500ms infinite;
-o-animation: red-glowing 1500ms infinite;
animation: red-glowing 1500ms infinite
}
.notifications-count.h-hide-imp {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none
}
@-webkit-keyframes red-glowing {
0% {
background-color: #D31F1F;
-webkit-box-shadow: 0 0 3px #D31F1F;
}
50% {
background-color: #851414;
-webkit-box-shadow: 0 0 15px #851414;
}
100% {
background-color: #D31F1F;
-webkit-box-shadow: 0 0 3px #D31F1F;
}
}
@-moz-keyframes red-glowing {
0% {
background-color: #D31F1F;
-moz-box-shadow: 0 0 3px #D31F1F;
}
50% {
background-color: #851414;
-moz-box-shadow: 0 0 15px #851414;
}
100% {
background-color: #D31F1F;
-moz-box-shadow: 0 0 3px #D31F1F;
}
}
@-o-keyframes red-glowing {
0% {
background-color: #D31F1F;
box-shadow: 0 0 3px #D31F1F;
}
50% {
background-color: #851414;
box-shadow: 0 0 15px #851414;
}
100% {
background-color: #D31F1F;
box-shadow: 0 0 3px #D31F1F;
}
}
@keyframes red-glowing {
0% {
background-color: #D31F1F;
box-shadow: 0 0 3px #D31F1F;
}
50% {
background-color: #851414;
box-shadow: 0 0 15px #851414;
}
100% {
background-color: #D31F1F;
box-shadow: 0 0 3px #D31F1F;
}
}
/* Glowing Notification Bubble - END */
اضافة رد
|
تنبيهات الجيل الخامس بشكل جديد, اضافة وهج لتنبيهات والاشعارات
أدوات الموضوع | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
[ vBulletin 5 ] : شرح اضافة الخط الكوفي لمنتديات الجيل الخامس vbulletin 5 | هيلبرنت | ركن تطـوير منتديات vBulletin | 5 | 02-16-2020 11:47 AM |
[ شرح ] : اضافة تنبيهات او معلومات فوق صندوق الرد السريع | shqawe | ركن شروحات الزين فورو XENFORO | 5 | 01-18-2020 07:49 PM |
[ شرح ] : طريقة وضع ايقونة اضافة موضوع جديد داخل الموضوع للمنتديات Xenforo 2 الزين فورو الجيل الثانى | 14SAT | ركن شروحات الزين فورو XENFORO | 6 | 04-16-2019 10:23 AM |
طريقة تركيب كود اشترك الآن في تنبيهات موقعنا ليصلك كل جديد من خلال موقع foxpush | هيلبرنت | ركن تطوير المواقع | 6 | 06-11-2018 06:07 PM |
جوجل ترسل لاصحاب المواقع تنبيهات لمن لدية خطاء فى اضافة كود Hreflang | هيلبرنت | ركن تقنيات محركات البحث سيو SEO | 0 | 02-26-2016 10:32 PM |