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

ভিকিটিয়া থেকে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
১ নং লাইন: ১ নং লাইন:
/* General Panel Styling */
/* General Panel Styling with Borders */
.bh-panel {
.bh-panel {
     width: 100%;
     width: 100%;
     margin-bottom: 2em; /* Increased bottom margin between panels for larger gaps */
     margin-bottom: 2em; /* Space between panels */
     border: 1px solid #d1d1e0;
     border: 2px solid #a2a9b1; /* Subtle gray border for a classic look */
     background-color: #f9f9ff;
     background-color: #ffffff; /* White background for contrast */
     border-radius: 8px;
     border-radius: 4px; /* Optional: slight rounding for modern feel */
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
     overflow: hidden;
     padding: 1em;
}
}


/* Subpanel Styling */
/* Subpanel Styling (Inner Sections) */
.bh-subpanel {
.bh-subpanel {
     padding: 1.5em; /* Slightly larger padding for better spacing */
     padding: 1em;
     border-bottom: 1px solid #e0e0eb;
     border-bottom: 1px solid #d1d1d1; /* Separator line between sections */
}
}


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


/* Header and Titles */
/* Header and Titles with Borders */
.bh-subpanel h1,
.bh-subpanel h1,
.bh-subpanel h2 {
.bh-subpanel h2 {
     font-family: 'Segoe UI', Tahoma, sans-serif;
     font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */
     color: #4a4a8c;
     color: #202122; /* Darker gray for elegant text */
     font-size: 2.2em; /* Slightly larger font size for titles */
     font-size: 2em;
     margin-bottom: 1em; /* Increased gap below titles */
     margin-bottom: 1em;
     text-align: center;
     text-align: center;
    border-bottom: 2px solid #a2a9b1; /* Underline effect with border */
    padding-bottom: 0.2em;
}
}


.bh-subpanel h1 {
.bh-subpanel h1 {
     font-size: 2.8em; /* Larger for the main title */
     font-size: 2.8em; /* Larger for the main header */
    margin-bottom: 1.5em; /* Increased spacing under the main title */
}
 
.bh-subpanel h2 {
    text-align: left;
    margin-bottom: 1em; /* Consistent spacing for section titles */
}
}


৪৬ নং লাইন: ৪২ নং লাইন:
     color: #333;
     color: #333;
     font-size: 1.1em;
     font-size: 1.1em;
     line-height: 1.8em; /* Increased line spacing for better readability */
     line-height: 1.8em;
     margin: 1em 0; /* Larger spacing between paragraphs */
     margin: 1em 0;
}
}


.bh-subpanel a {
.bh-subpanel a {
     color: #0066cc;
     color: #0066cc; /* Blue for links */
     text-decoration: none;
     text-decoration: none;
}
}
৫৯ নং লাইন: ৫৫ নং লাইন:
}
}


/* Input and Search Boxes */
/* Search Box and Buttons */
input[type="search"] {
input[type="search"] {
     width: 90%;
     width: 90%;
     max-width: 500px;
     max-width: 500px;
     padding: 0.8em; /* Comfortable padding inside the input */
     padding: 0.8em;
     border: 1px solid #ccccff;
     border: 2px solid #a2a9b1;
     border-radius: 4px;
     border-radius: 4px;
     font-size: 1.1em;
     font-size: 1.1em;
     margin-top: 1em; /* Increased spacing above input boxes */
     margin-top: 1em;
     display: block;
     display: block;
     margin-left: auto;
     margin-left: auto;
৭৪ নং লাইন: ৭০ নং লাইন:


input[type="submit"] {
input[type="submit"] {
     background-color: #4a4a8c;
     background-color: #3366cc; /* Darker blue for buttons */
     color: white;
     color: white;
     padding: 0.8em 1.5em;
     padding: 0.8em 1.5em;
৮২ নং লাইন: ৭৮ নং লাইন:
     font-size: 1em;
     font-size: 1em;
     display: block;
     display: block;
     margin: 1.5em auto 0; /* Increased spacing above buttons */
     margin: 1.5em auto 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
}
}


input[type="submit"]:hover {
input[type="submit"]:hover {
     background-color: #3b3b70;
     background-color: #294a96; /* Darker blue on hover */
}
}


৯২ নং লাইন: ৮৯ নং লাইন:
@media (max-width: 768px) {
@media (max-width: 768px) {
     .bh-panel {
     .bh-panel {
         margin-bottom: 1.5em; /* Slightly smaller gaps for smaller screens */
         margin-bottom: 1.5em;
        padding: 0.8em;
     }
     }
     .bh-subpanel {
     .bh-subpanel {
         padding: 1.2em;
         padding: 0.8em;
     }
     }
     .bh-subpanel h1 {
     .bh-subpanel h1 {
         font-size: 2.4em;
         font-size: 2.4em;
        margin-bottom: 1em;
     }
     }
     .bh-subpanel h2 {
     .bh-subpanel h2 {
         font-size: 1.8em;
         font-size: 1.8em;
        margin-bottom: 0.8em;
     }
     }
     .bh-subpanel p,
     .bh-subpanel p,

২১:২৩, ২৮ নভেম্বর ২০২৪ তারিখে সংশোধিত সংস্করণ

/* General Panel Styling with Borders */
.bh-panel {
    width: 100%;
    margin-bottom: 2em; /* Space between panels */
    border: 2px solid #a2a9b1; /* Subtle gray border for a classic look */
    background-color: #ffffff; /* White background for contrast */
    border-radius: 4px; /* Optional: slight rounding for modern feel */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    padding: 1em;
}

/* Subpanel Styling (Inner Sections) */
.bh-subpanel {
    padding: 1em;
    border-bottom: 1px solid #d1d1d1; /* Separator line between sections */
}

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

/* Header and Titles with Borders */
.bh-subpanel h1,
.bh-subpanel h2 {
    font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */
    color: #202122; /* Darker gray for elegant text */
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
    border-bottom: 2px solid #a2a9b1; /* Underline effect with border */
    padding-bottom: 0.2em;
}

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

/* Text and Links */
.bh-subpanel p,
.bh-subpanel div,
.bh-subpanel ul {
    color: #333;
    font-size: 1.1em;
    line-height: 1.8em;
    margin: 1em 0;
}

.bh-subpanel a {
    color: #0066cc; /* Blue for links */
    text-decoration: none;
}

.bh-subpanel a:hover {
    text-decoration: underline;
}

/* Search Box and Buttons */
input[type="search"] {
    width: 90%;
    max-width: 500px;
    padding: 0.8em;
    border: 2px solid #a2a9b1;
    border-radius: 4px;
    font-size: 1.1em;
    margin-top: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input[type="submit"] {
    background-color: #3366cc; /* Darker blue for buttons */
    color: white;
    padding: 0.8em 1.5em;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    display: block;
    margin: 1.5em auto 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); /* Slight shadow for depth */
}

input[type="submit"]:hover {
    background-color: #294a96; /* Darker blue on hover */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .bh-panel {
        margin-bottom: 1.5em;
        padding: 0.8em;
    }
    .bh-subpanel {
        padding: 0.8em;
    }
    .bh-subpanel h1 {
        font-size: 2.4em;
    }
    .bh-subpanel h2 {
        font-size: 1.8em;
    }
    .bh-subpanel p,
    .bh-subpanel div,
    .bh-subpanel ul {
        font-size: 1em;
        margin: 0.8em 0;
        line-height: 1.6em;
    }
}