MediaWiki:Gadget-DarkMode.css: Difference between revisions

From The Fifth City Wiki
Created page (empty)
 
Png versions
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
:root {
:root {
  --body-bg-color: #090b08;
  /* --body-bg-image: url(/w/images/d/d3/Skyline_background_gradient.png); */
  --body-bg-image: url(/w/index.php?title=Special:Redirect/file/Skyline_background_gradient.png);
  --main-text-color: #bdb29e;
  --main-link-color: #84d2d2;
  --alternate-link-color: #84d2d2;
  --dark-alternate-color: #266666;
  --bright-alternate-color: #a8f6f6;
  --text-bg-color: #10140f;
  --text-bg-image: none;
  --text-label-color: #756f65;
  --box-bg-color: #1b2319;
  --box-bg-hover-color: #273a22;
  --table-bg-color: #1b2319;
  --table-bg-alt-color: #354521;
  --table-border-color: #756f65;
  --table-header-bg-color: #08210b;
  --table-highlighted-bg-color: #4e4500;
  --heading-underline-color: #42686b;
  --max-table-width: 100%;
  --ca-edit-bgimage: url(/w/skins/Timeless/resources/images/pencil-grey.png);
  --ca-history-bgimage: url(/w/skins/Timeless/resources/images/clock-grey.png);
  --external-link-color: #9e9eff;
  --external-link-active-color: #ff9e9e;
  --external-link-visited-color: #d0adf0;
  --comment-details-text-color: #978d7d;
  /* --fcw-logo: url('/w/index.php?title=Special:Redirect/file/Flwiki-logo-dark-mode.svg'); */
  --fcw-logo: url('/w/resources/assets/change-your-logo-icon.svg');
  --success-color: #14866d;
  --success-bg-color: #07382d;
  --warning-color: #fc3;
  --warning-bg-color: #382a00;
  --error-color: #d33;
  --error-bg-color: #461b1a;
  --message-color: #a2a9b1;
  --message-bg-color: #414242;
  --invert-in-light: none;
  --invert-in-dark: invert(1) hue-rotate(180deg);
}
}

Latest revision as of 21:09, 3 July 2025

:root {
  --body-bg-color: #090b08;
  /* --body-bg-image: url(/w/images/d/d3/Skyline_background_gradient.png); */
  --body-bg-image: url(/w/index.php?title=Special:Redirect/file/Skyline_background_gradient.png);
  --main-text-color: #bdb29e;
  --main-link-color: #84d2d2;
  --alternate-link-color: #84d2d2;
  --dark-alternate-color: #266666;
  --bright-alternate-color: #a8f6f6;
  --text-bg-color: #10140f;
  --text-bg-image: none;
  --text-label-color: #756f65;
  --box-bg-color: #1b2319;
  --box-bg-hover-color: #273a22;
  --table-bg-color: #1b2319;
  --table-bg-alt-color: #354521;
  --table-border-color: #756f65;
  --table-header-bg-color: #08210b;
  --table-highlighted-bg-color: #4e4500;
  --heading-underline-color: #42686b;
  --max-table-width: 100%;
  --ca-edit-bgimage: url(/w/skins/Timeless/resources/images/pencil-grey.png);
  --ca-history-bgimage: url(/w/skins/Timeless/resources/images/clock-grey.png);
  --external-link-color: #9e9eff;
  --external-link-active-color: #ff9e9e;
  --external-link-visited-color: #d0adf0;
  --comment-details-text-color: #978d7d;
  /* --fcw-logo: url('/w/index.php?title=Special:Redirect/file/Flwiki-logo-dark-mode.svg'); */
  --fcw-logo: url('/w/resources/assets/change-your-logo-icon.svg');
  --success-color: #14866d;
  --success-bg-color: #07382d;
  --warning-color: #fc3;
  --warning-bg-color: #382a00;
  --error-color: #d33;
  --error-bg-color: #461b1a;
  --message-color: #a2a9b1;
  --message-bg-color: #414242;
  --invert-in-light: none;
  --invert-in-dark: invert(1) hue-rotate(180deg);
}