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

(새 문서: .libre_right_notify { width: 230px; background: #FFE9E9; border-radius: 3px; } .libre_right_notify .notify-icon { width: 5%; font-style: normal; } .libre_right_notify .notify-ico...)
 
편집 요약 없음
 
(같은 사용자의 중간 판 19개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.libre_right_notify {
nav.navbar .notify-count {
width: 230px;
background: #FFE9E9;
border-radius: 3px;
}
.libre_right_notify .notify-icon {
width: 5%;
font-style: normal;
}
.libre_right_notify .notify-icon:before {
content: "!";
font-weight: bold;
font-weight: bold;
background: #FF6363;
color: white;
padding: 4px;
margin-left: 4px;
border-radius: 2px;
}
}
.libre_right_notify .notify-msg {
 
width: 90%;
.has-notification .nav-login .dropdown-toggle {
background: #FF9999;
color: white;
}
}
.libre_right_notify .notify-count {
 
width: 5%;
.has-notification .navbar-header .dropdown-toggle {
color: #FF9999;
}
}

2015년 7월 28일 (화) 22:22 기준 최신판

nav.navbar .notify-count {
	font-weight: bold;
	background: #FF6363;
	color: white;
	padding: 4px;
	margin-left: 4px;
	border-radius: 2px;
}

.has-notification .nav-login .dropdown-toggle {
	background: #FF9999;
	color: white;
}

.has-notification .navbar-header .dropdown-toggle {
	color: #FF9999;
}