عرض مشاركة واحدة
احصائياتى

الردود
3

المشاهدات
1285
maaidni
.:: معرب ومطور ومشرف ::.
قسم منتديات XenForo
  • maaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to beholdmaaidni is a splendid one to behold

  • maaidni غير متواجد حالياً

المشاركات
998

+التقييم
187

تاريخ التسجيل
Oct 2015

الاقامة
المغرب

نظام التشغيل
windows 8.1

رقم العضوية
605
11-04-2018, 03:26 PM
المشاركة 1
11-04-2018, 03:26 PM
المشاركة 1
افتراضي إضافة تأثير على الصورة الرمزية عند تمرير الماوس xenforo 2
سنقدم لك تأثيرًا رائعًا عند مرور الماوس على الصورة الرمزية. ما عليك سوى لصق كود css في قالب extra.less للستايل المراد التعديل عليه.
كود:
extra.less
كود:
/*avatar MAAIDNI MohammeD*/
.message-avatar-wrapper .avatar:before,
.message-avatar-wrapper .avatar:after{
    border-color: #00c5de;
}
.message-avatar-wrapper a:before,
.message-avatar-wrapper a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 5%; /*Ne touchez pas ce paramètre si vous avez un avatar carré ou rectangulaire. Si vous avez un avatar, changez simplement le réglage sur "50%".*/
    transition: .3s all;
    border: 2px solid;
}
.message-avatar-wrapper a:hover:after{
   -webkit-transform: scale(1.5);
}
.message-avatar-wrapper a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}
/*avatar MAAIDNI MohammeD*/
المعاينة على النحو التالي: