MediaWiki:Vector.css: Difference between revisions

From QME Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#mw-page-base {
#mw-page-base {
     background-color: #1a1a1a !important;
     background-color: #1a1a1a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
}
}


Line 16: Line 16:
/* 2. Links */
/* 2. Links */
/* ------------------------------ */
/* ------------------------------ */
a,
a {
#content a,
     color: #88cc88 !important;
.vector-body a,
#mw-panel div.body ul li a,
#mw-panel li.mw-list-item a,
#footer a {
     color: #88cc88;
}
}
a:visited,
a:visited {
#content a:visited,
     color: #2e8b57 !important;
#mw-panel div.body ul li a:visited,
#mw-panel li.mw-list-item a:visited,
#footer a:visited {
     color: #2e8b57;
}
}
a:hover,
a:hover {
#content a:hover,
     color: #a3be8c !important;
#mw-panel div.body ul li a:hover,
#mw-panel li.mw-list-item a:hover,
#footer a:hover {
     color: #a3be8c;
    background-color: #3a3a3a;
}
}
a.new {
a.new {
     color: #ffff00;
     color: #ffff00 !important;
}
}


Line 48: Line 34:
#content,
#content,
.vector-body {
.vector-body {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border-color: #444;
     border-color: #444 !important;
}
}
#content h1, #content h2, #content h3,
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
#content h4, #content h5, #content h6 {
     color: #f0f0f0;
     color: #f0f0f0 !important;
}
}
#content p, #content ul, #content ol,
#content p, #content ul, #content ol,
#content li, #content dl, #content dd,
#content li, #content dl, #content dd,
#content dt, #content div {
#content dt, #content div {
     color: inherit;
     color: #e0e0e0 !important;
}
#content a, .vector-body a {
    color: #88cc88 !important;
}
#content a:visited {
    color: #2e8b57 !important;
}
#content a:hover {
    color: #a3be8c !important;
}
}


/* 3.a Custom bullets inside article content only */
/* 3.a Custom bullets */
.ns-0 #content ul,
.ns-0 #content ul,
.ns-0 #content ol {
.ns-0 #content ol {
Line 80: Line 75:
/* ------------------------------ */
/* ------------------------------ */
#mw-panel {
#mw-panel {
     background-color: #1a1a1a;
     background-color: #1a1a1a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border-color: #444;
     border-color: #444 !important;
}
}
#mw-panel ul,
#mw-panel ul, #mw-panel ol {
#mw-panel ol {
     list-style: none !important;
     list-style: none;
     padding-left: 0 !important;
     padding-left: 0;
     margin-left: 0 !important;
     margin-left: 0;
}
#mw-panel div.portal {
    background-color: #1a1a1a !important;
    border-color: #444 !important;
}
}
#mw-panel div.portal,
#mw-panel div.portal h3 {
#mw-panel div.portal h3 {
     background-color: #1a1a1a;
     color: #f0f0f0 !important;
     border-color: #444;
     border-color: #444 !important;
     color: #f0f0f0;
}
#mw-panel div.body ul li a,
#mw-panel li.mw-list-item a {
     color: #88cc88 !important;
}
#mw-panel div.body ul li a:visited,
#mw-panel li.mw-list-item a:visited {
    color: #2e8b57 !important;
}
#mw-panel div.body ul li a:hover,
#mw-panel li.mw-list-item a:hover {
    color: #a3be8c !important;
    background-color: #3a3a3a !important;
}
}
#mw-panel div.body ul li,
#mw-panel li.mw-list-item {
#mw-panel li.mw-list-item {
     background-color: transparent;
     background-color: transparent !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
}
}


/* Highlight donate link */
/* Highlight Donate link */
#mw-panel a[href="https://buymeacoffee.com/QuincyExaminer"] {
#mw-panel a[href="https://buymeacoffee.com/QuincyExaminer"] {
     color: #ffff00;
     color: #ffff00 !important;
     font-weight: normal;
     font-weight: normal !important;
     text-decoration: none;
     text-decoration: none !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 4.b User Menu (Top-right dropdown) */
