"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: ردِّ ترمیم |
Arsait (تبادلۂ خیال | شراکتیں) کوئی خلاصۂ ترمیم نہیں ٹیگ: دستی ردِّ ترمیم |
||
سطر 483: | سطر 483: | ||
/* | /* মোবাইলে ফুল-উইডথ, ডেস্কটপে ডান দিকে ইনফোবক্স */ | ||
.infobox-person-officeholder { | .infobox-person-officeholder { | ||
width: | width: 100%; | ||
max-width: 350px; | |||
background: #f8f9fa; | |||
background | border: 1px solid #ddd; | ||
border: 1px solid #ddd; | padding: 10px; | ||
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); | |||
box-shadow: | } | ||
/* ডেস্কটপে ইনফোবক্স ডান দিকে রাখার জন্য */ | |||
@media (min-width: 768px) { | |||
float: right; | .infobox-person-officeholder { | ||
float: right; | |||
margin-left: 20px; | |||
width: 30%; | |||
} | |||
} | } | ||
/* মোবাইল ভিউতে ইনফোবক্স ফুল-উইডথ */ | |||
@media (max-width: 767px) { | |||
.infobox-person-officeholder { | |||
width: 100%; | |||
margin: 0 auto; | |||
} | |||
} | } | ||
.infobox- | /* ইনফোবক্সের হেডার স্টাইল */ | ||
.infobox-title { | |||
text-align: center; | |||
font-size: 125%; | |||
background: #ebecf0; | |||
padding: 5px; | |||
} | } | ||
.infobox-subtitle { | |||
.infobox- | text-align: center; | ||
font-size: 110%; | |||
background: #F8F9FA; | |||
padding: 5px; | |||
} | } | ||
.infobox- | .infobox-header { | ||
text-align: center; | |||
background: #e5e6fa; | |||
font-weight: bold; | |||
padding: 5px; | |||
} | } | ||
/* ইনফোবক্সের ছবির স্টাইল */ | |||
.infobox-image-wrapper { | .infobox-image-wrapper { | ||
position: relative; | |||
width: 100%; | |||
} | } | ||
.infobox-img { | .infobox-img { | ||
width: 100%; | width: 100%; | ||
height: auto; | |||
display: block; | |||
} | } | ||
.infobox-image-caption { | |||
.infobox- | 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; | |||
} | } |