This page (revision-8) was last changed on 27-Mar-2025 02:29 by Administrator

This page was created on 27-Mar-2025 00:59 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
8 27-Mar-2025 02:29 6 KB Administrator to previous
7 27-Mar-2025 02:15 6 KB Administrator to previous | to last
6 27-Mar-2025 02:10 6 KB Administrator to previous | to last
5 27-Mar-2025 01:59 5 KB Administrator to previous | to last
4 27-Mar-2025 01:40 4 KB Administrator to previous | to last
3 27-Mar-2025 01:20 3 KB Administrator to previous | to last
2 27-Mar-2025 01:14 3 KB Administrator to previous | to last
1 27-Mar-2025 00:59 3 KB Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 22 added 4 lines
html div.sidebar {
background: #F8EBD5 !important; /* Ensure the entire sidebar container matches the parchment color */
}
At line 23 changed one line
background: #8B5A2B !important; /* Medium golden brown header */
background: linear-gradient(135deg, #8B5A2B 0%, #7A4F2A 50%, #8B5A2B 100%) !important; /* Leather texture with gradient */
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important; /* Subtle inset shadow for depth */
At line 28 changed one line
background: #8B5A2B !important;
background: linear-gradient(135deg, #8B5A2B 0%, #7A4F2A 50%, #8B5A2B 100%) !important; /* Match the header */
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important;
At line 39 changed one line
background: #8B5A2B !important;
background: linear-gradient(135deg, #8B5A2B 0%, #7A4F2A 50%, #8B5A2B 100%) !important; /* Match the header */
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important;
At line 63 changed 2 lines
html body div.sidebar div.leftmenufooter div.collapse {
background: #F8EBD5 !important; /* Light parchment sidebar (LeftMenuFooter) */
html body div#wikibody div.content.active div.sidebar div.leftmenufooter {
background: #F8EBD5 !important; /* Override default div.leftmenufooter */
At line 74 added 8 lines
html body div#wikibody div.content.active div.sidebar div.leftmenufooter div.collapse {
background: #F8EBD5 !important; /* Override default div.leftmenufooter div.collapse */
color: #2A1F1A !important;
}
html div.sidebar div.leftmenufooter {
background: #F8EBD5 !important; /* Fallback for div.leftmenufooter */
color: #2A1F1A !important;
}
At line 68 changed one line
background: #F8EBD5 !important; /* Fallback selector */
background: #F8EBD5 !important; /* Fallback for div.leftmenufooter div.collapse */
At line 82 changed one line
background: #8B5A2B !important; /* Medium golden brown footer */
background: linear-gradient(135deg, #8B5A2B 0%, #7A4F2A 50%, #8B5A2B 100%) !important; /* Leather texture with gradient */
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2) !important; /* Subtle inset shadow for depth */