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

잔글편집 요약 없음
편집 요약 없음
 
(같은 사용자의 중간 판 14개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.libre_right_notify {
nav.navbar .notify-count {
margin-top: 10px;
border-radius: 4px;
text-align: center;
background: #EEEEEE;
box-shadow: 1px 1px 1px #CCCCCC;
width: 230px;
height: 28px;
overflow: hidden;
}
.libre_right_notify * {
display: inline-block;
padding: 4px;
}
.libre_right_notify .notify-icon {
width: 10%;
min-width: 20px;
font-style: normal;
font-weight: bold;
font-weight: bold;
background: #AAAAAA;
background: #FF6363;
color: white;
color: white;
padding: 4px;
margin-left: 4px;
border-radius: 2px;
}
}
.libre_right_notify .notify-icon:before {
 
content: "!";
.has-notification .nav-login .dropdown-toggle {
}
background: #FF9999;
.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;
color: white;
width: 20%;
}
}
@media (max-width: 991px) {
 
.libre_right_notify {
.has-notification .navbar-header .dropdown-toggle {
position: fixed;
color: #FF9999;
top: 94px;
right: 0;
visibility: visible;
width: 20px;
}
}
}

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;
}