*
* Contributor(s):
* Blair McBride <bmcbride@mozilla.com>
+ * Philipp von Weitershausen <philipp@weitershausen.de>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
*
* ***** END LICENSE BLOCK ***** */
+/*
+ * The default namespace for this file is XUL. Be sure to prefix rules that
+ * are applicable to both XUL and HTML with '*|'.
+ */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
/* Page background */
-:root {
+*|*:root {
background-color: #CCD0DD;
color: #000000;
margin: 20px;
}
+html|html {
+ font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+}
+
/* Content */
-.main-content {
+*|*.main-content {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
/* Disabled because of bug 623615
overflow: hidden;
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
.controlBar {
height: 28px;
background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
}
+/* Statistics formatting */
+html|*.statsDiv {
+ position: relative;
+}
+html|td {
+ height: 1em;
+ max-height: 1em;
+ padding: 0 2px;
+}
+html|table {
+ font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+ font-size: 11px;
+ color: white;
+ text-shadow:
+ -1px -1px 0 #000,
+ 1px -1px 0 #000,
+ -1px 1px 0 #000,
+ 1px 1px 0 #000;
+ min-width: 100%;
+ background: rgba(68,68,68,.7);
+ table-layout: fixed;
+ border-collapse: collapse;
+ position: absolute;
+}
+
/* CSS Transitions */
.controlBar:not([immediate]) {
-moz-transition-property: opacity;
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+#genericAbout[addontype="dictionary"] #extensionIcon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
#extensionName {
font-size: large;
font-weight: bold;
+#icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+ max-width: 48px;
+ max-height: 48px;
+ -moz-margin-end: 6px;
+}
+
+#eula-dialog[addontype="theme"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#eula-dialog[addontype="locale"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#eula-dialog[addontype="plugin"] #icon {
+ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#eula-dialog[addontype="dictionary"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
+#heading-container {
+ -moz-box-align: center;
+}
+
#heading {
font-size: 120%;
}
#category-plugin > .category-icon {
list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
}
+#category-dictionary > .category-icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png");
+}
#category-availableUpdates > .category-icon {
list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
}
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+.addon-view[type="dictionary"] .icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
.name-container {
font-size: 150%;
font-weight: bold;
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+.addon-info[type="dictionary"] #icon {
+ list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
+}
+
#name {
font-size: 130%;
}
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
+.addon-icon[type="dictionary"] {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
+}
+
.action-list {
margin-top: 10px;
-moz-margin-start: 5em;
:-moz-type-unsupported .icon[status="ready"] {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
}
+:-moz-handler-clicktoplay .icon {
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+}
:-moz-handler-disabled .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
}
installitem[type="plugin"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+
+installitem[type="dictionary"] .xpinstallItemIcon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
border: none;
}
-.searchbar-engine-button["open=true"] {
+.searchbar-engine-button[open="true"] {
background-color: #FF9F00;
}
}
findbar {
- border-top: 1px solid #000000;
- border-bottom: 1px solid transparent;
+ border-top: 3px solid #000000;
+ border-bottom: none;
min-width: 1px;
}
*
* Contributor(s):
* Blair McBride <bmcbride@mozilla.com>
+ * Philipp von Weitershausen <philipp@weitershausen.de>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
*
* ***** END LICENSE BLOCK ***** */
+/*
+ * The default namespace for this file is XUL. Be sure to prefix rules that
+ * are applicable to both XUL and HTML with '*|'.
+ */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
/* Page background */
-:root {
+*|*:root {
background-color: #000000;
color: #FF9F00;
margin: 20px;
}
+html|html {
+ font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+}
+
/* Content */
-.main-content {
+*|*.main-content {
/* Needed to allow the radius to clip the inner content, see bug 595656 */
/* Disabled because of bug 623615
overflow: hidden;
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
.controlBar {
height: 28px;
background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
}
+/* Statistics formatting */
+html|*.statsDiv {
+ position: relative;
+}
+html|td {
+ height: 1em;
+ max-height: 1em;
+ padding: 0 2px;
+}
+html|table {
+ font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
+ font-size: 11px;
+ color: white;
+ text-shadow:
+ -1px -1px 0 #000,
+ 1px -1px 0 #000,
+ -1px 1px 0 #000,
+ 1px 1px 0 #000;
+ min-width: 100%;
+ background: rgba(68,68,111,.7);
+ table-layout: fixed;
+ border-collapse: collapse;
+ position: absolute;
+}
+
/* CSS Transitions */
.controlBar:not([immediate]) {
-moz-transition-property: opacity;
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+#genericAbout[addontype="dictionary"] #extensionIcon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
#extensionName {
font-size: large;
font-weight: bold;
+#icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+ max-width: 48px;
+ max-height: 48px;
+ -moz-margin-end: 6px;
+}
+
+#eula-dialog[addontype="theme"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#eula-dialog[addontype="locale"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#eula-dialog[addontype="plugin"] #icon {
+ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#eula-dialog[addontype="dictionary"] #icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
+#heading-container {
+ -moz-box-align: center;
+}
+
#heading {
font-size: 120%;
}
#category-plugin > .category-icon {
list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png");
}
+#category-dictionary > .category-icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png");
+}
#category-availableUpdates > .category-icon {
list-style-image: url("chrome://mozapps/skin/extensions/category-available.png");
}
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+.addon-view[type="dictionary"] .icon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
.name-container {
font-size: 150%;
font-weight: bold;
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+.addon-info[type="dictionary"] #icon {
+ list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
+}
+
#name {
font-size: 130%;
}
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
}
+.addon-icon[type="dictionary"] {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
+}
+
.action-list {
margin-top: 10px;
-moz-margin-start: 5em;
:-moz-type-unsupported .icon[status="ready"] {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
}
+:-moz-handler-clicktoplay .icon {
+ background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
+}
:-moz-handler-disabled .icon {
background-image: url("chrome://mozapps/skin/plugins/contentPluginDisabled.png");
}
installitem[type="plugin"] .xpinstallItemIcon {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
+
+installitem[type="dictionary"] .xpinstallItemIcon {
+ list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}