This page (revision-14) was last changed on 26-Mar-2025 20:15 by Administrator

This page was created on 26-Mar-2025 16:13 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
14 26-Mar-2025 20:15 2 KB Administrator to previous
13 26-Mar-2025 19:49 2 KB Administrator to previous | to last
12 26-Mar-2025 19:41 2 KB Administrator to previous | to last
11 26-Mar-2025 17:37 2 KB Administrator to previous | to last
10 26-Mar-2025 17:29 2 KB Administrator to previous | to last
9 26-Mar-2025 17:12 1 KB Administrator to previous | to last
8 26-Mar-2025 17:06 1 KB Administrator to previous | to last
7 26-Mar-2025 16:55 1 KB Administrator to previous | to last
6 26-Mar-2025 16:45 1 KB Administrator to previous | to last
5 26-Mar-2025 16:36 2 KB Administrator to previous | to last
4 26-Mar-2025 16:31 2 KB Administrator to previous | to last EncyclopaediaTheme ==> CSSThemeEncyclopaedia
3 26-Mar-2025 16:21 2 KB Administrator to previous | to last
2 26-Mar-2025 16:15 2 KB Administrator to previous | to last
1 26-Mar-2025 16:13 2 KB Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 5 lines
/* Encyclopaedia-inspired theme for Haddock template */
body div.page-content {
background-color: #FDF6E3 !important; /* Soft cream background */
color: #333333 !important; /* Dark gray text */
html {
/* Encyclopaedia-inspired theme for Haddock template */
background-color: #FDF6E3; /* Soft cream background */
color: #333333; /* Dark gray text */
At line 8 changed 2 lines
h1, h2, h3, h4, h5, h6 {
color: #4A2C2A !important; /* Deep burgundy for headings */
html h1, html h2, html h3, html h4, html h5, html h6 {
color: #4A2C2A; /* Deep burgundy for headings */
At line 12 changed 2 lines
a:not(.logo):not(.btn) {
color: #0645AD !important; /* Muted navy for links */
html a:not(.logo):not(.btn) {
color: #0645AD; /* Muted navy for links */
At line 15 changed 2 lines
a:not(.logo):not(.btn):visited {
color: #0B0080 !important; /* Slightly lighter navy for visited links */
html a:not(.logo):not(.btn):visited {
color: #0B0080; /* Slightly lighter navy for visited links */
At line 19 changed 3 lines
div.header {
background: #666666 !important; /* Lighter gray header */
color: white !important;
html div.header {
background: #666666; /* Lighter gray header */
color: white;
At line 23 changed 2 lines
div.header .titlebox {
background: #666666 !important;
html div.header .titlebox {
background: #666666;
At line 26 changed 4 lines
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 */
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 */
At line 31 changed 2 lines
div.header .titlebox .small, div.header .titlebox .small a {
color: #E8E8E8 !important; /* Light gray for subtitle */
html div.header .titlebox .small, html div.header .titlebox .small a {
color: #E8E8E8; /* Light gray for subtitle */
At line 34 changed 2 lines
div.header .topline, div.header .navigation {
background: #666666 !important;
html div.header .topline, html div.header .navigation {
background: #666666;
At line 38 changed 3 lines
div.sidebar div.leftmenu div.collapse {
background: #E8E8E8 !important; /* Light gray sidebar */
color: #333333 !important;
html div.sidebar div.leftmenu div.collapse {
background: #E8E8E8; /* Light gray sidebar */
color: #333333;
At line 42 changed 2 lines
div.sidebar div.leftmenu div.collapse a.wikipage {
color: #0645AD !important;
html div.sidebar div.leftmenu div.collapse a.wikipage {
color: #0645AD;
At line 45 changed 2 lines
div.sidebar div.leftmenu div.collapse a.wikipage:visited {
color: #0B0080 !important;
html div.sidebar div.leftmenu div.collapse a.wikipage:visited {
color: #0B0080;
At line 49 changed 3 lines
footer.jspwiki-footer {
background: #4A4A4A !important; /* Deep gray footer */
color: white !important;
html footer.jspwiki-footer {
background: #4A4A4A; /* Deep gray footer */
color: white;
At line 53 changed 2 lines
footer.jspwiki-footer a {
color: #E8E8E8 !important; /* Light gray for footer links */
html footer.jspwiki-footer a {
color: #E8E8E8; /* Light gray for footer links */
At line 57 changed 2 lines
.tab-pane {
background-color: #F5F0E1 !important; /* Subtle beige for sections */
html .tab-pane {
background-color: #F5F0E1; /* Subtle beige for sections */
At line 61 changed one line
.cat-border {
html .cat-border {
At line 65 changed one line
background-color: #F5F0E1 !important; /* Subtle beige for categories */
background-color: #F5F0E1; /* Subtle beige for categories */
At line 69 changed one line
.pagename {
html .pagename {
At line 71 changed one line
color: #4A2C2A !important; /* Deep burgundy for page titles */
color: #4A2C2A; /* Deep burgundy for page titles */