Source: Scratch Wiki en français

< Modèle:Bcbox

.bcbox {
	border: 1px solid;
	border-radius: 10px;
	grid-row: none;
	margin: 0px 10px 10px 10px;
	overflow-x: auto;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

.bcbox-header {
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 1em;
	padding: 2px;
}

.bcbox-header * {
	color: #ffffff !important;
}

.bcbox-header *:hover {
	color: #ffffff !important;
}

.bcbox-header *:visited {
	color: #ffffff !important;
}

.bcbox-body {
	display: inline-grid;
}

.bcbox .bcbox {
	grid-row: none;
}

.bcbox .bcbox .bcbox {
	grid-row: initial;
}

@media only screen and (max-width: 680px) {
	.bcbox .bcbox {
		grid-row: initial !important;
	}
}