/* Encyclopaedia-inspired theme for Haddock template */

body div.page-content {
    background-color: #FDF6E3 !important; /* Soft cream background */
    color: #333333 !important; /* Dark gray text */
}

h1, h2, h3, h4, h5, h6 {
    color: #4A2C2A !important; /* Deep burgundy for headings */
}

a:not(.logo):not(.btn) {
    color: #0645AD !important; /* Muted navy for links */
}
a:not(.logo):not(.btn):visited {
    color: #0B0080 !important; /* Slightly lighter navy for visited links */
}

div.header {
    background: #666666 !important; /* Lighter gray header */
    color: white !important;
}
div.header .titlebox {
    background: #666666 !important;
}
div.header .titlebox .title-text {
    -webkit-text-fill-color: white !important;
    -moz-text-fill-color: white !important;
    -webkit-text-stroke-width: 0 !important; /* Remove stroke to avoid pixelation */
}
div.header .titlebox .small, div.header .titlebox .small a {
    color: #E8E8E8 !important; /* Light gray for subtitle */
}
div.header .topline, div.header .navigation {
    background: #666666 !important;
}

div.sidebar div.leftmenu div.collapse {
    background: #E8E8E8 !important; /* Light gray sidebar */
    color: #333333 !important;
}
div.sidebar div.leftmenu div.collapse a.wikipage {
    color: #0645AD !important;
}
div.sidebar div.leftmenu div.collapse a.wikipage:visited {
    color: #0B0080 !important;
}

footer.jspwiki-footer {
    background: #4A4A4A !important; /* Deep gray footer */
    color: white !important;
}
footer.jspwiki-footer a {
    color: #E8E8E8 !important; /* Light gray for footer links */
}

.tab-pane {
    background-color: #F5F0E1 !important; /* Subtle beige for sections */
}

.cat-border {
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 20px;
    background-color: #F5F0E1 !important; /* Subtle beige for categories */
    font-size: smaller;
}

.pagename {
    font-size: 2em;
    color: #4A2C2A !important; /* Deep burgundy for page titles */
}
/* End of Encyclopaedia-inspired theme */