টেমপ্লেট:Bhikitia:Main Page/styles.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
পারভেজ হুসেন তালুকদার (আলাপ)-এর সম্পাদিত 2099 নম্বর সংশোধনটি বাতিল করা হয়েছে ট্যাগ: পূর্বাবস্থায় ফেরত |
সম্পাদনা সারাংশ নেই |
||
| ১ নং লাইন: | ১ নং লাইন: | ||
/* General Panel Styling | /* General Panel Styling */ | ||
.bh-panel { | .bh-panel { | ||
width: 100%; | width: 100%; | ||
margin-bottom: 0; /* Remove space between panels */ | margin-bottom: 0; /* Remove space between panels */ | ||
border: 2px solid #a2a9b1; /* | border: 2px solid #a2a9b1; /* Add consistent border */ | ||
background-color: #ffffff; /* White background for all panels */ | |||
background-color: #ffffff; /* White background for | border-radius: 0; /* No rounding to ensure seamless connection */ | ||
border-radius: 0; /* | |||
} | } | ||
/* | /* Header Styling as Part of the Panel */ | ||
.bh- | .bh-header { | ||
padding: 1.5em; | |||
background-color: #f9f9ff; /* Subtle background color */ | |||
text-align: center; | |||
border-bottom: 2px solid #a2a9b1; /* Ensure bottom border connects to the next panel */ | |||
border-bottom: 2px solid #a2a9b1; /* | |||
} | } | ||
| ৩৩ নং লাইন: | ১৯ নং লাইন: | ||
.bh-subpanel { | .bh-subpanel { | ||
padding: 1.5em; | padding: 1.5em; | ||
border-bottom: 1px solid #d1d1d1; /* | border-bottom: 1px solid #d1d1d1; /* Separator for subpanels */ | ||
} | } | ||
| ৪০ নং লাইন: | ২৬ নং লাইন: | ||
} | } | ||
/* | /* Titles and Text */ | ||
.bh- | .bh-header h1, .bh-subpanel h2 { | ||
.bh-subpanel h2 { | |||
font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */ | font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */ | ||
color: #202122; /* Darker | color: #202122; /* Darker text color */ | ||
font-size: 2.2em; | font-size: 2.2em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
| ৫২ নং লাইন: | ৩৭ নং লাইন: | ||
} | } | ||
.bh- | .bh-header h1 { | ||
font-size: 2.8em; /* Larger for the | font-size: 2.8em; /* Larger for the header title */ | ||
} | } | ||
/* | /* Links */ | ||
.bh- | .bh-header a, .bh-subpanel a { | ||
.bh-subpanel a { | |||
color: #0066cc; /* Blue for links */ | color: #0066cc; /* Blue for links */ | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.bh-subpanel a:hover { | .bh-header a:hover, .bh-subpanel a:hover { | ||
text-decoration: underline; | text-decoration: underline; /* Underline on hover */ | ||
/* | |||
} | } | ||
২১:৩৮, ২৮ নভেম্বর ২০২৪ তারিখে সংশোধিত সংস্করণ
/* General Panel Styling */
.bh-panel {
width: 100%;
margin-bottom: 0; /* Remove space between panels */
border: 2px solid #a2a9b1; /* Add consistent border */
background-color: #ffffff; /* White background for all panels */
border-radius: 0; /* No rounding to ensure seamless connection */
}
/* Header Styling as Part of the Panel */
.bh-header {
padding: 1.5em;
background-color: #f9f9ff; /* Subtle background color */
text-align: center;
border-bottom: 2px solid #a2a9b1; /* Ensure bottom border connects to the next panel */
}
/* Subpanel Styling */
.bh-subpanel {
padding: 1.5em;
border-bottom: 1px solid #d1d1d1; /* Separator for subpanels */
}
.bh-subpanel:last-child {
border-bottom: none; /* Remove border for the last subpanel */
}
/* Titles and Text */
.bh-header h1, .bh-subpanel h2 {
font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */
color: #202122; /* Darker text color */
font-size: 2.2em;
margin-bottom: 1em;
text-align: center;
border-bottom: 2px solid #a2a9b1; /* Underline effect */
padding-bottom: 0.2em;
}
.bh-header h1 {
font-size: 2.8em; /* Larger for the header title */
}
/* Links */
.bh-header a, .bh-subpanel a {
color: #0066cc; /* Blue for links */
text-decoration: none;
}
.bh-header a:hover, .bh-subpanel a:hover {
text-decoration: underline; /* Underline on hover */
}