사용자:Senior9324/Notification.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
20번째 줄: 20번째 줄:
.libre_right_notify .notify-icon:before {
.libre_right_notify .notify-icon:before {
content: "!";
content: "!";
}
.libre_right_notify .notify-link {
padding: 0;
width: 90%;
color: black;
}
}
.libre_right_notify .notify-msg {
.libre_right_notify .notify-msg {
width: 70%;
width: 80%;
}
}
.libre_right_notify .notify-count {
.libre_right_notify .notify-count {

2015년 6월 14일 (일) 20:01 판

.libre_right_notify {
	margin-top: 10px;
	border-radius: 4px;
	text-align: center;
	background: #EEEEEE;
	box-shadow: 1px 1px 1px #CCCCCC;
	width: 230px;
}
.libre_right_notify * {
	display: inline-block;
	padding: 4px;
}
.libre_right_notify .notify-icon {
	width: 10%;
	font-style: normal;
	font-weight: bold;
	background: #AAAAAA;
	color: white;
}
.libre_right_notify .notify-icon:before {
	content: "!";
}
.libre_right_notify .notify-link {
	padding: 0;
	width: 90%;
	color: black;
}
.libre_right_notify .notify-msg {
	width: 80%;
}
.libre_right_notify .notify-count {
	font-weight: bold;
	background: #FF6363;
	color: white;
	width: 20%;
}