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.

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

Difference between version and

At line 1 changed one line
%%add-css
At line 4 changed 2 lines
background-color: #FDF6E3; /* Soft cream background */
color: #333333; /* Dark gray text */
background-color: #FDF6E3 !important; /* Soft cream background */
color: #333333 !important; /* Dark gray text */
At line 9 changed one line
color: #4A2C2A; /* Deep burgundy for headings */
color: #4A2C2A !important; /* Deep burgundy for headings */
At line 13 changed one line
color: #0645AD; /* Muted navy for links */
color: #0645AD !important; /* Muted navy for links */
At line 16 changed one line
color: #0B0080; /* Slightly lighter navy for visited links */
color: #0B0080 !important; /* Slightly lighter navy for visited links */
At line 20 changed 2 lines
background: #666666; /* Lighter gray header */
color: white;
background: #666666 !important; /* Medium gray header */
color: white !important;
At line 24 changed one line
background: #666666;
background: #666666 !important;
At line 27 changed 3 lines
-webkit-text-fill-color: white;
-moz-text-fill-color: white;
-webkit-text-stroke-width: 0; /* Remove stroke to avoid pixelation */
-webkit-text-fill-color: white !important;
-moz-text-fill-color: white !important;
-webkit-text-stroke-width: 0 !important; /* Remove stroke to avoid pixelation */
At line 32 changed one line
color: #E8E8E8; /* Light gray for subtitle */
color: #E8E8E8 !important; /* Light gray for subtitle */
At line 35 changed one line
background: #666666;
background: #666666 !important;
At line 39 changed 2 lines
background: #E8E8E8; /* Light gray sidebar */
color: #333333;
background: #E8E8E8 !important; /* Light gray sidebar (LeftMenu) */
color: #333333 !important;
At line 43 changed one line
color: #0645AD;
color: #0645AD !important;
At line 46 changed one line
color: #0B0080;
color: #0B0080 !important;
At line 49 changed 3 lines
html footer.jspwiki-footer {
background: #4A4A4A; /* Deep gray footer */
color: white;
html div.sidebar div.leftmenufooter div.collapse {
background: #E8E8E8 !important; /* Light gray sidebar (LeftMenuFooter) */
color: #333333 !important;
At line 53 changed 2 lines
html footer.jspwiki-footer a {
color: #E8E8E8; /* Light gray for footer links */
html div.sidebar div.leftmenufooter div.collapse a.external {
color: #0645AD !important;
At line 56 added 3 lines
html div.sidebar div.leftmenufooter div.collapse a.external:visited {
color: #0B0080 !important;
}
At line 60 added 8 lines
html div.footer {
background: #4A4A4A !important; /* Deep gray footer */
color: white !important;
}
html div.footer a {
color: #E8E8E8 !important; /* Light gray for footer links */
}
At line 58 changed one line
background-color: #F5F0E1; /* Subtle beige for sections */
background-color: #F5F0E1 !important; /* Subtle beige for sections */
At line 62 changed 5 lines
border: 1px solid #ccc;
padding: 5px;
margin-top: 20px;
background-color: #F5F0E1; /* Subtle beige for categories */
font-size: smaller;
border: 1px solid #ccc !important;
padding: 5px !important;
margin-top: 20px !important;
background-color: #F5F0E1 !important; /* Subtle beige for categories */
font-size: smaller !important;
At line 70 changed 2 lines
font-size: 2em;
color: #4A2C2A; /* Deep burgundy for page titles */
font-size: 2em !important;
color: #4A2C2A !important; /* Deep burgundy for page titles */
At line 85 added one line
%%