모듈:Infobox/styles.css

최근 편집: 2023년 2월 26일 (일) 12:38
낙엽1124 (토론 | 기여)님의 2023년 2월 26일 (일) 12:38 판
/* {{pp|small=y}} */
/*
 * not strictly certain these styles are necessary since the modules now
 * exclusively output infobox-subbox or infobox, not both
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
	/* 칸이 좁아서 URL 같은 것이 안 잘리면 정보상자 자체가 길어짐*/
	word-break: break-all;
}

.infobox-3cols-child {
	margin: auto;
}