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

ভিকিটিয়া থেকে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
 
(একই ব্যবহারকারী দ্বারা সম্পাদিত ১৩টি মধ্যবর্তী সংশোধন দেখানো হচ্ছে না)
২ নং লাইন: ২ নং লাইন:
.bh-panel {
.bh-panel {
     width: 100%;
     width: 100%;
     margin-bottom: 1.5em;
     margin-bottom: 0; /* Remove space between panels */
     border: 1px solid #d1d1e0;
     border: 2px solid #a2a9b1; /* Add consistent border */
     background-color: #f9f9ff; /* Subtle blue for a modern touch */
     background-color: #ffffff; /* White background for all panels */
     border-radius: 8px;
     border-radius: 0; /* No rounding to ensure seamless connection */
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
     overflow: hidden;
 
/* 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 */
}
}


১৩ নং লাইন: ২১ নং লাইন:
.bh-subpanel {
.bh-subpanel {
     padding: 1.5em;
     padding: 1.5em;
     border-bottom: 1px solid #e0e0eb;
     border-bottom: 1px solid #d1d1d1; /* Separator for subpanels */
}
}


.bh-subpanel:last-child {
.bh-subpanel:last-child {
     border-bottom: none;
     border-bottom: none; /* Remove border for the last subpanel */
}
}


/* Header and Titles */
/* Titles and Text */
.bh-subpanel h1,
.bh-header h1, .bh-subpanel h2 {
.bh-subpanel h2 {
     font-family: 'Noto Serif Bengali', 'SolaimanLipi', serif; /* Bengali font for titles */
     font-family: 'Segoe UI', Tahoma, sans-serif;
     color: #202122; /* Darker text color */
     color: #4a4a8c;
     font-size: 2.2em;
     font-size: 2em;
     margin-bottom: 1em;
     margin-bottom: 0.5em;
     text-align: center;
     text-align: center;
    border-bottom: 2px solid #a2a9b1; /* Underline effect */
    padding-bottom: 0.2em;
}
}


.bh-subpanel h1 {
.bh-header h1 {
     font-size: 2.5em; /* Larger for the main title */
     font-size: 2.8em; /* Larger for the header title */
}
}


.bh-subpanel h2 {
/* Links */
    text-align: left; /* Left-aligned for section titles */
.bh-header a, .bh-subpanel a {
}
     color: #0066cc; /* Blue for links */
 
/* Text and Links */
.bh-subpanel p,
.bh-subpanel div,
.bh-subpanel ul {
    color: #333;
    font-size: 1.1em;
    line-height: 1.6em;
}
 
.bh-subpanel a {
     color: #0066cc;
     text-decoration: none;
     text-decoration: none;
    font-family: 'Noto Serif Bengali', sans-serif; /* Bengali font for links */
}
}


.bh-subpanel a:hover {
.bh-header a:hover, .bh-subpanel a:hover {
     text-decoration: underline;
     text-decoration: underline; /* Underline on hover */
}
 
/* Input and Search Boxes */
input[type="search"] {
    width: 90%;
    max-width: 500px;
    padding: 0.8em;
    border: 1px solid #ccccff;
    border-radius: 4px;
    font-size: 1em;
    margin-top: 0.5em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}


input[type="submit"] {
/* Responsive Text Adjustments */
    background-color: #4a4a8c;
    color: white;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    display: block;
    margin: 1em auto 0;
}
 
input[type="submit"]:hover {
    background-color: #3b3b70;
}
 
/* Responsive Adjustments */
@media (max-width: 768px) {
@media (max-width: 768px) {
     .bh-panel {
     .bh-header h1, .bh-subpanel h2 {
         margin-bottom: 1em;
         font-size: 1.8em;
     }
     }
    .bh-subpanel {
 
        padding: 1em;
     .bh-header p, .bh-subpanel p {
    }
    .bh-subpanel h1 {
        font-size: 2em;
    }
    .bh-subpanel h2 {
        font-size: 1.5em;
    }
     .bh-subpanel p,
    .bh-subpanel div,
    .bh-subpanel ul {
         font-size: 1em;
         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;
    }
}