gecko/toolkit/themes/winstripe/mozapps/plugins/pluginProblem.css

50 lines
1.5 KiB
CSS

@namespace html url(http://www.w3.org/1999/xhtml);
/* These styles affect only the bound element, not other page content. */
.mainBox {
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;
-moz-border-radius: 12px;
/* recessed effect with dark inner shadow and lightened bottom */
-moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.8),
0 1px 0 rgba(255,255,255,0.2);
padding: 5px;
-moz-user-select: none;
}
html|a {
color: white;
}
.icon {
min-width: 48px;
min-height: 48px;
background-position: center;
background-repeat: no-repeat;
}
:-moz-type-unsupported .icon {
background-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png);
}
:-moz-handler-disabled .icon {
background-image: url(chrome://mozapps/skin/plugins/pluginDisabled.png);
}
:-moz-handler-blocked .icon {
background-image: url(chrome://mozapps/skin/plugins/pluginBlocked.png);
}
:-moz-handler-crashed .icon {
background-image: url(chrome://mozapps/skin/plugins/pluginCrashed.png);
}
.msg {
font: 12px sans-serif;
font-weight: bold;
cursor: default;
text-shadow: rgba(0,0,0,0.8) 0 0 5px;
}