/* 4.b Top-right user menu spacing fix */
/* ------------------------------ */
#pt-userpage, #pt-anonuserpage,
#pt-userpage, #pt-anonuserpage,
#pt-login, #pt-logout, #pt-createaccount,
#pt-login, #pt-logout, #pt-createaccount,
Line 117: Line 124:
#pt-watchlist, #pt-mycontris, #pt-globalwatchlist,
#pt-watchlist, #pt-mycontris, #pt-globalwatchlist,
#pt-myalerts, #pt-messages {
#pt-myalerts, #pt-messages {
     list-style: none;
     list-style: none !important;
     padding: 0.25em 0.5em;
     padding: 0.25em 0.5em !important;
     margin: 0.1em 0;
     margin: 0.1em 0 !important;
     display: inline-block;
     display: inline-block !important;
}
}
#p-cactions-label,
#p-cactions-label,
#p-cactions-label::after {
#p-cactions-label::after {
     color: #e0e0e0;
     color: #e0e0e0 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 5. Top Tabs (Read/Edit/History) */
/* 5. Top Tabs */
/* ------------------------------ */
/* ------------------------------ */
#p-views ul li {
#p-views ul li {
     background-color: #3a3a3a;
     background-color: #3a3a3a !important;
     border-color: #444;
     border-color: #444 !important;
     background-image: none;
     background-image: none !important;
}
}
#p-views ul li a {
#p-views ul li a {
     color: #e0e0e0;
     color: #e0e0e0 !important;
    background-image: none !important;
}
}
#p-views ul li.selected {
#p-views ul li.selected {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
}
}
#p-views ul li.selected a {
#p-views ul li.selected a {
     color: #f0f0f0;
     color: #f0f0f0 !important;
}
}
#p-views ul li:not(.selected):hover {
#p-views ul li:not(.selected):hover {
     background-color: #4a4a4a;
     background-color: #4a4a4a !important;
}
}
#p-views ul li:not(.selected):hover a {
#p-views ul li:not(.selected):hover a {
     color: #ffffff;
     color: #ffffff !important;
}
}
.vector-menu-tabs,
.vector-menu-tabs,
.vector-menu-tabs a,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown .vector-menu-heading {
#mw-head .vector-menu-dropdown .vector-menu-heading {
     background-color: #3a3a3a;
     background-color: #3a3a3a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
}
}


Line 161: Line 169:
/* ------------------------------ */
/* ------------------------------ */
#mw-head {
#mw-head {
     background-color: #1a1a1a;
     background-color: #1a1a1a !important;
     border-bottom-color: #444;
     border-bottom-color: #444 !important;
}
}
#mw-wiki-logo {
#mw-wiki-logo {
     background-color: transparent;
     background-color: transparent !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 7. Footer */
/* 8. Search Input - Restored white box with dark text */
/* ------------------------------ */
/* ------------------------------ */
#footer {
#searchInput {
     background-color: #1a1a1a;
     background-color: #ffffff !important;
     color: #e0e0e0;
     color: #000000 !important;
}
}
#footer li {
#searchInput::placeholder {
     color: #e0e0e0;
     color: #666666 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 8. Search Input — omitted per request */
/* 9. TOC */
/* ------------------------------ */
 
