مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۸۱۰: خط ۸۱۰:


/* --------------------- End of Full CSS --------------------- */
/* --------------------- End of Full CSS --------------------- */
.video-box {
/* بازنشانی استایل‌های اضافی برای ویدیو */
     max-width: 900px;
video {
    margin: auto;
     box-shadow: none !important;
}
     border: none !important;
 
     outline: none !important;
.video-box video {
     background: transparent !important;
    width: 100% !important;
     height: auto !important;
     border-radius: 10px;
    overflow: hidden;
}
 
 
 
/* تنظیم واکنش‌گرایی ویدیو در داخل الگو */
.thumbinner video {
    max-width: 100% !important;
     height: auto !important;
     display: block;
     display: block;
}
/* برای موبایل: ویدیو تمام‌عرض شود */
@media screen and (max-width: 600px) {
    .thumb.video {
        width: 100% !important;
        float: none !important;
        margin: 10px 0 !important;
    }
}
}