틀:막대 그래프/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
태그: 삭제/특정판 삭제가 요청 혹은 제안된 문서.
 
46번째 줄: 46번째 줄:
}*/
}*/
/*{{삭제|}}*/

2024년 5월 1일 (수) 20:42 기준 최신판

.bar-chart {
	display: flex;
	overflow: auto;
}
.barbox {
	border-bottom: solid;
}

.bar-chart .bar:hover {
	filter: invert(50%);
}
.contbox {
	border-right: solid;
}
.cont {
	text-align: right;
}
.value {
    line-height: 1em;
    margin-left: 0.5em;
}
.bar {
    width: 0;
    height: 1em;
    background: #4188f1;
    transition: ease 0.3s;
}
.contbox, .barbox {
	border-color: #ccc;
	border-width: 1px;
}

.bar-chart .hidden_value {
	display: none !important;
}
/*
.bar-chart-vert {
	
}

.bar-chart-lr {
	
}

.bar-chart-rl {
	
}*/
 /*{{삭제|}}*/