مندرجات کا رخ کریں

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

From ورلڈپیڈیا, the free encyclopedia
کوئی خلاصۂ ترمیم نہیں
ٹیگ: ردِّ ترمیم موبائل ترمیم موبائل ویب ترمیم
کوئی خلاصۂ ترمیم نہیں
ٹیگ: ردِّ ترمیم موبائل ترمیم موبائل ویب ترمیم
سطر 1: سطر 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Custom Infobox styling */
@media (max-width: 768px) {
.custom-infobox {
     .mobile-fullwidth img {
    border: 2px solid #ebecf0; /* Light border */
        width: 100% !important;
    padding: 15px;
        height: auto !important;
    width: 300px; /* Box width */
     }
    background-color: #f8f9fa; /* Light background */
    font-family: Arial, sans-serif;
    margin: 15px auto;
}
 
.header {
    text-align: center;
    font-size: 125%;
    background-color: #ebecf0;
    padding: 10px;
}
 
.subheader {
    text-align: center;
    font-size: 110%;
    background-color: #F8F9FA;
    padding: 5px;
}
 
.image-section {
     text-align: center;
    margin-bottom: 10px;
}
 
.profile-image {
    width: 80%;
    height: auto;
     margin-bottom: 5px;
}
 
.capture-date {
    font-size: 0.9em;
    color: #555;
}
 
.designation {
    background-color: #e5e6fa;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
}
 
.designation-title {
    color: #3465c5;
    font-weight: bold;
}
 
.in-office {
    font-style: italic;
    color: #333;
}
 
.personal-details {
    background-color: #e5e6fa;
    padding: 10px;
}
 
.details-header {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
 
.details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
 
.details-table th, .details-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
 
.details-table th {
    background-color: #f2f2f2;
}
 
.signature {
    text-align: center;
    background-color: #e5e6fa;
    padding: 10px;
}
 
.signature-title {
    font-weight: bold;
}
 
.signature-image {
    width: 100px;
    height: auto;
    margin-top: 5px;
}
}

نسخہ بمطابق 00:49، 26 فروری 2025ء

/* CSS placed here will be applied to all skins */
@media (max-width: 768px) {
    .mobile-fullwidth img {
        width: 100% !important;
        height: auto !important;
    }
}