মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
৪৭৯ নং লাইন: ৪৭৯ নং লাইন:
         width: 30%; /* ৩০% স্ক্রীন প্রস্থ */
         width: 30%; /* ৩০% স্ক্রীন প্রস্থ */
     }
     }
}
/* মোবাইলে ফুল-উইডথ, ডেস্কটপে ডান দিকে ইনফোবক্স */
.infobox-person-officeholder {
    width: 100%;
    max-width: 350px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
/* ডেস্কটপে ইনফোবক্স ডান দিকে রাখার জন্য */
@media (min-width: 768px) {
    .infobox-person-officeholder {
        float: right;
        margin-left: 20px;
        width: 30%;
    }
}
/* মোবাইল ভিউতে ইনফোবক্স ফুল-উইডথ */
@media (max-width: 767px) {
    .infobox-person-officeholder {
        width: 100%;
        margin: 0 auto;
    }
}
/* ইনফোবক্সের হেডার স্টাইল */
.infobox-title {
    text-align: center;
    font-size: 125%;
    background: #ebecf0;
    padding: 5px;
}
.infobox-subtitle {
    text-align: center;
    font-size: 110%;
    background: #F8F9FA;
    padding: 5px;
}
.infobox-header {
    text-align: center;
    background: #e5e6fa;
    font-weight: bold;
    padding: 5px;
}
/* ইনফোবক্সের ছবির স্টাইল */
.infobox-image-wrapper {
    position: relative;
    width: 100%;
}
.infobox-img {
    width: 100%;
    height: auto;
    display: block;
}
.infobox-image-caption {
    position: absolute;
    top: 10px;
    right: 15px;
    color: rgba(0, 0, 0, 0.2);
    font-size: 50%;
    font-weight: bold;
    z-index: 1;
    pointer-events: none;
}
/* সিগনেচার সেকশন */
.infobox-signature {
    text-align: center;
}
/* অফিস এবং অর্গানাইজেশন কালার */
.infobox-office, .infobox-organization {
    color: #3465c5;
}
}