টেমপ্লেট:Bhikitia:Main Page/styles.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য
সম্পাদনা সারাংশ নেই |
সম্পাদনা সারাংশ নেই |
||
| ১ নং লাইন: | ১ নং লাইন: | ||
/* | /* General Styles for Panels */ | ||
.bh-panel { | .bh-panel { | ||
width: 100%; | width: 100%; | ||
margin-bottom: | margin-bottom: 1em; | ||
border: 1px solid #d1d1e0; | border: 1px solid #d1d1e0; | ||
background-color: #f5f5fa; | background-color: #f5f5fa; | ||
border-radius: 8px; | border-radius: 8px; | ||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); | ||
overflow: hidden; | |||
} | } | ||
/* Subpanel | /* Subpanel Styles */ | ||
.bh-subpanel { | .bh-subpanel { | ||
padding: | padding: 1em; | ||
border-bottom: 1px solid #e0e0eb; | border-bottom: 1px solid #e0e0eb; | ||
} | } | ||
.bh-subpanel:last-child { | |||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
/* | /* Header Styles */ | ||
.bh- | .bh-subpanel h1, | ||
.bh-subpanel h2 { | |||
font-family: 'Segoe UI', Tahoma, sans-serif; | |||
color: #4a4a8c; | |||
font-size: 1.8em; | |||
margin-bottom: 0.5em; | |||
text-align: center; | text-align: center; | ||
} | } | ||
/* | /* Text and Links */ | ||
.bh-subpanel | .bh-subpanel p, | ||
color: # | .bh-subpanel div, | ||
font- | .bh-subpanel ul { | ||
color: #333; | |||
font-size: 1em; | |||
line-height: 1.5em; | |||
} | } | ||
.bh-subpanel a { | .bh-subpanel a { | ||
color: #0066cc; | color: #0066cc; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.bh-subpanel a:hover { | .bh-subpanel a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
/* Search | /* Search Box */ | ||
#MP { | #MP, | ||
#MP_Bangla { | |||
width: 100%; | width: 100%; | ||
padding: 0.6em; | padding: 0.6em; | ||
border: 1px solid #ccccff; | border: 1px solid #ccccff; | ||
border-radius: 4px; | border-radius: 4px; | ||
font-size: 1em; | font-size: 1em; | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
} | } | ||
/* Responsive Adjustments for Mobile */ | |||
/* Responsive | |||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.bh-panel { | .bh-panel { | ||
margin-bottom: | margin-bottom: 0.8em; | ||
} | } | ||
.bh-subpanel { | .bh-subpanel { | ||
padding: 1em; | padding: 1em; | ||
} | } | ||
.bh-subpanel h1, .bh-subpanel h2 { | .bh-subpanel h1, | ||
font-size: 1. | .bh-subpanel h2 { | ||
font-size: 1.5em; | |||
} | |||
.bh-subpanel div, | |||
.bh-subpanel ul { | |||
font-size: 0.9em; | |||
} | |||
#MP, | |||
#MP_Bangla { | |||
width: 100%; | |||
font-size: 0.9em; | |||
} | } | ||
} | } | ||
২১:১৪, ২৮ নভেম্বর ২০২৪ তারিখে সংশোধিত সংস্করণ
/* General Styles for Panels */
.bh-panel {
width: 100%;
margin-bottom: 1em;
border: 1px solid #d1d1e0;
background-color: #f5f5fa;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
/* Subpanel Styles */
.bh-subpanel {
padding: 1em;
border-bottom: 1px solid #e0e0eb;
}
.bh-subpanel:last-child {
border-bottom: none;
}
/* Header Styles */
.bh-subpanel h1,
.bh-subpanel h2 {
font-family: 'Segoe UI', Tahoma, sans-serif;
color: #4a4a8c;
font-size: 1.8em;
margin-bottom: 0.5em;
text-align: center;
}
/* Text and Links */
.bh-subpanel p,
.bh-subpanel div,
.bh-subpanel ul {
color: #333;
font-size: 1em;
line-height: 1.5em;
}
.bh-subpanel a {
color: #0066cc;
text-decoration: none;
}
.bh-subpanel a:hover {
text-decoration: underline;
}
/* Search Box */
#MP,
#MP_Bangla {
width: 100%;
padding: 0.6em;
border: 1px solid #ccccff;
border-radius: 4px;
font-size: 1em;
margin-top: 0.5em;
}
/* Responsive Adjustments for Mobile */
@media (max-width: 768px) {
.bh-panel {
margin-bottom: 0.8em;
}
.bh-subpanel {
padding: 1em;
}
.bh-subpanel h1,
.bh-subpanel h2 {
font-size: 1.5em;
}
.bh-subpanel div,
.bh-subpanel ul {
font-size: 0.9em;
}
#MP,
#MP_Bangla {
width: 100%;
font-size: 0.9em;
}
}