%%add-css

html {
    /* Encyclopaedia-inspired theme for Haddock template */
    background-color: #FDF6E3; /* Soft cream background */
    color: #333333; /* Dark gray text */
}

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

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

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

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

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

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

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

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