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 8 lines
/* 2. BASE COLORS (The fix for the white gap) */
/* By setting the background on the HTML and BODY, the 'floor' is always dark */
html, body {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
color-scheme: dark !important;
margin: 0;
padding: 0;
/* 2. THE BACKGROUND FIX (The "One Issue" Fix) */
/* We paint the very bottom layer of the browser dark so 'gaps' are not white */
html {
background-color: #1a1a1a !important;
At line 57 changed 2 lines
/* 3. CONTENT AREAS */
.page, #pagecontent, .main, .container, .footer, .left-menu, .sidebar, .well {
/* This targets all the main containers to make them dark */
body, #wrap, .main, .page, #pagecontent, .left-menu, .sidebar, .footer {
At line 58 added one line
box-shadow: none !important;
At line 64 changed one line
/* 4. THE "J" AND TITLE FIX */
/* 3. THE "J" (DROPCAPS) AND TITLE FIX */
At line 74 changed one line
/* 5. FONTS */
/* 4. FONTS */
At line 85 changed one line
/* 6. TABLES & ZEBRA STRIPES */
/* 5. TABLES & ZEBRA STRIPES */
At line 96 changed one line
/* 7. LINKS & BUTTONS */
/* 6. LINKS & BUTTONS */
At line 102 changed one line
/* 8. INPUTS */
/* 7. INPUTS & SEARCH */
At line 109 changed one line
/* 9. IMAGE STYLING */
/* 8. IMAGE STYLING */