টেমপ্লেট:Bhikitia:Main Page/styles.css

ভিকিটিয়া থেকে
/* 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;
    }
}