মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
Replaced content with "→CSS placed here will be applied to all skins: " ট্যাগ: প্রতিস্থাপিত |
সম্পাদনা সারাংশ নেই ট্যাগ: পুনর্বহালকৃত মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা |
||
১ নং লাইন: | ১ নং লাইন: | ||
/* 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; | |||
} |