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

ভিকিটিয়া থেকে
সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত
সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত
২ নং লাইন: ২ নং লাইন:
.bh-header {
.bh-header {
     width: 100%;
     width: 100%;
     padding: 1.5em;
     padding: 1em; /* Adjust padding for better alignment */
     margin-bottom: 1.5em; /* Space below the header */
     margin-bottom: 1.5em; /* Space below the header */
     border: 3px solid #a2a9b1; /* Solid border for the header */
     border: 3px solid #a2a9b1; /* Solid border for the header */
     background-color: #ffffff; /* White background for contrast */
     background-color: #ffffff; /* White background */
     border-radius: 8px; /* Rounded corners for better appearance */
     border-radius: 8px; /* Rounded corners */
     text-align: center; /* Center align text */
     text-align: center; /* Center align text */
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
/* Remove Margin from Inner Elements */
.bh-header h1,
.bh-header p {
    margin: 0; /* Reset default margin */
    padding: 0; /* Ensure no extra padding is added */
}
}


১৯ নং লাইন: ২৬ নং লাইন:
}
}


/* Header Subtitle Styling */
/* Subtitle Text Styling */
.bh-header p {
.bh-header p {
     font-family: 'Arial', sans-serif; /* Clean sans-serif font for subtitles */
     font-family: 'Arial', sans-serif; /* Clean sans-serif font for subtitles */
     font-size: 1.2em; /* Slightly smaller font for readability */
     font-size: 1.2em; /* Slightly smaller font */
     color: #333; /* Neutral dark gray for text */
     color: #333; /* Neutral dark gray */
     margin: 0.5em 0; /* Space between paragraphs */
     line-height: 1.6; /* Adjust line height for readability */
}
}


৩৬ নং লাইন: ৪৩ নং লাইন:
.bh-header a:hover {
.bh-header a:hover {
     text-decoration: underline; /* Underline links on hover */
     text-decoration: underline; /* Underline links on hover */
}
/* General Panel Styling for Other Sections */
.bh-panel {
    width: 100%;
    margin-bottom: 0; /* Remove gap between panels */
    border: 2px solid #a2a9b1; /* Borders for panels */
    background-color: #ffffff; /* White background */
    border-radius: 0; /* Remove rounded corners for a seamless connection */
}
/* Text and Links for Panels */
.bh-panel h2 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 2.2em;
    color: #202122;
    margin-bottom: 1em;
    text-align: center;
    border-bottom: 2px solid #a2a9b1; /* Underline effect */
    padding-bottom: 0.2em;
}
.bh-panel p,
.bh-panel ul {
    font-family: 'Arial', sans-serif;
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 1em 0;
    color: #333;
}
.bh-panel a {
    color: #0066cc;
    text-decoration: none;
}
.bh-panel a:hover {
    text-decoration: underline;
}
}

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

/* Header Styling with Border */
.bh-header {
    width: 100%;
    padding: 1em; /* Adjust padding for better alignment */
    margin-bottom: 1.5em; /* Space below the header */
    border: 3px solid #a2a9b1; /* Solid border for the header */
    background-color: #ffffff; /* White background */
    border-radius: 8px; /* Rounded corners */
    text-align: center; /* Center align text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Remove Margin from Inner Elements */
.bh-header h1,
.bh-header p {
    margin: 0; /* Reset default margin */
    padding: 0; /* Ensure no extra padding is added */
}

/* Header Title Styling */
.bh-header h1 {
    font-family: 'Georgia', 'Times New Roman', serif; /* Elegant serif font */
    font-size: 2.8em; /* Large font for prominence */
    color: #4a4a8c; /* Deep blue for the title */
    margin-bottom: 0.5em; /* Space below the title */
}

/* Subtitle Text Styling */
.bh-header p {
    font-family: 'Arial', sans-serif; /* Clean sans-serif font for subtitles */
    font-size: 1.2em; /* Slightly smaller font */
    color: #333; /* Neutral dark gray */
    line-height: 1.6; /* Adjust line height for readability */
}

/* Links inside the Header */
.bh-header a {
    color: #0066cc; /* Blue for links */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold links */
}

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