یاد دہانی: محفوظ کرنے کے بعد ان تبدیلیوں کو دیکھنے کے لیے آپ کو اپنے براؤزر کا کیش (cache) صاف کرنا ہوگا۔

  • فائرفاکس/ سفاری: جب Reload پر کلک کریں تو Shift دباکر رکھیں، یا Ctrl-F5 یا Ctrl-R دبائیں (Mac پر R-⌘)
  • گوگل کروم: Ctrl-Shift-R دبائیں (Mac پر Shift-R-⌘)
  • انٹرنیٹ ایکسپلورر: جب Refresh پر کلک کریں تو Ctrl یا Ctrl-F5 دبائیں
  • اوپیرا: Tools → Preferences میں جائیں اور کیش (cache) صاف کریں
/* 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;
}