Template:Pie chart/style.css

模板页面

SolidBlock留言 | 贡献于2023年7月19日 (三) 16:53提交的版本 (创建页面,内容为“.PieChartCircle { background: white; --PieChartSize: calc(2 * var(--PieChartRadius)); width: var(--PieChartSize); height: var(--PieChartSize); overflow: hidden; border-radius: 50%; border: 1px solid black; margin: auto; padding: var(--PieChartRadius); box-sizing: border-box; }”)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
.PieChartCircle {
	background: white;
	--PieChartSize: calc(2 * var(--PieChartRadius));
	width: var(--PieChartSize);
	height: var(--PieChartSize);
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid black;
	margin: auto;
	padding: var(--PieChartRadius);
	box-sizing: border-box;
}