Jump to content

MediaWiki:Timeless.css

From Big Brain Center
Revision as of 18:31, 10 February 2025 by Internet (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
/**** Color palette ****/

/* Common colors */
:root {
	--warn-bg-1: #fef6e7;  /* .warningbox  from Vector, Timeless */
	--warn-bg-2: #ffdbdb;  /* div.mw-warning-with-logexcerpt  from Vector, Timeless */
	--warn-border-1: #fc3;  /* from Timeless */
	--warn-border-2: #bb7070;  /* from Timeless */
	--warn-bg-1: #cb6;
	--warn-bg-1: #d95;  /* from Timeless? */
	--warn-bg-1: #d80;
	--warn-text-1: var(--text-shade-1);
	--warn-text-1: #222;
	--warn-text-1: #fff;

	--warn-bg-2: #d63;
	--warn-text-2: var(--text-shade-1);
	--warn-text-2: #222;
	--warn-text-2: #ddd;

	--note-text-1: #000;

	--focus-border-color: #36c;  /* from Timeless */
	--focus-border-color: var(--link-shade-4);
	--focus-border-color: royalblue;
	--focus-border-color: #46dc;
	--link-hover-bg: #fff8;
	--link-hover-bg: #8884;

	--link-red-1: #a55858;  /* from Vector */
	--link-red-2: #ba0000;  /* from Vector */
	--link-red-1: #b32424;  /* from WMF Style Guide */
	--link-red-2: #dd3333;  /* from WMF Style Guide */
}