ਫਰਮਾ:Progress bar/styles.css

ਵਿਕੀਸਰੋਤ ਤੋਂ
.wst-progress-bar {
	border-spacing:0;
	border:1px solid grey;
	height:15px;
	width:100%;
	border-radius: 3px;
	line-height: 0;
}

.wst-progress-bar td {
	padding: 0;
}

.wst-progress-bar .wst-progress-bar-q0 {
	background-color:#DDDDDD;
}
.wst-progress-bar .wst-progress-bar-q1 {
	background-color:#FFA0A0;
}
.wst-progress-bar .wst-progress-bar-q2 {
	background-color:#B0B0FF;
}
.wst-progress-bar .wst-progress-bar-q3 {
	background-color:#FFFF80;
}
.wst-progress-bar .wst-progress-bar-q4 {
	background-color:#80FF80;
}
.wst-progress-bar .wst-progress-bar-missing {
	background-color:#FFFFFF;
}

/* skin overrides */
body.skin-minerva .wst-progress-bar {
	margin: 0;
	display: table;
}