:알림 상자/styles.css

최근 편집: 2018년 3월 28일 (수) 13:59
낙엽1124 (토론 | 기여)님의 2018년 3월 28일 (수) 13:59 판 (.notice라는 class가 다른 곳에도 정의되어 있어 구분을 위해 parent도 적었습니다)
/* CSS placed here will be applied to all skins */

#content .notice {
	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;
}