/* ------------------------------ */
/* 9. Table of Contents (TOC) */
/* ------------------------------ */
/* ------------------------------ */
#toc {
#toc {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #444;
     border: 1px solid #444 !important;
}
}
#toc ul {
#toc ul {
     list-style-type: none;
     list-style: none !important;
     padding-left: 1.5em;
     padding-left: 1.5em !important;
}
#toc li::before {
    content: none;
}
#toc .toctitle,
#mw-toc-heading {
    background-color: transparent;
    color: #f0f0f0;
    border: none;
    padding: 0.25em 0.5em;
    margin: 0;
    font-size: 1.2em;
}
}
#toc .tocnumber {
#toc .tocnumber {
     color: #88cc88;
     color: #88cc88 !important;
}
}
#toc li:hover .tocnumber {
#toc li:hover .tocnumber {
     color: #a3be8c;
     color: #a3be8c !important;
}
}
#toc .toctoggle,
#toc .toctoggle a,
.toctoggle,
.toctoggle a {
.toctoggle a {
     color: #88cc88;
     color: #88cc88 !important;
    text-decoration: none;
}
}
#toc .toctoggle a:hover,
.toctoggle a:hover {
.toctoggle a:hover {
     color: #a3be8c;
     color: #a3be8c !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 10. Changes List & Legends */
/* 10. Changes List */
/* ------------------------------ */
/* ------------------------------ */
.mw-changeslist,
.mw-changeslist,
.mw-changeslist-legend {
.mw-changeslist-legend {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border-color: #444;
     border-color: #444 !important;
}
}
.mw-changeslist-legend .mw-legend {
.mw-changeslist-legend .mw-legend {
     color: inherit;
     color: #e0e0e0 !important;
}
}


Line 243: Line 230:
#editform,
#editform,
#wpTextbox1 {
#wpTextbox1 {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #555;
     border: 1px solid #555 !important;
}
}
.divEditOptions,
.divEditOptions,
.editOptions {
.editOptions {
     background-color: #1a1a1a;
     background-color: #1a1a1a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border-color: #444;
     border-color: #444 !important;
}
}
.divEditOptions input,
.divEditOptions input,
.divEditOptions textarea,
.divEditOptions textarea,
.divEditOptions select {
.divEditOptions select {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #555;
     border: 1px solid #555 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 12. Custom Blocks (Optional) */
/* 12. Custom Blocks */
/* ------------------------------ */
/* ------------------------------ */
.qme-column {
.qme-column {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #83FCDB;
     border: 1px solid #83FCDB !important;
     padding: 1em;
     padding: 1em;
}
}
.qme-heading {
.qme-heading {
     background-color: #3a3a3a;
     background-color: #3a3a3a !important;
     color: #f0f0f0;
     color: #f0f0f0 !important;
     border: 1px solid #444;
     border: 1px solid #444 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 13. MediaWiki Image Caption Fix */
/* 13. Image Captions */
/* ------------------------------ */
/* ------------------------------ */
.thumbcaption {
.thumbcaption {
     color: #2e8b57;
     color: #2e8b57 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 14. Code Blocks (pre, code, .mw-code) */
/* 14. Code Blocks */
/* ------------------------------ */
/* ------------------------------ */
pre,
pre,
Line 292: Line 279:
samp,
samp,
.mw-code {
.mw-code {
     background-color: #1e1e1e;
     background-color: #1e1e1e !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #555;
     border: 1px solid #555 !important;
     padding: 0.5em;
     padding: 0.5em !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 15. OOUI Form Field Label Fix */
/* 15. OOUI Labels */
/* ------------------------------ */
/* ------------------------------ */
.oo-ui-labelElement-label,
.oo-ui-labelElement-label,
.oo-ui-fieldsetLayout-header,
.oo-ui-fieldsetLayout-header,
.oo-ui-fieldLayout-header label {
.oo-ui-fieldLayout-header label {
     color: #ffffff;
     color: #ffffff !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 16. Special Pages: Search Tab Cleanup */
/* 16. Special Pages: Remove bullets */
/* ------------------------------ */
/* ------------------------------ */
.mw-search-profile-tabs .search-types ul {
.mw-search-profile-tabs .search-types ul {
     list-style: none;
     list-style: none !important;
     margin: 0;
     margin: 0 !important;
     padding: 0;
     padding: 0 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 17. Confirm Account Tables Inverted Colors */
/* 17. Confirm Account Table Colors */
/* ------------------------------ */
/* ------------------------------ */
.mw-confirmaccount-body-0,
.mw-confirmaccount-body-0 {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}
.mw-confirmaccount-body-0 td {
.mw-confirmaccount-body-0 td {
     background-color: #2a2a2a;
     background-color: #2a2a2a !important;
     color: #e0e0e0;
     color: #e0e0e0 !important;
     border: 1px solid #555;
     border: 1px solid #444 !important;
}
}
.mw-confirmaccount-type-0::marker {
.mw-confirmaccount-type-0::marker {
     color: #88cc88;
     color: #88cc88 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* 18. Warning Message Blocks (Admin Edit Warnings) */
/* 18. Admin Warning (EditingInterface) */
/* ------------------------------ */
/* ------------------------------ */
.mw-editinginterface {
.mw-editinginterface {
     background-color: #5a1a1a;
     background-color: #5a1a1a !important;
     color: #ffdddd;
     color: #ffdddd !important;
     border: 1px solid #aa4444;
     border: 1px solid #aa4444 !important;
     padding: 10px;
     padding: 10px !important;
     margin: 1em 0;
     margin: 1em 0 !important;
     font-weight: bold;
     font-weight: bold !important;
     border-radius: 4px;
     border-radius: 4px !important;
}
}
.mw-editinginterface strong {
.mw-editinginterface strong {
     color: #ff6666;
     color: #ff6666 !important;
}
}


/* ------------------------------ */
/* ------------------------------ */
/* Ace Editor (Line Numbers) */
/* 19. Ace Editor Gutter Styling */
/* ------------------------------ */
/* ------------------------------ */
.ace_gutter {
.ace_gutter {
     background-color: #ffffff;
     background-color: #ffffff !important;
     border-right: 1px solid #ccc;
     border-right: 1px solid #ccc !important;
}
}
.ace_gutter-cell {
.ace_gutter-cell {
     color: #000000;
     color: #000000 !important;
     background-color: transparent;
     background-color: transparent !important;
     user-select: none;
     user-select: none;
}
}


/* ============================== */
/* ========================================================= */
/* END Vector 2022 Dark Mode Custom */
/* END Vector 2022 Dark Mode Custom Skin                    */
/* ============================== */
/* ========================================================= */

Revision as of 17:10, 14 July 2025

/* ========================================================= */
/* Vector 2022 Dark Mode - Custom Skin Overrides             */
/* ========================================================= */

/* ------------------------------ */
/* 1. Base Page & Backgrounds */
/* ------------------------------ */
body,
#mw-head-base,
#mw-page-base {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
}

/* ------------------------------ */
/* 2. Links */
/* ------------------------------ */
a {
    color: #88cc88 !important;
}
a:visited {
    color: #2e8b57 !important;
}
a:hover {
    color: #a3be8c !important;
}
a.new {
    color: #ffff00 !important;
}

/* ------------------------------ */
/* 3. Content Area */
/* ------------------------------ */
#content,
.vector-body {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
    color: #f0f0f0 !important;
}
#content p, #content ul, #content ol,
#content li, #content dl, #content dd,
#content dt, #content div {
    color: #e0e0e0 !important;
}
#content a, .vector-body a {
    color: #88cc88 !important;
}
#content a:visited {
    color: #2e8b57 !important;
}
#content a:hover {
    color: #a3be8c !important;
}

/* 3.a Custom bullets */
.ns-0 #content ul,
.ns-0 #content ol {
    list-style: none;
    padding-left: 1.5em;
}
.ns-0 #content ul li::before {
    content: "•";
    color: #88cc88;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* ------------------------------ */
/* 4. Sidebar & Navigation Panel */
/* ------------------------------ */
#mw-panel {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}
#mw-panel ul, #mw-panel ol {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
#mw-panel div.portal {
    background-color: #1a1a1a !important;
    border-color: #444 !important;
}
#mw-panel div.portal h3 {
    color: #f0f0f0 !important;
    border-color: #444 !important;
}
#mw-panel div.body ul li a,
#mw-panel li.mw-list-item a {
    color: #88cc88 !important;
}
#mw-panel div.body ul li a:visited,
#mw-panel li.mw-list-item a:visited {
    color: #2e8b57 !important;
}
#mw-panel div.body ul li a:hover,
#mw-panel li.mw-list-item a:hover {
    color: #a3be8c !important;
    background-color: #3a3a3a !important;
}
#mw-panel li.mw-list-item {
    background-color: transparent !important;
    color: #e0e0e0 !important;
}

/* Highlight Donate link */
#mw-panel a[href="https://buymeacoffee.com/QuincyExaminer"] {
    color: #ffff00 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

/* ------------------------------ */
/* 4.b Top-right user menu spacing fix */
#pt-userpage, #pt-anonuserpage,
#pt-login, #pt-logout, #pt-createaccount,
#pt-anontalk, #pt-mytalk, #pt-preferences,
#pt-watchlist, #pt-mycontris, #pt-globalwatchlist,
#pt-myalerts, #pt-messages {
    list-style: none !important;
    padding: 0.25em 0.5em !important;
    margin: 0.1em 0 !important;
    display: inline-block !important;
}
#p-cactions-label,
#p-cactions-label::after {
    color: #e0e0e0 !important;
}

