사용자:Senior9324/Notification.css

< 사용자:Senior9324
Senior9324 (토론 | 기여)님의 2015년 7월 26일 (일) 03:55 판

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
.libre_right_content {
	display: block !important;
	visibility: hidden;
}

@media (min-width: 992px) {
	.libre_right_content {
		visibility: visible;
	}
}
/* 위는 모바일 모드가 작동하도록 하는 코드 */

.libre_right_notify {
	margin-top: 10px;
	border-radius: 4px;
	text-align: center;
	background: #F4F4F4;
	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: #999;
	color: white;
	cursor: pointer;
}
.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%;
}
@media (max-width: 991px) {
	.libre_right_notify {
		position: fixed;
		top: 94px;
		right: -207px;
		visibility: visible;
		transition: right 0.5s;
	}
	.libre_right_notify.expand {
		right: 0;
	}
}

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