টেমপ্লেট:Bhikitia:Main Page/styles.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

ভিকিটিয়া থেকে
সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত
সম্পাদনা সারাংশ নেই
 
(একই ব্যবহারকারী দ্বারা সম্পাদিত ৭টি মধ্যবর্তী সংশোধন দেখানো হচ্ছে না)
১ নং লাইন: ১ নং লাইন:
/* Header Styling with Border */
/* 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 {
.bh-header {
     width: 100%;
     padding: 1.5em;
     margin-bottom: 1.5em; /* Space below the header */
    background-color: #f9f9ff; /* Subtle background color */
     padding: 1.5em; /* Inner padding for spacing */
    text-align: center;
     border: 2px solid #a2a9b1; /* Solid border around the header */
     border-bottom: 2px solid #a2a9b1; /* Ensure bottom border connects to the next panel */
     background-color: #ffffff; /* White background */
    font-family: 'Noto Serif Bengali', 'SolaimanLipi', serif; /* Bengali font support */
     border-radius: 8px; /* Rounded corners for aesthetics */
    direction: ltr; /* Left-to-right text direction */
     text-align: center; /* Center the text */
}
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
 
/* 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: 'Noto Serif Bengali', 'SolaimanLipi', serif; /* Bengali font for titles */
     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;
}
}


/* Title in the Header */
.bh-header h1 {
.bh-header h1 {
    font-family: 'Georgia', 'Times New Roman', serif; /* Serif font for title */
     font-size: 2.8em; /* Larger for the header title */
     font-size: 2.8em; /* Large font size for prominence */
    color: #4a4a8c; /* Deep blue color */
    margin: 0; /* Remove extra margin */
}
}


/* Subtitle Text */
/* Links */
.bh-header p {
.bh-header a, .bh-subpanel a {
    font-family: 'Arial', sans-serif; /* Clean sans-serif font */
     color: #0066cc; /* Blue for links */
     font-size: 1.2em; /* Standard font size for readability */
     text-decoration: none;
     color: #333; /* Neutral dark gray color */
     font-family: 'Noto Serif Bengali', sans-serif; /* Bengali font for links */
     margin: 0.5em 0; /* Spacing between paragraphs */
}
}


/* Links in the Header */
.bh-header a:hover, .bh-subpanel a:hover {
.bh-header a {
     text-decoration: underline; /* Underline on hover */
    color: #0066cc; /* Blue for links */
     text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold for emphasis */
}
}


.bh-header a:hover {
/* Responsive Text Adjustments */
    text-decoration: underline; /* Add underline on hover */
@media (max-width: 768px) {
    .bh-header h1, .bh-subpanel h2 {
        font-size: 1.8em;
    }
 
    .bh-header p, .bh-subpanel p {
        font-size: 1em;
    }
}
}

২১:৪০, ২৮ নভেম্বর ২০২৪ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

/* 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 */
    font-family: 'Noto Serif Bengali', 'SolaimanLipi', serif; /* Bengali font support */
    direction: ltr; /* Left-to-right text direction */
}

/* 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: 'Noto Serif Bengali', 'SolaimanLipi', serif; /* Bengali font for titles */
    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;
    font-family: 'Noto Serif Bengali', sans-serif; /* Bengali font for links */
}

.bh-header a:hover, .bh-subpanel a:hover {
    text-decoration: underline; /* Underline on hover */
}

/* Responsive Text Adjustments */
@media (max-width: 768px) {
    .bh-header h1, .bh-subpanel h2 {
        font-size: 1.8em;
    }

    .bh-header p, .bh-subpanel p {
        font-size: 1em;
    }
}