Resuffer: Down the Rabbit Hole Wiki
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
:root {
	--ambox-background: rgba(150,150,150,0.5);
	--ambox-blue: #1e90ff;
	--ambox-gray: #bbbbaa;
	--ambox-green: #228b22;
	--ambox-orange: #f28500;
	--ambox-purple: #9932cc;
	--ambox-red: #b22222;
	--ambox-yellow: #f4c430;

	--body-background-color: #000;
	--body-background-image: url(https://static.wikia.nocookie.net/resuffer_gamepedia_en/images/a/ac/MPbackground.jpg/revision/latest);
	--body-color: #000;

	--catlinks-background: rgba(0, 0, 0, 0.1);
	--catlinks-border: rgba(0, 0, 0, 0.3);

	--code-background: rgba(233, 233, 233, 0.8);
	--code-color: #000;

	--content-background: rgba(255,255,255,0.9);

	--doc-background: rgba(0, 0, 0, 0.1);
	--doc-border: #BDCAC3;

	--editor-border: #000000;
	--editor-button-background: #fec52e;
	--editor-button-border: #d6af49;
	--editor-subtoolbar-background: rgba(233, 233, 233, 0.8);
	--editor-toolbar-background: rgba(233, 233, 233, 0.6);
	--editor-toolbar-selected-background: rgba(254,197,46, 0.2);

	--fpbox-background: rgba(233, 233, 233, 0.8);
	--fpbox-border: #505050;
	--fpbox-heading-background: #fec52e;
	--fpbox-heading-border: #000;
	--fpbox-heading-color: #000;
	--fpbox-heading-font: 'Contrail One';

	--fplink-background: rgba(254,197,46, 0.2);
	--fplink-border: #000;
	--fplink-fullwidth-background: rgba(254,197,46, 0.4);

	--infobox-border: #fec52e;
	--infobox-details-background: #fec52e;
	--infobox-details-color: #000;
	--infobox-header-background: #fec52e;
	--infobox-header-color: #000;
	--infobox-label-background: #fff;

	--link-color: #2154a1;
	--link-redlink-color: #8f3019;

	--msupload-background: #fec52e;
	--msupload-filelist: #d6af49;

	--navbox-alt-background: rgba(0, 0, 0, 0.1);
	--navbox-background: rgba(233, 233, 233, 0.2);
	--navbox-border: #aaaaaa;
	--navbox-color: #333;
	--navbox-secondary-background: rgba(0, 0, 0, 0.1);

	--navigation-tab-active-background: rgba(255,255,255,1);
	--navigation-tab-active-color: #000;
	--navigation-tab-background: rgba(255,255,255,0.75);

	--preferences-border: #000;
	--preferences-tab-active-background: rgba(233, 233, 233, 0.6);
	--preferences-tab-background: rgba(233, 233, 233, 0.3);

	--searchsuggestions-background: rgba(255,255,255,0.8);
	--searchsuggestions-border: rgba(233, 233, 233, 0.9);
	--searchsuggestions-hover-background: #fec52e;
	--searchsuggestions-hover-color: #000;

	--sidebar-header-background: rgba(255,255,255,1);
	--sidebar-header-color: #000;
	--sidebar-link-background: rgba(255,255,255,0.75);

	--thumbnail-background: rgba(233, 233, 233, 0.6);
	--thumbnail-border: #000;

	--toc-background: rgba(233, 233, 233, 0.6);
	--toc-border: #000;

	--wikitable-alt-background: (200, 200, 200, 0.6);
	--wikitable-background: rgba(233, 233, 233, 0.6);
	--wikitable-border: #000;
	--wikitable-header-background: rgba(0, 0, 0, 0.2);
	--wikitable-header-color: #000;
}
Advertisement