:설명문서/styles.css

최근 편집: 2018년 10월 18일 (목) 08:39
.template-documentation {
	border: 1px solid #aca8e0;
	border-top: 5px solid #aca8e0;
	padding:2.5rem 1rem;
	margin: 1rem 0 2rem;
	clear: both;
}

.template-documentation--title {
	border: 2px solid #aca8e0;
    border-width: 2px 0;
    padding: 0.5rem 0;
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-weight: bold;
}

.template-documentation--actions {
	font-size: 0.75rem;
	float: right;
}

.template-documentation--actions a:not(:first-child) {
	margin-left: 1em;
}

.template-documentation--footer {
	border: 1px solid #aca8e0;
	border-top: 5px solid #aca8e0;
	padding:1.6rem 1rem;
	margin: 1rem 0 2rem;
}