update both themes for toolkit winstripe trunk changes up to 2010-02-21
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css
new file mode 100644 (file)
index 0000000..a8ee73c
--- /dev/null
@@ -0,0 +1,68 @@
+@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-color: #CCD0DD;
+    color: #000000;
+    -moz-border-radius: 12px;
+    /* recessed effect with 'disabled' shadow */
+    -moz-box-shadow: inset 0 1px 5px #808080;
+    padding: 5px;
+    -moz-user-select: none;
+}
+
+html|a {
+  color: #000000;
+}
+
+.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");
+}
+
+.throbber {
+    padding-left: 16px; /* width of the background image */
+    background: url("chrome://global/skin/icons/loading.gif") no-repeat;
+    margin-left: 5px;
+}
+
+.msg {
+    font-size: 12px;
+    cursor: default;
+}
+
+.msgBottomLinks {
+    padding-left: 2px;
+    padding-right: 2px;
+}
+
+.msgBottomLinks div {
+    text-align: right;
+    margin-right: 4px;
+    margin-bottom: -19px;
+    min-height: 19px; /* height of biggest line (with throbber) */
+}
+
+.helpIcon {
+    float: left;
+    display: inline-block;
+    min-width: 16px;
+    min-height: 16px;
+    background: url("chrome://mozapps/skin/plugins/pluginHelp-16.png") no-repeat;
+}