2010-02-09 17:05:32 -08:00
|
|
|
@namespace html url(http://www.w3.org/1999/xhtml);
|
|
|
|
|
|
|
|
/* These styles affect only the bound element, not other page content. */
|
|
|
|
|
|
|
|
.mainBox {
|
2010-10-24 02:03:47 -07:00
|
|
|
text-align: center;
|
|
|
|
background-image: -moz-repeating-linear-gradient(-45deg,
|
|
|
|
rgba(65, 65, 65, 0.8),
|
|
|
|
rgba(65, 65, 65, 0.8) 20px,
|
|
|
|
rgba(69, 69, 69, 0.8) 20px,
|
|
|
|
rgba(69, 69, 69, 0.8) 40px);
|
|
|
|
color: white;
|
|
|
|
border-radius: 12px;
|
|
|
|
/* recessed effect with dark inner shadow and lightened bottom */
|
|
|
|
box-shadow: inset 0 1px 3.5px rgba(0,0,0,0.8),
|
|
|
|
0 1px 0 rgba(255,255,255,0.2);
|
|
|
|
padding: 5px;
|
|
|
|
-moz-user-select: none;
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
2010-02-22 02:41:50 -08:00
|
|
|
|
|
|
|
html|a {
|
|
|
|
color: white;
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
2010-10-24 02:03:47 -07:00
|
|
|
min-width: 48px;
|
|
|
|
min-height: 48px;
|
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
|
|
|
:-moz-type-unsupported .icon {
|
2010-10-24 02:03:47 -07:00
|
|
|
background-image: url(chrome://mozapps/skin/plugins/contentPluginDownload.png);
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
|
|
|
:-moz-handler-disabled .icon {
|
2010-10-24 02:03:47 -07:00
|
|
|
background-image: url(chrome://mozapps/skin/plugins/contentPluginDisabled.png);
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
|
|
|
:-moz-handler-blocked .icon {
|
2010-10-24 02:03:47 -07:00
|
|
|
background-image: url(chrome://mozapps/skin/plugins/contentPluginBlocked.png);
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
2010-02-09 17:05:32 -08:00
|
|
|
:-moz-handler-crashed .icon {
|
2010-10-24 02:03:47 -07:00
|
|
|
background-image: url(chrome://mozapps/skin/plugins/contentPluginCrashed.png);
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
2010-02-09 17:05:32 -08:00
|
|
|
|
2010-03-16 22:10:08 -07:00
|
|
|
.throbber {
|
2010-10-24 02:03:47 -07:00
|
|
|
padding-left: 16px; /* width of the background image */
|
|
|
|
background: url(chrome://global/skin/icons/loading_16.png) no-repeat;
|
|
|
|
margin-left: 5px;
|
2010-03-16 22:10:08 -07:00
|
|
|
}
|
|
|
|
|
2010-02-09 17:05:32 -08:00
|
|
|
.msg {
|
2010-10-24 02:03:47 -07:00
|
|
|
font: message-box;
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: default;
|
|
|
|
text-shadow: rgba(0,0,0,0.8) 0 0 3.5px;
|
2010-02-09 17:05:32 -08:00
|
|
|
}
|
2010-03-16 22:10:08 -07:00
|
|
|
|
2010-04-07 18:53:00 -07:00
|
|
|
.submitStatus div {
|
2010-10-24 02:03:47 -07:00
|
|
|
min-height: 19px; /* height of biggest line (with throbber) */
|
2010-04-07 18:53:00 -07:00
|
|
|
}
|
|
|
|
|
2010-03-16 22:10:08 -07:00
|
|
|
.msgBottomLinks {
|
2010-10-24 02:03:47 -07:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
2010-03-16 22:10:08 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.helpIcon {
|
2010-10-24 02:03:47 -07:00
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
background: url(chrome://mozapps/skin/plugins/pluginHelp-16.png) no-repeat;
|
2010-03-16 22:10:08 -07:00
|
|
|
}
|