User:RetroCraft314/timeless.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.ve-init-mw-desktopArticleTarget .CodeMirror {
	padding-top: 0 !important;
}

/*
@import url("//en.wikipedia.org/w/index.php?title=User:RetroCraft314/colors.var.css&action=raw&ctype=text/css");

body, .CodeMirror, #mw-page-header-links li.selected a {
  color: var(--md-grey-200);
}

a         { color: var(--md-blue-500); }
a:visited { color: var(--md-blue-200); }

#mw-content-container, #mw-footer-container, .boilerplate {
  background-color: #161616 !important;
}

.sidebar-chunk, .sidebar-inner, #mw-content, #mw-header-nav-hack  {
  background: var(--md-grey-900) !important;
  border-color: var(--md-grey-600) !important;
}
#mw-header-nav-hack { border-top: 0; }

.infobox, .toc, .sidebar, .thumbinner, .quotebox,
code, fieldset, .editOptions, #wpSummary, .collapsible,
table, .wikitable, .wikitable tr, .tracklist *[style*="background"],
.mw-parser-output div.documentation,
.module-shortcutboxplain, .mwe-popups,
.referencetooltip li,
#mwe-pt-list div, #afchContent, #M2D-interface,
.oo-ui-toolbar-bar, .oo-ui-popupWidget-popup,
.oo-ui-window-content, .ve-ui-mwSaveDialog-options, .oo-ui-textInputWidget textarea {
  background: var(--md-grey-900) !important;
  color: var(--md-grey-200);
  border-color: var(--md-grey-600) !important;
}

.ombox, .tmbox, .fmbox, .divbox, *[id*="headerbox"] {
  background: var(--md-grey-900) !important;
  color: var(--md-grey-200);
}

.oo-ui-dialog {
  background: rgba(0,0,0,0.5) !important;
}

*[id^="mp-"], .mwe-popups *, .mbox-small, #pagehistory li,
.oo-ui-widget:not(.oo-ui-iconElement):not(.mw-echo-ui-notificationBadgeButtonPopupWidget),
.mw-echo-ui-notificationItemWidget-content-message-header {
  background: var(--md-grey-900) !important;
  color: var(--md-grey-200) !important;
  border-color: var(--md-grey-600) !important;
}

.ambox {
  background: var(--md-grey-900) !important;
}

.navbox, .navbox td, .navbox th, .portal, .portal * {
  background: var(--md-grey-900) !important;
  border-color: var(--md-grey-600) !important;
}

.mw-graph, #mw-header-container, .suggestions,
.oo-ui-iconElement  {
  filter: invert(90%) hue-rotate(180deg);
}
#p-logo { display: none; }

.mwe-math-element img, img[src*="LaTeX"] {
  filter: invert(1);
  background: #ddd !important;
}
.mw-highlight {
  filter: invert(1) contrast(0.8);
}

/* color overrides */
/* Red 
td[style*="background: #FDD;" i], .table-no, td[style*="background:#fdd" i],
td[style*="background: #ffdddd" i], tr[style*="background:#FFDDDD" i],
tr[style*="background:#fbb" i] {
  background: var(--md-red-900) !important;
}
/* Green 
#mp-left h2, #mp-left h2 span, td[style*="background: #99FF99;" i], .table-yes,
td[style*="background:#dfd" i], td[style*="background:#bfd" i],
tr[style*="background:#DDFFDD" i], tr[style*="background:#bfb" i],
tr[style*="background-color:#CCFFCC" i] {
  background: var(--md-light-green-900) !important;
}
/* Blue 
div[style*="background"] h2, div[style*="background"] h2 *, #mp-right h2,
#mp-right h2 span, .navbox th, .navbox-title, .navbox-title *,
tr[style*="background-color:tan;" i], div[style*="background: #444444;"],
div[style*="background: #444444;"] *, ol.references li:target,
sup.reference:target, span.citation:target, ol.references li:target *,
sup.reference:target *, span.citation:target *,
.quotebox-title, .wikitable th, .wikitable th p,
#pagehistory li.selected,
.infobox th[style*="background"],
td[style*="background:#CEDFF2" i], tr[bgcolor="#CEDFF2" i],
table[style*="background-color:#cef2e0" i] *,
div[style*="background-color: #cee0f2" i],
div[style*="background-color: #cedff2" i], div[role="region"] h2,
div[role="region"] .plainlinks, tr[style*="background-color: #cedff2" i],
td[bgcolor*="#f0f0ff" i], tr[style*="background-color:#E1E9F3" i],
th[style*="background:#d1dbdf" i], td[style*="background:#e6f2ff" i] {
  background-color: var(--md-blue-grey-900) !important;
}
.navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title,
.navbox-abovebelow *, th.navbox-group *, .navbox-subgroup .navbox-title *,
tr[bgcolor*="#E1E9F3" i] {
  background-color: var(--md-blue-grey-800) !important;
}
/* Purple 
#mp-bottom h2, #mp-bottom h2 span, th[style*="background:lavender" i],
td[style*="background:lavender" i], th[style*="background:#edf" i] {
  background-color: #382b4a !important;
}
/* Brown 
#mp-center h2, #mp-center h2 span, .table-partial,
tr[style*="background:orange" i], td[style*="background:#ffd" i] {
    background-color: var(--md-brown-900) !important;
}