This page (revision-30) was last changed on 15-Mar-2026 01:16 by ajp

This page was created on 07-Apr-2023 22:29 by unknown

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
30 15-Mar-2026 01:16 3 KB ajp to previous
29 15-Mar-2026 01:15 3 KB ajp to previous | to last
28 15-Mar-2026 01:14 3 KB ajp to previous | to last
27 15-Mar-2026 01:13 3 KB ajp to previous | to last
26 15-Mar-2026 00:50 3 KB ajp to previous | to last
25 15-Mar-2026 00:50 3 KB ajp to previous | to last
24 15-Mar-2026 00:48 3 KB ajp to previous | to last
23 15-Mar-2026 00:46 3 KB ajp to previous | to last
22 15-Mar-2026 00:45 3 KB ajp to previous | to last
21 14-Mar-2026 23:38 3 KB ajp to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 47 changed 3 lines
/* 2. THE ULTIMATE BACKGROUND FIX (Fixes Issue 3 - White Bottom/Sidebar gap) */
/* We set the background on the HTML tag so even 'empty' space is dark */
html {
/* 2. THE "TOTAL DARKNESS" FIX (Specifically for Issue 3) */
/* This targets the HTML floor, the body, and every possible container name used in JSPWiki */
html, body, #wrap, #wikibody, .main, .container, .row, .page, #pagecontent, .footer, .footer-wrapper {
At line 51 added 3 lines
color: #f0f0f0 !important;
border: none !important;
color-scheme: dark !important;
At line 53 changed 3 lines
/* Target every possible wrapper that could be holding onto white */
body, #wrap, .main, .wikibody, #pagecontent, .page, .container, .footer,
.footer-wrapper, .left-menu, #leftmenu, .sidebar, .sidebar-wrapper, .well {
/* 3. THE SIDEBAR GHOST FIX */
/* This targets the sidebar specifically and any 'Wells' or 'Columns' that might be white */
.sidebar, .sidebar-wrapper, .left-menu, #leftmenu, .well, [class*="col-"] {
At line 58 removed one line
color: #f0f0f0 !important;
At line 61 removed one line
min-height: 100vh; /* Keeps it dark even if content is short */
At line 64 changed one line
/* 3. THE "J" (DROPCAPS) AND TITLE FIX */
/* 4. THE "J" (DROPCAPS) AND TITLE FIX */
At line 74 changed one line
/* 4. FONTS */
/* 5. FONTS */
At line 85 changed one line
/* 5. TABLES & ZEBRA STRIPES */
/* 6. TABLES & ZEBRA STRIPES */
At line 97 changed one line
/* 6. LINKS & BUTTONS */
/* 7. LINKS & BUTTONS */
At line 103 changed one line
/* 7. INPUTS & SEARCH */
/* 8. INPUTS & SEARCH */
At line 111 changed one line
/* 8. IMAGE STYLING */
/* 9. IMAGE STYLING */