<xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
anonid="button" allowevents="true"
xbl:inherits="disabled,image,label,crop,accesskey,command,
- buttonover,buttondown,align,dir,pack,orient"/>
+ align,dir,pack,orient"/>
<xul:dropmarker type="menu-button" xbl:inherits="open,disabled"
class="toolbarbutton-menubutton-dropmarker"/>
</xul:stack>
th, td {
padding: 0 5px;
}
+
+.columns {
+ -moz-column-width: 20em;
+ -moz-column-gap: 3em;
+}
#content-icon,
.listcell-icon {
- height: 32px;
+ margin: 5px;
width: 32px;
+ height: 32px;
}
-#content-icon,
-.listcell-icon,
.listcell-label {
- margin: 5px;
+ padding: 5px;
}
border: 1px outset #CCD0DD;
background-color: #CCD0DD;
color: #000000;
+ text-shadow: none;
}
.button-box {
padding: 0px 1px;
}
+statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
+ -moz-appearance: none;
+ border-top-style: none;
+ border-bottom-style: none;
+ -moz-border-start-style: none;
+}
.statusbar-resizerpanel {
-moz-box-align: end;
border: 1px inset #CCD0DD;
background-color: #CCCCCC;
color: #000000;
+ text-shadow: none;
}
.menulist-label-box {
}
*/
-toolbarbutton:hover,
-toolbarbutton[buttonover="true"] {
+toolbarbutton:hover {
border: 1px outset #CCD0DD;
}
+++ /dev/null
-/*
- * This file's style only applies to broken objects, not the rest
- * of the page.
- */
-
-@namespace html url(http://www.w3.org/1999/xhtml);
-
-html|object:not([width]), html|object[width=""],
-html|embed:not([width]), html|embed[width=""],
-html|applet:not([width]), html|applet[width=""] {
- width: 240px;
-}
-
-html|object:not([height]), html|object[height=""],
-html|embed:not([height]), html|embed[height=""],
-html|applet:not([height]), html|applet[height=""] {
- height: 200px;
-}
-
-html|object > *|*,
-html|embed > *|*,
-html|applet > *|* {
- width: inherit;
- height: inherit;
-}
-
-html|a, html|div {
- text-align: -moz-center;
- display: inline-block;
- /* overflow:hidden makes baseline vertical-alignment act like plugins */
- overflow: hidden;
- vertical-align: inherit;
- border: 1px outset;
- padding: 5px;
- font-size: 12px;
- font-family: sans-serif;
- background: #FFFFFF;
- -moz-user-select: none;
- text-decoration: none;
- color: #000000;
-}
-
-vbox {
- width: inherit;
- height: inherit;
- -moz-box-align: center;
- -moz-box-pack: center;
-}
-
-#missingPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
-}
-
-#disabledPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
-}
-
-#blockedPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
-}
-
-#missingPluginPlaceholder,
-#disabledPluginPlaceholder,
-#blockedPluginPlaceholder {
- display: block;
- border: 0px;
- width: 32px;
- height: 32px;
-}
--- /dev/null
+@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;
+}
<xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
anonid="button" allowevents="true"
xbl:inherits="disabled,image,label,crop,accesskey,command,
- buttonover,buttondown,align,dir,pack,orient"/>
+ align,dir,pack,orient"/>
<xul:dropmarker type="menu-button" xbl:inherits="open,disabled"
class="toolbarbutton-menubutton-dropmarker"/>
</xul:stack>
th, td {
padding: 0 5px;
}
+
+.columns {
+ -moz-column-width: 20em;
+ -moz-column-gap: 3em;
+}
#content-icon,
.listcell-icon {
- height: 32px;
+ margin: 5px;
width: 32px;
+ height: 32px;
}
-#content-icon,
-.listcell-icon,
.listcell-label {
- margin: 5px;
+ padding: 5px;
}
border: none;
background-color: #000000;
color: #FFCF00;
+ text-shadow: none;
}
.button-box {
padding: 0px 2px;
}
+statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
+ -moz-appearance: none;
+ border-top-style: none;
+ border-bottom-style: none;
+ -moz-border-start-style: none;
+}
+
.statusbar-resizerpanel {
-moz-box-align: end;
-moz-box-pack: end;
border: 1px solid #9C9CFF;
background-color: #000000;
color: #E7ADE7;
+ text-shadow: none;
}
menulist[menuactive="true"],
-moz-outline-offset: -1px;
}
-toolbarbutton:hover,
-toolbarbutton[buttonover="true"] {
+toolbarbutton:hover {
background-color: #FFCF00;
color: #000000;
}
+++ /dev/null
-/*
- * This file's style only applies to broken objects, not the rest
- * of the page.
- */
-
-@namespace html url(http://www.w3.org/1999/xhtml);
-
-html|object:not([width]), html|object[width=""],
-html|embed:not([width]), html|embed[width=""],
-html|applet:not([width]), html|applet[width=""] {
- width: 240px;
-}
-
-html|object:not([height]), html|object[height=""],
-html|embed:not([height]), html|embed[height=""],
-html|applet:not([height]), html|applet[height=""] {
- height: 200px;
-}
-
-html|object > *|*,
-html|embed > *|*,
-html|applet > *|* {
- width: inherit;
- height: inherit;
-}
-
-html|a, html|div {
- display: inline-block;
- /* overflow:hidden makes baseline vertical-alignment act like plugins */
- overflow: hidden;
- vertical-align: inherit;
- border: 1px outset;
- padding: 5px;
- font-size: 12px;
- font-family: sans-serif;
- background: #000000;
- -moz-user-select: none;
- text-decoration: none;
- color: #FFCF00;
-}
-
-vbox {
- width: inherit;
- height: inherit;
- -moz-box-align: center;
- -moz-box-pack: center;
-}
-
-#missingPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
-}
-
-#disabledPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
-}
-
-#blockedPluginPlaceholder {
- list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
-}
-
-#missingPluginPlaceholder,
-#disabledPluginPlaceholder,
-#blockedPluginPlaceholder {
- display: block;
- border: 0px;
- width: 32px;
- height: 32px;
-}
--- /dev/null
+@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: #000000;
+ color: #FFCF00;
+ -moz-border-radius: 12px;
+ /* recessed effect with 'disabled' shadow */
+ -moz-box-shadow: inset 0 1px 5px #8050B0;
+ padding: 5px;
+ -moz-user-select: none;
+}
+
+html|a {
+ color: #FFCF00;
+}
+
+.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;
+}