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 30 added one line
[{Image id='owls-logo' src='owls.png' alt='Jesus Bible Songs'}]
At line 31 removed 3 lines
[{Image src='owls.png'}]
At line 88 changed one line
/* 1. Force Browser Dark Mode */
/* 1. Force Browser Dark Mode (Addresses Issue 3 - White Space) */
At line 89 added one line
background-color: #1a1a1a !important; /* Forces the very end of the page to be dark */
At line 105 changed one line
/* 4. Font Assignments */
/* 4. Issue 2: Left Menu - Blend into background */
.left-menu {
background-color: #1a1a1a !important;
border: none !important;
}
/* 5. Font Assignments */
At line 111 changed one line
/* 5. THE MOBILE-READY TABLE FIX */
/* 6. Issue 1: "J" Visibility */
/* Target the title specifically to make sure it is light blue */
h1.pagename, .h1.pagename {
color: #87ceeb !important;
}
/* Ensure the large dropcap "J" is readable on a dark background */
.dropcap, .h1.pagename span {
color: #f0f0f0 !important;
}
/* 7. Issue 4: Image Correction */
/* Target our custom image ID to make sure it displays correctly */
#owls-logo img {
max-width: 100%; /* Ensures it scales on mobile */
height: auto;
display: block;
margin: 10px auto; /* Centers the image and adds some space */
border-radius: 8px; /* Optional: adds a nice soft corner */
}
/* 8. Table/Zebra Fix */
At line 144 added 22 lines
/* LIGHTER GREY STRIPE: #333333 */
.table-striped > tbody > tr:nth-of-type(odd) > td,
.table-striped > tbody > tr:nth-of-type(odd) > th,
tr.odd td, td.odd {
background-color: #333333 !important;
}
/* 9. Link Visibility */
a, a:link, a:visited {
color: #87ceeb !important;
text-decoration: none;
}
/* 10. Input box adjustment for Mobile */
input, .filter, #filter {
background-color: #333 !important;
color: #fff !important;
border: 1px solid #555 !important;
padding: 5px;
}
/%