মিডিয়াউইকি:Custom.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অবয়ব
Created page with "→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 { f..." ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা |
সম্পাদনা সারাংশ নেই ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা |
||
১ নং লাইন: | ১ নং লাইন: | ||
/* Custom Infobox styling */ | /* Custom Infobox styling */ | ||
/* Custom Infobox Styling */ | |||
.custom-infobox { | .custom-infobox { | ||
border: 2px solid # | border: 2px solid #ccc; | ||
padding: 15px; | |||
width: 320px; | |||
background-color: #ffffff; | |||
font-family: Arial, sans-serif; | |||
margin: 20px auto; | |||
border-radius: 10px; | |||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); | |||
} | |||
.header { | |||
text-align: center; | |||
font-size: 125%; | |||
background-color: #ebecf0; | |||
padding: 10px; | padding: 10px; | ||
width: | font-weight: bold; | ||
margin: | } | ||
background-color: # | |||
font- | .verified-icon { | ||
width: 16px; | |||
vertical-align: middle; | |||
} | |||
.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; | |||
border-radius: 5px; | |||
margin-bottom: 5px; | |||
} | |||
.capture-date { | |||
font-size: 0.9em; | |||
color: #555; | |||
} | |||
.designation { | |||
background-color: #e5e6fa; | |||
text-align: center; | |||
padding: 10px; | |||
margin: 10px 0; | |||
font-weight: bold; | |||
} | |||
.designation-title { | |||
color: #3465c5; | |||
} | |||
.in-office { | |||
font-style: italic; | |||
color: #333; | |||
} | |||
.personal-details { | |||
background-color: #e5e6fa; | |||
padding: 10px; | |||
border-radius: 5px; | |||
} | } | ||
. | .details-header { | ||
font-size: 110%; | |||
font- | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
} | } | ||
. | .details-table { | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | |||
margin-bottom: | 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; | |||
color: # | background-color: #e5e6fa; | ||
padding: 10px; | |||
} | } | ||
. | .signature-title { | ||
font-weight: bold; | |||
} | } | ||
. | .signature-image { | ||
width: 100px; | |||
height: auto; | |||
margin-top: 5px; | |||
} | } |
০৫:০৯, ২৫ ফেব্রুয়ারি ২০২৫ তারিখে সম্পাদিত সর্বশেষ সংস্করণ
/* Custom Infobox styling */
/* Custom Infobox Styling */
.custom-infobox {
border: 2px solid #ccc;
padding: 15px;
width: 320px;
background-color: #ffffff;
font-family: Arial, sans-serif;
margin: 20px auto;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header {
text-align: center;
font-size: 125%;
background-color: #ebecf0;
padding: 10px;
font-weight: bold;
}
.verified-icon {
width: 16px;
vertical-align: middle;
}
.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;
border-radius: 5px;
margin-bottom: 5px;
}
.capture-date {
font-size: 0.9em;
color: #555;
}
.designation {
background-color: #e5e6fa;
text-align: center;
padding: 10px;
margin: 10px 0;
font-weight: bold;
}
.designation-title {
color: #3465c5;
}
.in-office {
font-style: italic;
color: #333;
}
.personal-details {
background-color: #e5e6fa;
padding: 10px;
border-radius: 5px;
}
.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;
}