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

کوئی خلاصۂ ترمیم نہیں
ٹیگ: ردِّ ترمیم موبائل ترمیم موبائل ویب ترمیم
کوئی خلاصۂ ترمیم نہیں
ٹیگ: ردِّ ترمیم موبائل ترمیم موبائل ویب ترمیم
سطر 2: سطر 2:
/* Custom Infobox styling */
/* Custom Infobox styling */
.custom-infobox {
.custom-infobox {
     border: 2px solid #4CAF50; /* Border color */
     border: 2px solid #ebecf0; /* Light border */
    padding: 15px;
    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;
     padding: 10px;
    width: 250px; /* Box width */
    margin: 10px;
    background-color: #f9f9f9; /* Background color */
    font-family: Arial, sans-serif;
}
}


.custom-infobox h2 {
.details-header {
     color: #333; /* Title color */
     font-size: 110%;
     font-size: 20px;
     font-weight: bold;
     text-align: center;
     text-align: center;
}
}


.custom-infobox img {
.details-table {
     width: 100%;
     width: 100%;
     height: auto;
     border-collapse: collapse;
     margin-bottom: 10px;
     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;
}
}


.custom-infobox p {
.signature {
     font-size: 14px;
     text-align: center;
     color: #555; /* Text color */
     background-color: #e5e6fa;
     line-height: 1.5;
     padding: 10px;
}
}


.custom-infobox a {
.signature-title {
     color: #4CAF50; /* Link color */
     font-weight: bold;
    text-decoration: none;
}
}


.custom-infobox a:hover {
.signature-image {
     text-decoration: underline;
    width: 100px;
    height: auto;
     margin-top: 5px;
}
}