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

ভিকিটিয়া থেকে
সম্পাদনা সারাংশ নেই
সম্পাদনা সারাংশ নেই
ট্যাগ: পুনর্বহালকৃত
১ নং লাইন: ১ নং লাইন:
/* General Panel Styling for Touching Borders */
/* Header Styling with Border */
.bh-header {
.bh-header {
     width: 100%;
     width: 100%;
     padding: 1.5em;
     padding: 1.5em;
     border: 2px solid #a2a9b1; /* Add a visible border */
    margin-bottom: 1.5em; /* Space below the header */
     background-color: #f9f9ff; /* Light background for contrast */
     border: 3px solid #a2a9b1; /* Solid border for the header */
     border-radius: 8px; /* Optional: rounded corners */
     background-color: #ffffff; /* White background for contrast */
     text-align: center;
     border-radius: 8px; /* Rounded corners for better appearance */
     text-align: center; /* Center align text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
}


.bh-panel {
/* Header Title Styling */
     width: 100%;
.bh-header h1 {
    margin-bottom: 0; /* Remove space between panels */
     font-family: 'Georgia', 'Times New Roman', serif; /* Elegant serif font */
     border: 2px solid #a2a9b1; /* Consistent border color */
     font-size: 2.8em; /* Large font for prominence */
    border-top: none; /* Remove top border to connect with the previous panel */
     color: #4a4a8c; /* Deep blue for the title */
     background-color: #ffffff; /* White background for consistency */
     margin-bottom: 0.5em; /* Space below the title */
     border-radius: 0; /* Remove rounding to ensure seamless connection */
}
}


/* First Panel Exception */
/* Header Subtitle Styling */
.bh-panel:first-child {
.bh-header p {
     border-top: 2px solid #a2a9b1; /* Restore top border for the first panel */
    font-family: 'Arial', sans-serif; /* Clean sans-serif font for subtitles */
     border-radius: 4px 4px 0 0; /* Optional: rounded corners for the first panel */
     font-size: 1.2em; /* Slightly smaller font for readability */
    color: #333; /* Neutral dark gray for text */
     margin: 0.5em 0; /* Space between paragraphs */
}
}


/* Last Panel Exception */
/* Links inside the Header */
.bh-panel:last-child {
.bh-header a {
     border-bottom: 2px solid #a2a9b1; /* Restore bottom border for the last panel */
     color: #0066cc; /* Blue for links */
     border-radius: 0 0 4px 4px; /* Optional: rounded corners for the last panel */
     text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold links */
}
}


/* Subpanel Styling */
.bh-header a:hover {
.bh-subpanel {
     text-decoration: underline; /* Underline links on hover */
     padding: 1.5em;
    border-bottom: 1px solid #d1d1d1; /* Inner separators */
}
}


.bh-subpanel:last-child {
/* General Panel Styling for Other Sections */
     border-bottom: none; /* Remove border for the last subpanel */
.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 */
}
}


/* Header and Titles */
/* Text and Links for Panels */
.bh-subpanel h1,
.bh-panel h2 {
.bh-subpanel h2 {
     font-family: 'Georgia', 'Times New Roman', serif;
     font-family: 'Georgia', 'Times New Roman', serif; /* Classic serif font */
    color: #202122; /* Darker gray for elegant text */
     font-size: 2.2em;
     font-size: 2.2em;
    color: #202122;
     margin-bottom: 1em;
     margin-bottom: 1em;
     text-align: center;
     text-align: center;
৫২ নং লাইন: ৫৮ নং লাইন:
}
}


.bh-subpanel h1 {
.bh-panel p,
    font-size: 2.8em; /* Larger for the main header */
.bh-panel ul {
}
     font-family: 'Arial', sans-serif;
 
/* Text and Links */
.bh-subpanel p,
.bh-subpanel div,
.bh-subpanel ul {
     color: #333;
     font-size: 1.1em;
     font-size: 1.1em;
     line-height: 1.8em;
     line-height: 1.6em;
     margin: 1em 0;
     margin: 1em 0;
    color: #333;
}
}


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


.bh-subpanel a:hover {
.bh-panel a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
/* Input 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;
    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);
}
input[type="submit"]:hover {
    background-color: #294a96;
}
}

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

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

/* 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 */
}

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

/* 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 */
}

/* 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;
}