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.
:root {
	--bzaw31559-foreground: #124578;
	--bzaw31559-background: #ffba76;
	--bzaw31559-rate: #717171;
	--bzaw31559-level1: #f40400;
	--bzaw31559-level2: #eb4603;
	--bzaw31559-level3: #d17805;
	--bzaw31559-level4: #a2901f;
	--bzaw31559-level5: #78ba14;
	--bzaw31559-level6: #14bb12;
	--bzaw31559-level7: #17af74;
	--bzaw31559-level8: #079af1;
	--bzaw31559-level9: #730bfa;
	--bzaw31559-level10: #faa707;
	--bzaw31559-start: #3a3a3a;
	--bzaw31559-stub: #9f9f9f;
	--bzaw31559-native: #00bd00;
	--bzaw31559-wip: #1234ff;
}
* {
	unicode-bidi: isolate !important;
}

.bzaw31559 {
	color: #124578;
}
.bzaw31559.background {
	background: #ffba76;
}

/* changed color code rule to make the page looks prettier */

.mw-body, .parsoid-body {
	color: #000064;
}
a {
	color: #124578;
}
a:visited {
	color: #7007a2;
}
a:active {
	color: #f800f8;
}
a.mw-redirect {
	color: #7704bd;
}
a.new {
	color: #940703;
}
a.mw-redirect:visited {
	color: #24ba01 !important;
}
a.new:visited {
	color: #ea7804 !important;
}
a.mw-redirect:active {
	color: #00bf00 !important;
}
a.new:active {
	color: #ff5555 !important;
}

/* wikitable rules */

.wikitable {
	color: #00007a;
	background: #ececec;
}

.wikitable > tr > th, .wikitable > * > tr > th {
	color: #124578;
	background: #ffba76;
}

/* with external links: Y value in YPbPr = 0.5 */

a.external {
	color: #00afff !important;
}
a.external:visited {
	color: #ff00ff !important;
}
a.external:active {
	color: #00ff00 !important;
}

/* The ten levels of rating */

.rate {
	color: #717171;
}

.rate-level1 {
	color: #f40400;
}
.rate-level2 {
	color: #eb4603;
}
.rate-level3 {
	color: #d17805;
}
.rate-level4 {
	color: #a2901f;
}
.rate-level5 {
	color: #78ba14;
}
.rate-level6 {
	color: #14bb12;
}
.rate-level7 {
	color: #17af74;
}
.rate-level8 {
	color: #079af1;
}
.rate-level9 {
	color: #730bfa;
}
.rate-level10 {
	color: #faa707;
}

.rate-start {
	color: #3a3a3a;
}
.rate-stub {
	color: #9f9f9f;
}
.rate-native {
	color: #00bd00;
}
.rate-wip {
	color: #1234ff;
}

hr {
	border-color: #f0f;
	background-color: #f0f;
}

#pagehistory li.selected {
	color: #124578;
	background-color: #ffba76;
	outline-color: #787878;
}