:알림 상자/styles.css

최근 편집: 2018년 9월 25일 (화) 08:40
낙엽1124 (토론 | 기여)님의 2018년 9월 25일 (화) 08:40 판 (낙엽1124님이 미디어위키:Common.css/notice.css 문서를 넘겨주기를 만들지 않고 틀:알림 상자/styles.css 문서로 이동했습니다)
/* 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.6em;
	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;
}