(새 문서: .notice { position: relative; margin: 0 1rem; font-size: 0.8rem; padding: 0.5em 0.5em; line-height: 1.6em; border: 1px solid #8981d3; border-left-width: 3px; display: inline-b...)
 
잔글 (문서를 비움)
태그: 비우기
 
1번째 줄: 1번째 줄:
.notice {
position: relative;
margin: 0 1rem;
font-size: 0.8rem;
padding: 0.5em 0.5em;
line-height: 1.6em;
border: 1px solid #8981d3;
border-left-width: 3px;
display: inline-block;
}


.notice .title {
display: block;
font-weight: bold;
}
/*.notice.stub {
}*/
.notice.warning {
border-color: #FF0000;
background-color: #ffe0e0;
color: black;
}

2020년 8월 20일 (목) 03:23 기준 최신판