"میڈیاویکی:Common.css" کے نسخوں کے درمیان فرق

ٹیگ: مواد کی تبدیلی
کوئی خلاصۂ ترمیم نہیں
ٹیگ: ردِّ ترمیم موبائل ترمیم موبائل ویب ترمیم
سطر 1: سطر 1:
/* CSS placed here will be applied to all skins */
/* 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;
}