মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
সম্পাদনা সারাংশ নেই ট্যাগ: হাতদ্বারা প্রত্যাবর্তন |
সম্পাদনা সারাংশ নেই |
||
৫৬৩ নং লাইন: | ৫৬৩ নং লাইন: | ||
.infobox-office, .infobox-organization { | .infobox-office, .infobox-organization { | ||
color: #3465c5; | color: #3465c5; | ||
} | |||
/* Infobox Styling */ | |||
.infobox-businessman { | |||
width: 250px; /* ডেক্সটপে ইনফোবক্সের প্রস্থ */ | |||
float: right; /* ডান পাশে অবস্থান করবে */ | |||
margin: 0 0 1em 1em; /* উপরে এবং ডানে মার্জিন */ | |||
background: #f8f9fa; | |||
border: 1px solid #a2a9b1; | |||
padding: 8px; | |||
font-size: 90%; | |||
border-radius: 5px; | |||
} | |||
/* ইনফোবক্সের টেক্সট সেন্টার করা */ | |||
.infobox-businessman th { | |||
background: #e5e6fa; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
/* ইনফোবক্সের টেবিল কন্টেন্ট */ | |||
.infobox-businessman td, .infobox-businessman th { | |||
padding: 6px; | |||
} | |||
/* ইনফোবক্সে থাকা ইমেজ সম্পূর্ণ প্রস্থে দেখানো */ | |||
.infobox-businessman img { | |||
width: 100%; | |||
height: auto; | |||
display: block; | |||
} | |||
/* মোবাইল ভিউতে ইনফোবক্সের অবস্থান */ | |||
@media (max-width: 768px) { | |||
.infobox-businessman { | |||
width: 100%; /* পুরো প্রস্থ নেবে */ | |||
float: none; /* ফ্লোট থাকবে না */ | |||
margin: 0 auto 1em auto; /* নিচে মার্জিন */ | |||
} | |||
} | } |