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 32 changed one line
/* 1. HIDE DEFAULT LOGO & SETUP CUSTOM LOGO */
/* 1. LOGO STYLING */
At line 35 removed one line
At line 48 changed 2 lines
/* 2. FORCE DARK MODE & BACKGROUNDS */
:root, html, body {
/* 2. THE BIG DARK MODE FIX: SIDBAR, BACKGROUND, & FOOTER */
/* Added .sidebar and .sidebar-wrapper for your sidebar fix */
html, body, #wrap, .main, .wikibody, #pagecontent, .page, .container, .footer,
.footer-wrapper, .left-menu, #leftmenu, .sidebar, .sidebar-wrapper, .sidebar-content, .well {
background-color: #1a1a1a !important;
background-image: none !important;
color: #f0f0f0 !important;
border: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
min-height: 100vh !important;
At line 51 changed one line
background-color: #1a1a1a !important;
box-shadow: none !important; /* Removes any side-shadows on the sidebar */
At line 54 changed 4 lines
body, .page, #pagecontent, .left-menu {
background-color: #1a1a1a !important;
color: #f0f0f0 !important;
border: none !important;
/* 3. THE "J" (DROPCAPS) AND TITLE FIX */
.dropcaps, .dropcap {
color: #87ceeb !important;
display: inline-block !important;
opacity: 1 !important;
At line 68 added 3 lines
.lead {
color: #f0f0f0 !important;
}
At line 60 changed one line
/* 3. FONTS & TITLES */
/* 4. FONTS */
At line 71 changed 20 lines
%%add-css
/* Extremely aggressive "J" fix */
h1.pagename::first-letter,
.pagename::first-letter,
h1.pagename span:first-child,
.h1.pagename span:first-child,
.dropcap {
color: #74b63d !important;
display: inline-block !important;
visibility: visible !important;
opacity: 1 !important;
}
/* Make the rest of the title blue so we can see the contrast */
h1.pagename, .pagename {
color: #87ceeb !important;
}
/%
/* 4. TABLES & ZEBRA STRIPES */
/* 5. TABLES & ZEBRA STRIPES */
At line 96 removed 2 lines
/* Light Grey Stripe for Mobile/Web */
At line 104 changed one line
/* 5. LINKS & INTERACTION */
/* 6. LINKS & BUTTONS */
At line 110 changed one line
/* 6. INPUTS & SEARCH BOX */
/* 7. INPUTS & SEARCH */
At line 118 changed 2 lines
/* 7. IMAGE STYLING */
#owls-logo img {
/* 8. IMAGE STYLING */
#owls-logo img, img[src*='guitarBibleLgr'] {