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 2 lines
/* 2. THE ULTIMATE BACKGROUND & SIDEBAR GAP FIX */
/* This targets the 'foundation' of the browser */
/* 2. THE BACKGROUND FIX (Simple & Safe) */
/* This paints the entire browser floor dark so gaps are hidden */
At line 51 changed one line
color-scheme: dark !important;
background-attachment: fixed !important; /* This keeps the color from 'ending' */
At line 54 changed 4 lines
/* Target all containers AND their hidden 'before' layers (the white gap culprit) */
#wrap, .main, .wikibody, #pagecontent, .page, .container, .row, .footer,
.footer-wrapper, .left-menu, #leftmenu, .sidebar, .sidebar-wrapper, .well,
.main::before, .row::before, .container::before {
/* Target the main areas from your best version */
#wrap, .main, .wikibody, #pagecontent, .page, .container, .footer, .left-menu, .sidebar, .well {
At line 59 removed one line
background-image: none !important;
At line 63 removed one line
min-height: 100vh !important;
At line 94 changed 2 lines
.table-striped > tbody > tr:nth-of-type(odd) > th,
tr.odd td, td.odd {
tr.odd td {
At line 110 removed one line
padding: 5px;