MediaWiki:Hydra.css

From Outward Wiki
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Hydra skin */
:root {
	--body-bgcolor: #0c1e6a;
	--body-bgimage: url("https://static.wikia.nocookie.net/fortnite_gamepedia/images/5/5d/Cube_background.jpg/revision/latest");
	--text-color: #111111;
	--text-color-rgb: 0, 0, 0;
	--accenttext-color: #000;
	--accenttext-color-rgb: 255, 255, 255;
	--content-bgcolor: #ffffff;
	--content-bgcolor-rgb: 255, 255, 255;
	--link-color: #420bab;
	--link-color-rgb: 200, 152, 245;
	--redlink-color: #ba0000;
	--redlink-color-rgb: 186, 0, 0;
	--interface-light: #ad8ce3;
	--interface-light-rgb: 163, 140, 247;
	--interface-dark: #68479e;
	--interface-dark-rgb: 104, 71, 158;
	--fpbox-bgcolor: #ffffff;
	--fpbox-bgcolor-rgb: 255, 255, 255;
	--fpimage-left: url("https://static.wikia.nocookie.net/fortnite_gamepedia/images/f/fd/Front_page_left.png/revision/latest");
	--fpimage-right: url("https://static.wikia.nocookie.net/fortnite_gamepedia/images/3/36/Front_page_right.png/revision/latest");
	--rarity-handmade-light: #f1f1f1;
	--rarity-handmade-light-rgb: 241, 241, 241;
	--rarity-handmade-dark: #bbbbbb;
	--rarity-handmade-dark-rgb: 187, 187, 187;
	--rarity-common-light: #cacaca;
	--rarity-common-light-rgb: 202, 202, 202;
	--rarity-common-dark: #7b7b7b;
	--rarity-common-dark-rgb: 123, 123, 123;
	--rarity-uncommon-light: #80cf3f;
	--rarity-uncommon-light-rgb: 128, 207, 63;
	--rarity-uncommon-dark: #3a7913;
	--rarity-uncommon-dark-rgb: 58, 121, 19;
	--rarity-rare-light: #2fd5e8;
	--rarity-rare-light-rgb: 47, 213, 232;
	--rarity-rare-dark: #1258a2;
	--rarity-rare-dark-rgb: 18, 88, 162;
	--rarity-epic-light: #bd3ffa;
	--rarity-epic-light-rgb: 189, 63, 250;
	--rarity-epic-dark: #460d7f;
	--rarity-epic-dark-rgb: 70, 13, 127;
	--rarity-legendary-light: #fdae53;
	--rarity-legendary-light-rgb: 253, 174, 83;
	--rarity-legendary-dark: #ff7605;
	--rarity-legendary-dark-rgb: 255, 118, 5;
	--rarity-mythic-light: #fcdd79;
	--rarity-mythic-light-rgb: 252, 221, 121;
	--rarity-mythic-dark: #dca01e;
	--rarity-mythic-dark-rgb: 220, 160, 30;
}

ul {
   list-style-image: url("https://static.wikia.nocookie.net/outward_gamepedia/images/9/9a/BulletPoint.png/revision/latest")
}