মিডিয়াউইকি:Common.css

Arsait (আলোচনা | অবদান) কর্তৃক ০৪:৫৩, ২৫ ফেব্রুয়ারি ২০২৫ তারিখে সংশোধিত সংস্করণ

লক্ষ্য করুন: প্রকাশ করার পর, পরিবর্তনগুলো দেখতে আপনাকে আপনার ব্রাউজারের ক্যাশে পরিষ্কার করার প্রয়োজন হতে পারে।

  • ফায়ারফক্স / সাফারি: পুনরায় লোড-এ ক্লিক করার সময় শিফট টিপে ধরে রাখুন, অথবা হয় Ctrl-F5 বা Ctrl-R টিপুন (ম্যাকে ⌘-R টিপুন)
  • গুগল ক্রোম: Ctrl-Shift-R (ম্যাকে ⌘-Shift-R) টিপুন
  • এজ: Ctrl ধরে রাখা অবস্থায় Refresh-এ ক্লিক করুন, অথবা Ctrl-F5 টিপুন।
  • অপেরা: Ctrl-F5 টিপুন।
/* CSS placed here will be applied to all skins */
/* Custom Infobox styling */
.custom-infobox {
    border: 2px solid #4CAF50; /* Border color */
    padding: 10px;
    width: 250px; /* Box width */
    margin: 10px;
    background-color: #f9f9f9; /* Background color */
    font-family: Arial, sans-serif;
}

.custom-infobox h2 {
    color: #333; /* Title color */
    font-size: 20px;
    text-align: center;
}

.custom-infobox img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.custom-infobox p {
    font-size: 14px;
    color: #555; /* Text color */
    line-height: 1.5;
}

.custom-infobox a {
    color: #4CAF50; /* Link color */
    text-decoration: none;
}

.custom-infobox a:hover {
    text-decoration: underline;
}