:설명문서/styles.css

최근 편집: 2018년 9월 26일 (수) 09:06
낙엽1124 (토론 | 기여)님의 2018년 9월 26일 (수) 09:06 판 (틀:틀 설명문서(125769판)에서 변형)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
.template-documentation {
	border: 1px solid #aca8e0;
	border-top: 5px solid #aca8e0;
	padding:2.5rem 1rem;
	margin: 1rem 0 2rem;
	width: 100%
}

.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 {
	float: right;
}

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

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