Main Page
Difference between revisions of "User:SynthSy/vector.css"
Jump to navigation
Jump to search
(Created page with "[data-theme="dark"] { color: #aaa!important; background-color: #272b30!important; }") |
|||
Line 2: | Line 2: | ||
color: #aaa!important; | color: #aaa!important; | ||
background-color: #272b30!important; | background-color: #272b30!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #mw-head, | ||
+ | [data-theme="dark"] #mw-head-base { | ||
+ | color: #aaa!important; | ||
+ | background-color: #272b30!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .jumbotron { | ||
+ | background-color: #1c1e22!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .panel { | ||
+ | background-color: #1c1e22!important; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.6)!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul.square > li > a, | ||
+ | [data-theme="dark"] .list-inline > li > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .list-inline > li > a.new { | ||
+ | color: #cc1515!important | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #cent > div > p > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .panel-body > .row > div > p > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.collapsible-nav > div.portal > div.body > ul > li > a { | ||
+ | color: #fff!important; | ||
+ | background-color: transparent!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.collapsible-nav > div.portal > h3 > a { | ||
+ | color: #fff!important; | ||
+ | background-color: transparent!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-body, | ||
+ | [data-theme="dark"] .parsoid-body { | ||
+ | background-color: #32383e!important; | ||
+ | background-clip: border-box; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.6); | ||
+ | border-radius: 0.25rem; | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li, | ||
+ | [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > em, | ||
+ | [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > strong { | ||
+ | text-shadow: -1px -1px 0 rgb(0 0 0 / 30%); | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.mw-content-ltr, .firstHeading { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div#contentSub2 > span.subpages { | ||
+ | color: #aaa; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div#contentSub > a, | ||
+ | [data-theme="dark"] div#contentSub2 > a, | ||
+ | [data-theme="dark"] div#contentSub2 > span.subpages > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.mw-content-text > form#mw-history-searchform { | ||
+ | display: block; | ||
+ | width: 100%; | ||
+ | height: calc(1.5em + 1.5rem + 2px); | ||
+ | padding: 0.75rem 1rem; | ||
+ | font-size: 0.9375rem; | ||
+ | font-weight: 400; | ||
+ | line-height: 1.5; | ||
+ | color: #52575c; | ||
+ | background-color: #fff; | ||
+ | background-clip: padding-box; | ||
+ | border: 1px solid #ced4da; | ||
+ | border-radius: 0.25rem; | ||
+ | transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] form > fieldset#mw-history-search > legend { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul#pagehistory { | ||
+ | display: -ms-flexbox; | ||
+ | display: flex; | ||
+ | -ms-flex-direction: column; | ||
+ | flex-direction: column; | ||
+ | padding-left: 0; | ||
+ | margin-bottom: 0; | ||
+ | border-radius: 0.25rem; | ||
+ | background-color: #272b30; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul#pagehistory > li.after { | ||
+ | position: relative; | ||
+ | display: block; | ||
+ | padding: 0.50rem 0.25rem; | ||
+ | background-color: #32383e; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.6); | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul#pagehistory > li.after, | ||
+ | [data-theme="dark"] .mw-usertoollinks { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul#pagehistory > li.after > a.mw-changeslist-date, | ||
+ | [data-theme="dark"] ul#pagehistory > li.after > span.mw-history-histlinks, | ||
+ | [data-theme="dark"] ul#pagehistory > li.after > span.mw-history-histlinks > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.mw-history-histlinks { | ||
+ | padding-right: 5px; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] li.after > span.comment { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul#pagehistory >li.before { | ||
+ | color: #fff!important; | ||
+ | background-color: #3e444c; | ||
+ | border-color: rgba(0, 0, 0, 0.6); | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.history-user > .mw-usertoollinks > a.mw-usertoollinks-contribs, | ||
+ | [data-theme="dark"] span.history-user > .mw-usertoollinks > .mw-usertoollinks-block, | ||
+ | [data-theme="dark"] span.mw-rollback-link, | ||
+ | [data-theme="dark"] span.mw-rollback-link > a, | ||
+ | [data-theme="dark"] span.mw-history-undo, | ||
+ | [data-theme="dark"] span.mw-history-undo > a, | ||
+ | [data-theme="dark"] span.mw-history-histlinks, | ||
+ | [data-theme="dark"] span.mw-history-histlinks > a, | ||
+ | [data-theme="dark"] ul#pagehistory > li.before > a, | ||
+ | [data-theme="dark"] span.history-user > a.mw-userlink, | ||
+ | [data-theme="dark"] span.history-user > a.mw-userlink > bdi { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.mw-history-legend, | ||
+ | [data-theme="dark"] div.mw-history-legend > p, | ||
+ | [data-theme="dark"] div.mw-history-legend > p > strong { | ||
+ | color: #aaa !important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .history-size, .mw-content-text { | ||
+ | color: #aaa !important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-plusminus-pos { | ||
+ | color: #62c462 !important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-plusminus-neg { | ||
+ | color: #ee5f5b !important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-plusminus-null { | ||
+ | color: #7a8288 !important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-lastlink, .mw-nextlink, .mw-numlink { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-content-text > form > fieldset#mw-history-search > label > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div#footer > ul#footer-places > li > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #footer-info-lastmod, | ||
+ | [data-theme="dark"] #footer-info-copyright { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .editOptions { | ||
+ | background-color: #32383e!important; | ||
+ | border: 1px solid #7a8288!important;; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.editHelp, | ||
+ | [data-theme="dark"] span.editHelp > a, | ||
+ | [data-theme="dark"] span.oo-ui-labelElement-label, | ||
+ | [data-theme="dark"] #editpage-copywarn > p > a.external, | ||
+ | [data-theme="dark"] #editpage-copywarn > p > a, | ||
+ | [data-theme="dark"] .mw-editfooter-list > * > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .patrollink, | ||
+ | [data-theme="dark"] .patrollink > a, | ||
+ | [data-theme="dark"] .mw-editsection > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-selflink { | ||
+ | color: #a79e9e!important | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .wikitable > * > tr > td > a { | ||
+ | color: #565151!important | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-headline, .mw-editsection-bracket { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.thumbinner { | ||
+ | background-color: #1c1e22!important; | ||
+ | background-clip: border-box!important; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.6)!important; | ||
+ | border-radius: 0.25rem!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .thumbimage { | ||
+ | border: 0px!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] table.wikitable { | ||
+ | background-color: #272b30!important; | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] table.wikitable > * > tr > th { | ||
+ | background-color: #242729!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] table.wikitable > * > tr > td > a { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] table.wikitable.darkmode-text > * > tr > td > a { | ||
+ | color: #565151!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] ul { | ||
+ | list-style-image: none; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.toc, .smw-editpage-help { | ||
+ | background-color: #1c1e22!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.toctext, | ||
+ | [data-theme="dark"] div.toctitle > h2 { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.tocnumber { | ||
+ | color: #d0d0d0!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] span.toctoggle > a.togglelink { | ||
+ | color: #fff!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] li#ca-nstab-user > * > a { | ||
+ | color: #d0d0d0!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.menu { | ||
+ | background-color: #3a3f44!important; | ||
+ | background-clip: padding-box!important; | ||
+ | border: 1px solid rgba(0, 0, 0, 0.6)!important; | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] h3#p-cactions-label > span { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div#left-navigation { | ||
+ | background-color: #3a3f44!important; | ||
+ | background-image: none!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.vectorTabs { | ||
+ | background-image: none!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.vectorTabs > ul > li { | ||
+ | background-color: #3a3f44!important; | ||
+ | background-image: none!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.vectorTabs > ul > li.selected { | ||
+ | background-color: rgba(0, 0, 0, 0.3)!important; | ||
+ | background-image: none!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #mw-content-text > h2 { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .oo-ui-menuSelectWidget { | ||
+ | background-color: #252525!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .oo-ui-optionWidget-selected { | ||
+ | background-color: rgba(0, 0, 0, 0.3)!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] div.oo-ui-widget > span.oo-ui-dropdownWidget-handle > span.oo-ui-labelElement-label { | ||
+ | color: #000!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .catlinks { | ||
+ | background-color: rgba(0, 0, 0, 0.3)!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] .mw-changeslist > h4 { | ||
+ | color: #aaa!important; | ||
+ | } | ||
+ | |||
+ | [data-theme="dark"] #mw-page-base { | ||
+ | background-image: none!important; | ||
+ | background-color: #272b30!important; | ||
} | } |
Revision as of 05:21, 28 February 2021
[data-theme="dark"] { color: #aaa!important; background-color: #272b30!important; } [data-theme="dark"] #mw-head, [data-theme="dark"] #mw-head-base { color: #aaa!important; background-color: #272b30!important; } [data-theme="dark"] .jumbotron { background-color: #1c1e22!important; } [data-theme="dark"] a { color: #fff!important; } [data-theme="dark"] .panel { background-color: #1c1e22!important; border: 1px solid rgba(0, 0, 0, 0.6)!important; } [data-theme="dark"] ul.square > li > a, [data-theme="dark"] .list-inline > li > a { color: #fff!important; } [data-theme="dark"] .list-inline > li > a.new { color: #cc1515!important } [data-theme="dark"] #cent > div > p > a { color: #fff!important; } [data-theme="dark"] .panel-body > .row > div > p > a { color: #fff!important; } [data-theme="dark"] div.collapsible-nav > div.portal > div.body > ul > li > a { color: #fff!important; background-color: transparent!important; } [data-theme="dark"] div.collapsible-nav > div.portal > h3 > a { color: #fff!important; background-color: transparent!important; } [data-theme="dark"] .mw-body, [data-theme="dark"] .parsoid-body { background-color: #32383e!important; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.6); border-radius: 0.25rem; color: #aaa!important; } [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li, [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > em, [data-theme="dark"] div.mw-body-content > div.mw-content-ltr > div.mw-content-ltr > ul > li > strong { text-shadow: -1px -1px 0 rgb(0 0 0 / 30%); color: #aaa!important; } [data-theme="dark"] div.mw-content-ltr, .firstHeading { color: #aaa!important; } [data-theme="dark"] div#contentSub2 > span.subpages { color: #aaa; } [data-theme="dark"] div#contentSub > a, [data-theme="dark"] div#contentSub2 > a, [data-theme="dark"] div#contentSub2 > span.subpages > a { color: #fff!important; } [data-theme="dark"] div.mw-content-text > form#mw-history-searchform { display: block; width: 100%; height: calc(1.5em + 1.5rem + 2px); padding: 0.75rem 1rem; font-size: 0.9375rem; font-weight: 400; line-height: 1.5; color: #52575c; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } [data-theme="dark"] form > fieldset#mw-history-search > legend { color: #aaa!important; } [data-theme="dark"] ul#pagehistory { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; background-color: #272b30; } [data-theme="dark"] ul#pagehistory > li.after { position: relative; display: block; padding: 0.50rem 0.25rem; background-color: #32383e; border: 1px solid rgba(0, 0, 0, 0.6); } [data-theme="dark"] ul#pagehistory > li.after, [data-theme="dark"] .mw-usertoollinks { color: #aaa!important; } [data-theme="dark"] ul#pagehistory > li.after > a.mw-changeslist-date, [data-theme="dark"] ul#pagehistory > li.after > span.mw-history-histlinks, [data-theme="dark"] ul#pagehistory > li.after > span.mw-history-histlinks > a { color: #fff!important; } [data-theme="dark"] span.mw-history-histlinks { padding-right: 5px; } [data-theme="dark"] li.after > span.comment { color: #aaa!important; } [data-theme="dark"] ul#pagehistory >li.before { color: #fff!important; background-color: #3e444c; border-color: rgba(0, 0, 0, 0.6); } [data-theme="dark"] span.history-user > .mw-usertoollinks > a.mw-usertoollinks-contribs, [data-theme="dark"] span.history-user > .mw-usertoollinks > .mw-usertoollinks-block, [data-theme="dark"] span.mw-rollback-link, [data-theme="dark"] span.mw-rollback-link > a, [data-theme="dark"] span.mw-history-undo, [data-theme="dark"] span.mw-history-undo > a, [data-theme="dark"] span.mw-history-histlinks, [data-theme="dark"] span.mw-history-histlinks > a, [data-theme="dark"] ul#pagehistory > li.before > a, [data-theme="dark"] span.history-user > a.mw-userlink, [data-theme="dark"] span.history-user > a.mw-userlink > bdi { color: #fff!important; } [data-theme="dark"] div.mw-history-legend, [data-theme="dark"] div.mw-history-legend > p, [data-theme="dark"] div.mw-history-legend > p > strong { color: #aaa !important; } [data-theme="dark"] .history-size, .mw-content-text { color: #aaa !important; } [data-theme="dark"] .mw-plusminus-pos { color: #62c462 !important; } [data-theme="dark"] .mw-plusminus-neg { color: #ee5f5b !important; } [data-theme="dark"] .mw-plusminus-null { color: #7a8288 !important; } [data-theme="dark"] .mw-lastlink, .mw-nextlink, .mw-numlink { color: #fff!important; } [data-theme="dark"] .mw-content-text > form > fieldset#mw-history-search > label > a { color: #fff!important; } [data-theme="dark"] div#footer > ul#footer-places > li > a { color: #fff!important; } [data-theme="dark"] #footer-info-lastmod, [data-theme="dark"] #footer-info-copyright { color: #aaa!important; } [data-theme="dark"] .editOptions { background-color: #32383e!important; border: 1px solid #7a8288!important;; } [data-theme="dark"] span.editHelp, [data-theme="dark"] span.editHelp > a, [data-theme="dark"] span.oo-ui-labelElement-label, [data-theme="dark"] #editpage-copywarn > p > a.external, [data-theme="dark"] #editpage-copywarn > p > a, [data-theme="dark"] .mw-editfooter-list > * > a { color: #fff!important; } [data-theme="dark"] .patrollink, [data-theme="dark"] .patrollink > a, [data-theme="dark"] .mw-editsection > a { color: #fff!important; } [data-theme="dark"] .mw-selflink { color: #a79e9e!important } [data-theme="dark"] .wikitable > * > tr > td > a { color: #565151!important } [data-theme="dark"] .mw-headline, .mw-editsection-bracket { color: #aaa!important; } [data-theme="dark"] div.thumbinner { background-color: #1c1e22!important; background-clip: border-box!important; border: 1px solid rgba(0, 0, 0, 0.6)!important; border-radius: 0.25rem!important; } [data-theme="dark"] .thumbimage { border: 0px!important; } [data-theme="dark"] table.wikitable { background-color: #272b30!important; color: #fff!important; } [data-theme="dark"] table.wikitable > * > tr > th { background-color: #242729!important; } [data-theme="dark"] table.wikitable > * > tr > td > a { color: #fff!important; } [data-theme="dark"] table.wikitable.darkmode-text > * > tr > td > a { color: #565151!important; } [data-theme="dark"] ul { list-style-image: none; } [data-theme="dark"] div.toc, .smw-editpage-help { background-color: #1c1e22!important; } [data-theme="dark"] span.toctext, [data-theme="dark"] div.toctitle > h2 { color: #aaa!important; } [data-theme="dark"] span.tocnumber { color: #d0d0d0!important; } [data-theme="dark"] span.toctoggle > a.togglelink { color: #fff!important; } [data-theme="dark"] li#ca-nstab-user > * > a { color: #d0d0d0!important; } [data-theme="dark"] div.menu { background-color: #3a3f44!important; background-clip: padding-box!important; border: 1px solid rgba(0, 0, 0, 0.6)!important; color: #aaa!important; } [data-theme="dark"] h3#p-cactions-label > span { color: #aaa!important; } [data-theme="dark"] div#left-navigation { background-color: #3a3f44!important; background-image: none!important; } [data-theme="dark"] div.vectorTabs { background-image: none!important; } [data-theme="dark"] div.vectorTabs > ul > li { background-color: #3a3f44!important; background-image: none!important; } [data-theme="dark"] div.vectorTabs > ul > li.selected { background-color: rgba(0, 0, 0, 0.3)!important; background-image: none!important; } [data-theme="dark"] #mw-content-text > h2 { color: #aaa!important; } [data-theme="dark"] .oo-ui-menuSelectWidget { background-color: #252525!important; } [data-theme="dark"] .oo-ui-optionWidget-selected { background-color: rgba(0, 0, 0, 0.3)!important; } [data-theme="dark"] div.oo-ui-widget > span.oo-ui-dropdownWidget-handle > span.oo-ui-labelElement-label { color: #000!important; } [data-theme="dark"] .catlinks { background-color: rgba(0, 0, 0, 0.3)!important; } [data-theme="dark"] .mw-changeslist > h4 { color: #aaa!important; } [data-theme="dark"] #mw-page-base { background-image: none!important; background-color: #272b30!important; }