/* ------------------------------ */
/* 5. Top Tabs */
/* ------------------------------ */
#p-views ul li {
    background-color: #3a3a3a !important;
    border-color: #444 !important;
    background-image: none !important;
}
#p-views ul li a {
    color: #e0e0e0 !important;
    background-image: none !important;
}
#p-views ul li.selected {
    background-color: #2a2a2a !important;
}
#p-views ul li.selected a {
    color: #f0f0f0 !important;
}
#p-views ul li:not(.selected):hover {
    background-color: #4a4a4a !important;
}
#p-views ul li:not(.selected):hover a {
    color: #ffffff !important;
}
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown .vector-menu-heading {
    background-color: #3a3a3a !important;
    color: #e0e0e0 !important;
}

/* ------------------------------ */
/* 6. Header & Logo */
/* ------------------------------ */
#mw-head {
    background-color: #1a1a1a !important;
    border-bottom-color: #444 !important;
}
#mw-wiki-logo {
    background-color: transparent !important;
}

/* ------------------------------ */
/* 8. Search Input - Restored white box with dark text */
/* ------------------------------ */
#searchInput {
    background-color: #ffffff !important;
    color: #000000 !important;
}
#searchInput::placeholder {
    color: #666666 !important;
}

/* ------------------------------ */
/* 9. TOC */
/* ------------------------------ */
#toc {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}
#toc ul {
    list-style: none !important;
    padding-left: 1.5em !important;
}
#toc .tocnumber {
    color: #88cc88 !important;
}
#toc li:hover .tocnumber {
    color: #a3be8c !important;
}
.toctoggle a {
    color: #88cc88 !important;
}
.toctoggle a:hover {
    color: #a3be8c !important;
}

