User:EpochFail/ArticleQuality.css

From Wikipedia, the free encyclopedia
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.
#pagehistory li div.qualityprediction{
	display: inline-block;
	width: 2em;
}

#pagehistory li div.qualityprediction div.bar{
	display:inline-block;
}

#pagehistory li div.qualityprediction.level_6 div.bar{
	background: #0F0;
}
#pagehistory li div.qualityprediction.level_5 div.bar{
	background: #9F0;
}
#pagehistory li div.qualityprediction.level_4 div.bar{
	background: #FF0;
}
#pagehistory li div.qualityprediction.level_3 div.bar{
	background: #FB0;
}
#pagehistory li div.qualityprediction.level_2 div.bar{
	background: #F90;
}
#pagehistory li div.qualityprediction.level_1 div.bar{
	background: #F00;
}