Radarr/NzbDrone.Web/Content/jquery.gritter.css

134 lines
2.1 KiB
CSS
Raw Normal View History

2011-08-08 21:50:48 +00:00
/* the norm */
2011-12-04 00:01:00 +00:00
#gritter-notice-wrapper
{
position: fixed;
top: 60px;
right: 20px;
width: 301px;
z-index: 9999;
}
#gritter-notice-wrapper.top-left
{
2011-08-08 21:50:48 +00:00
left: 20px;
right: auto;
}
2011-12-04 00:01:00 +00:00
#gritter-notice-wrapper.bottom-right
{
2011-08-08 21:50:48 +00:00
top: auto;
left: auto;
bottom: 20px;
right: 20px;
}
2011-12-04 00:01:00 +00:00
#gritter-notice-wrapper.bottom-left
{
2011-08-08 21:50:48 +00:00
top: auto;
right: auto;
bottom: 20px;
left: 20px;
}
2011-12-04 00:01:00 +00:00
.gritter-item-wrapper
{
position: relative;
margin: 0;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.gritter-top
{
height: 10px;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.hover .gritter-top
{
background-position: right -30px;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.gritter-bottom
{
height: 8px;
margin: 0;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.hover .gritter-bottom
{
background-position: bottom right;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.gritter-item
{
display: block;
background-color: #272525;
2011-08-08 21:50:48 +00:00
opacity: .9;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
2011-12-04 00:01:00 +00:00
color: #eee;
padding: 8px 11px;
font-size: 11px;
border-bottom-style: solid;
border-bottom-width: 5px;
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.gritter-success .gritter-item
{
border-color: rgb(100, 135, 46);
2011-08-08 21:50:48 +00:00
}
2011-12-04 00:01:00 +00:00
.gritter-fail .gritter-item
{
border-color: rgb(212, 44, 44);
2011-08-08 21:50:48 +00:00
}
.gritter-success .gritter-icon
{
color: rgb(100, 135, 46);
}
.gritter-fail .gritter-icon
{
color: rgb(212, 44, 44);
}
2011-12-04 00:01:00 +00:00
.hover .gritter-item
{
background-position: right -40px;
}
.gritter-item p
{
padding: 0;
margin: 0;
}
.gritter-close
{
display: none;
position: absolute;
top: 0px;
right: -10px;
background: url(../content/images/gritter.png) no-repeat left top;
cursor: pointer;
width: 30px;
height: 30px;
}
.gritter-title
{
font-size: 20px;
padding: 0;
display: block;
line-height: 1;
padding-bottom: 10px;
2011-12-04 00:01:00 +00:00
text-shadow: 1px 1px #000; /* Not supported by IE :( */
}
.gritter-image
{
width: 48px;
height: 48px;
float: left;
}
.gritter-with-image, .gritter-without-image
{
padding: 0 0 5px 0;
}
.gritter-with-image
{
width: 220px;
float: right;
2011-08-08 21:50:48 +00:00
}
.gritter-icon {
font-size: 50px;
float: left;
line-height: 35px;
}