1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 17:34:26 +03:00
ifhub.club/application/frontend/skin/synio/assets/css/vendor/jquery.notifier.css

38 lines
925 B
CSS

/* --------------------------------------------
ВСПЛЫВАЮЩИЕ УВЕДОМЛЕНИЯ
-------------------------------------------- */
#notifier {
width: 250px;
position: fixed;
top: 10px;
right: 10px;
font-size: 11px;
line-height: 16px;
z-index: 9999;
}
#notifier .n-box {
position: relative;
padding: 15px 20px 16px;
margin-bottom: 10px;
color: #fff;
background: #000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3);
opacity: 0.9; filter: alpha(opacity=80);
cursor: pointer;
}
#notifier .n-box h3 { color: #fff; font-size: 12px; font-weight: bold; margin-bottom: 3px; font-family: Verdana, sans-serif; }
#notifier .n-box p { margin: 0; }
#notifier .n-box.n-notice { background: #063573; color: #fff; }
#notifier .n-box.n-error { background: #850505; color: #fff; }