মিডিয়াউইকি:Common.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
সম্পাদনা সারাংশ নেই ট্যাগ: পুনর্বহালকৃত |
সম্পাদনা সারাংশ নেই ট্যাগ: পুনর্বহালকৃত |
||
১ নং লাইন: | ১ নং লাইন: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Layout for content and infobox | /* Layout for content and infobox | ||
.content-container { | .content-container { | ||
display: flex; | display: flex; | ||
৩১ নং লাইন: | ৩১ নং লাইন: | ||
margin: 0 0 15px 0; | margin: 0 0 15px 0; | ||
} | } | ||
} | |||
*/ | |||
/* Styling for Infobox */ | |||
.infobox { | |||
float: right; /* Position the infobox to the right */ | |||
margin-left: 20px; /* Add some space between infobox and text */ | |||
margin-bottom: 20px; /* Add space at the bottom */ | |||
} | |||
/* Ensure the text starts from the left and wraps around the infobox */ | |||
.page-content { | |||
overflow: hidden; /* Ensure the text wraps around the infobox */ | |||
padding-right: 20px; /* Add some padding to avoid text touching the infobox */ | |||
} | } |