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 100 changed 3 lines
body { background-color: #1a1a1a !important; color: #f0f0f0 !important; }
.page { background-color: #1a1a1a !important; border: none !important; }
a { color: #87ceeb !important; }
body, .page, #pagecontent {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
}
At line 110 changed 4 lines
/* 5. FIX FOR TABLES: Force all row types to stay dark */
table, .table, .table-striped, .striped {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
/* 5. THE MOBILE-READY TABLE FIX */
/* This forces every single table cell and row to be dark, overriding mobile defaults */
table, .table, tr, td, th {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
border-color: #333 !important;
At line 116 changed 4 lines
/* This targets the specific 'Zebra' stripes that were staying white */
.table-striped > tbody > tr:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(even),
tr.odd, tr.even, .odd, .even {
/* This targets the specific 'Zebra' stripes by targeting the cells directly */
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th,
tr.odd td, td.odd {
At line 123 changed 2 lines
/* Input box adjustment to prevent glare */
input, .filter { background-color: #333 !important; color: #fff !important; border: 1px solid #444 !important; }
/* 6. Link Visibility */
a, a:link, a:visited {
color: #87ceeb !important;
text-decoration: none;
}
/* 7. Input box adjustment for Mobile */
input, .filter, #filter {
background-color: #333 !important;
color: #fff !important;
border: 1px solid #555 !important;
padding: 5px;
}