ਸਮੱਗਰੀ 'ਤੇ ਜਾਓ

ਫਰਮਾ:Bar chart/bar/styles.css

ਵਿਕੀਪੀਡੀਆ, ਇੱਕ ਆਜ਼ਾਦ ਵਿਸ਼ਵਕੋਸ਼ ਤੋਂ
/* Bar in chart made from background color. */
.bar-chart-bar-line {
	background-color: #cedff2;
	height: 1.25em; 
	margin: 0 0 0 0; 
	z-index: 0;
}

/* Text at bottom. */
.bar-chart-bar-comment{
	font-size: 90%; 
	padding-left: 1em;
}

/* Numbers laid on top of colored bar/line */
.bar-chart-bar-numbers {
	position: relative; 
	top: -1.4em; 
	height:1.25em; 
	padding: 0 0 0 2em; 
	z-index: 10;
}

/* For dark mode. */
@media screen {
    html.skin-theme-clientpref-night .bar-chart-bar-line { 
    	background-color: #74497E;
    }
}