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 88 changed one line
/* Force Dark Mode Colors for all users */
/* 1. Force Browser Dark Mode */
At line 93 added one line
/* 2. Load Custom Fonts */
At line 98 changed 6 lines
pre, tt {font-family:"Source Code Pro" ;font-size:66%;}
.handwritten { font-family: "Indie Flower"; font-size:110%;}
.pagename, h2 { font-family: "Orbitron";}
h3,h4 { font-family:"Great Vibes"; color:rgb(232, 48, 79);}
/* Ensure background is dark if the theme didn't load */
/* 3. Global Styles & Backgrounds */
At line 105 changed one line
.page { background-color: #222 !important; border: none !important; }
.page { background-color: #1a1a1a !important; border: none !important; }
a { color: #87ceeb !important; }
At line 107 changed 2 lines
/* FIX FOR READABILITY: This line turns all the links to a readable Sky Blue */
a { color: #87ceeb !important; } /* SkyBlue */
/* 4. Font Assignments */
pre, tt { font-family: "Source Code Pro"; font-size: 66%; }
.handwritten { font-family: "Indie Flower"; font-size: 110%; }
.pagename, h2 { font-family: "Orbitron"; }
h3, h4 { font-family: "Great Vibes"; color: rgb(232, 48, 79); }
At line 110 changed 3 lines
/* Make table rows dark so light blue text is readable on both stripes */
.table-striped tbody tr:nth-of-type(odd) {
background-color: #2a2a2a !important;
/* 5. FIX FOR TABLES: Force all row types to stay dark */
table, .table, .table-striped, .striped {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
At line 114 removed 3 lines
.table-striped tbody tr:nth-of-type(even) {
background-color: #1a1a1a !important;
}
At line 118 changed 3 lines
/* Optional: Make the text hover color pop */
.table-striped tbody tr:hover {
background-color: #333 !important;
/* 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 {
background-color: #222222 !important;
At line 122 added 3 lines
/* Input box adjustment to prevent glare */
input, .filter { background-color: #333 !important; color: #fff !important; border: 1px solid #444 !important; }