/* ------------------------------ */
/* 10. Changes List */
/* ------------------------------ */
.mw-changeslist,
.mw-changeslist-legend {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}
.mw-changeslist-legend .mw-legend {
    color: #e0e0e0 !important;
}

/* ------------------------------ */
/* 11. Editing Interface */
/* ------------------------------ */
#editform,
#wpTextbox1 {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}
.divEditOptions,
.editOptions {
    background-color: #1a1a1a !important;
    color: #e0e0e0 !important;
    border-color: #444 !important;
}
.divEditOptions input,
.divEditOptions textarea,
.divEditOptions select {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}

/* ------------------------------ */
/* 12. Custom Blocks */
/* ------------------------------ */
.qme-column {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #83FCDB !important;
    padding: 1em;
}
.qme-heading {
    background-color: #3a3a3a !important;
    color: #f0f0f0 !important;
    border: 1px solid #444 !important;
}

/* ------------------------------ */
/* 13. Image Captions */
/* ------------------------------ */
.thumbcaption {
    color: #2e8b57 !important;
}

/* ------------------------------ */
/* 14. Code Blocks */
/* ------------------------------ */
pre,
code,
tt,
kbd,
samp,
.mw-code {
    background-color: #1e1e1e !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
    padding: 0.5em !important;
}

/* ------------------------------ */
/* 15. OOUI Labels */
/* ------------------------------ */
.oo-ui-labelElement-label,
.oo-ui-fieldsetLayout-header,
.oo-ui-fieldLayout-header label {
    color: #ffffff !important;
}

/* ------------------------------ */
/* 16. Special Pages: Remove bullets */
/* ------------------------------ */
.mw-search-profile-tabs .search-types ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ------------------------------ */
/* 17. Confirm Account Table Colors */
/* ------------------------------ */
.mw-confirmaccount-body-0 {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #555 !important;
}
.mw-confirmaccount-body-0 td {
    background-color: #2a2a2a !important;
    color: #e0e0e0 !important;
    border: 1px solid #444 !important;
}
.mw-confirmaccount-type-0::marker {
    color: #88cc88 !important;
}

/* ------------------------------ */
/* 18. Admin Warning (EditingInterface) */
/* ------------------------------ */
.mw-editinginterface {
    background-color: #5a1a1a !important;
    color: #ffdddd !important;
    border: 1px solid #aa4444 !important;
    padding: 10px !important;
    margin: 1em 0 !important;
    font-weight: bold !important;
    border-radius: 4px !important;
}
.mw-editinginterface strong {
    color: #ff6666 !important;
}

/* ------------------------------ */
/* 19. Ace Editor Gutter Styling */
/* ------------------------------ */
.ace_gutter {
    background-color: #ffffff !important;
    border-right: 1px solid #ccc !important;
}
.ace_gutter-cell {
    color: #000000 !important;
    background-color: transparent !important;
    user-select: none;
}

/* ========================================================= */
/* END Vector 2022 Dark Mode Custom Skin                     */
/* ========================================================= */
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.