:알림 상자/styles.css

최근 편집: 2018년 3월 31일 (토) 00:58
낙엽1124 (토론 | 기여)님의 2018년 3월 31일 (토) 00:58 판 (내부 요소를 absolute로 쓸 일이 있을 수 있어 수정합니다.)
/* CSS placed here will be applied to all skins */

#content .notice {
	position: relative;
	margin: 0 1rem;
	font-size: 0.8rem;
	padding: 0.5em 0.5em;
	line-height: 1.6;
	border: 1px solid #8981d3;
	border-left-width: 3px;
	display: inline-block;
	color: #000;
}

#content .notice .title {
  display: block;
  font-weight: bold;
}

/*.notice.stub {

}*/

#content .notice.warning {
border-color: #FF0000;
background-color: #ffe0e0;
}