min-height: 19px;
}
+textbox[empty="true"] {
+ color: #6000CF;
+}
+
html|*.textbox-input,
html|*.textbox-textarea {
-moz-border-radius: 3px;
--- /dev/null
+#downloadManager {
+ background-color: #000000;
+}
+
+/* Download View */
+#downloadView {
+ -moz-appearance: none !important;
+ margin: 0;
+ border-bottom: 1px solid #9C9CFF;
+}
+
+/* Download View Items */
+richlistitem[type="download"] {
+ padding: 4px 8px 4px 4px;
+ min-height: 46px;
+ border-bottom: 1px solid #9C9CFF;
+}
+
+richlistitem[type="download"][selected="true"] {
+ background-image: url("chrome://mozapps/skin/extensions/itemEnabledFader.png");
+}
+
+richlistitem[type="download"]:not([selected="true"]):nth-child(odd) {
+ background-color: #3F2700;
+}
+
+richlistitem[type="download"] .name {
+ font-size: larger;
+}
+
+richlistitem[type="download"] .dateTime {
+ font-size: smaller;
+}
+
+.mini-button {
+ -moz-appearance: none;
+ list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+ background-color: transparent;
+ border: none;
+ padding: 0;
+ margin: 0;
+ min-width: 0;
+ min-height: 0;
+}
+
+.mini-button > .button-box {
+ padding: 0 !important;
+}
+
+.cancel {
+ -moz-image-region: rect(0px, 32px, 16px, 16px);
+}
+.cancel:hover {
+ -moz-image-region: rect(16px, 32px, 32px, 16px);
+}
+.cancel:active {
+ -moz-image-region: rect(32px, 32px, 48px, 16px);
+}
+.cancel[disabled="true"] {
+ -moz-image-region: rect(48px, 32px, 64px, 16px);
+}
+
+.pause {
+ -moz-image-region: rect(0px, 48px, 16px, 32px);
+}
+.pause:hover {
+ -moz-image-region: rect(16px, 48px, 32px, 32px);
+}
+.pause:active {
+ -moz-image-region: rect(32px, 48px, 48px, 32px);
+}
+.pause[disabled="true"] {
+ -moz-image-region: rect(48px, 48px, 64px, 32px);
+}
+
+.resume {
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+.resume:hover {
+ -moz-image-region: rect(16px, 16px, 32px, 0px);
+}
+.resume:active {
+ -moz-image-region: rect(32px, 16px, 48px, 0px);
+}
+.resume[disabled="true"] {
+ -moz-image-region: rect(48px, 16px, 64px, 0px);
+}
+
+.retry {
+ -moz-image-region: rect(0px, 64px, 16px, 48px);
+}
+.retry:hover {
+ -moz-image-region: rect(16px, 64px, 32px, 48px);
+}
+.retry:active {
+ -moz-image-region: rect(32px, 64px, 48px, 48px);
+}
+.retry[disabled="true"] {
+ -moz-image-region: rect(48px, 64px, 64px, 48px);
+}
+
+.blockedIcon {
+ list-style-image: url("chrome://global/skin/icons/alert-error.gif");
+}
+
+/* prevent flickering when changing states */
+.downloadTypeIcon {
+ min-height: 32px;
+ min-width: 32px;
+}
+
+#searchbox[empty] {
+ color: #6000CF;
+}
+
+#clearListButton {
+ min-height: 0;
+ min-width: 0;
+ margin-top: 3px;
+}
#from {
- margin-top: 1px;
+ margin-top: 1px;
}
#location {
}
#contentTypeImage {
- margin: 0px 5px 0px 0px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ -moz-margin-start: 0px;
+ -moz-margin-end: 5px;
}
.small-indent {
- margin-left: 15px;
- margin-right: 15px;
+ -moz-margin-start: 15px;
+ -moz-margin-end: 15px;
}
+.small-indent label {
+ -moz-margin-start: 0px;
+}
--- /dev/null
+#clientBox {
+ background-color: #000000;
+ color: #FF9F00;
+}
+
+#extensionName {
+ font-size: large;
+ font-weight: bold;
+}
+
+#extensionVersion {
+ font-weight: bold;
+ color: #9C9CFF;
+}
+
+#genericAbout {
+ padding: 0px 0px 10px 0px;
+ min-height: 200px;
+ width: 30em;
+}
+
+#groove {
+ margin-top: 0px;
+}
+
+#clientBox {
+ padding: 10px;
+}
+
+#extensionDescription {
+ color: #8050B0;
+}
+
+.boxIndent {
+ -moz-margin-start: 6px;
+}
+
+#extensionCreator, .contributor {
+ margin: 0px;
+}
+
+.sectionTitle {
+ border-top: 2px groove #008484;
+ padding: 3px 0px;
+ margin-top: 3px;
+ font-weight: bold;
+}
+
--- /dev/null
+#heading {
+ font-size: 120%;
+}
+
+#eula {
+ -moz-appearance: none;
+ font-family: monospace;
+ background-color: #000000;
+ color: #FF9F00;
+ border: 1px solid #9C9CFF;
+ margin: 1em 0 1em 0;
+}
--- /dev/null
+#extensionsBox {
+ margin: 10px 10px 0px 10px;
+ min-width: 1px;
+}
+
+#extensionsView {
+ -moz-border-radius: 3px;
+ border: 1px solid #9C9CFF;
+ margin: 0;
+ min-width: 245px;
+}
+
+#resizerBox {
+ margin-top: -12px;
+ visibility: hidden;
+}
+
+#resizerBox > resizer {
+ height: 10px;
+ max-height: 10px;
+ visibility: visible;
+}
+
+.notification-inner {
+ border: none;
+ border-bottom: 1px solid #9C9CFF;
+}
+
+/* Command Bar */
+#commandBarBottom {
+ margin: 5px 5px 10px 10px;
+ min-width: 1px;
+}
+
+#commandBarBottom button {
+ margin: 0;
+ -moz-margin-end: 5px;
+}
+
+/* List Items */
+richlistitem {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ -moz-padding-start: 7px;
+ -moz-padding-end: 7px;
+ min-height: 25px;
+ border-bottom: 1px dotted #FF9F00;
+}
+
+richlistitem[isDisabled="true"] .addonIcon {
+ opacity: 0.3;
+}
+
+richlistitem[isDisabled="true"] {
+ color: #8050B0;
+}
+
+richlistitem[newAddon="true"] {
+ background-color: #000000;
+ color: #FFCF00;
+}
+
+richlistitem[selected="true"] {
+ background-color: #008484;
+ color: #000000;
+}
+
+richlistitem[selected="true"] .text-link {
+ color: inherit;
+}
+
+#extensionsView:focus > richlistitem[selected="true"] {
+ background-color: #008484;
+ color: #FFCF00;
+}
+
+#extensionsView:focus > richlistitem[selected="true"][isDisabled="true"] {
+ background-color: #8050B0;
+ color: #000000;
+}
+
+.descriptionWrap {
+ margin-bottom: 2px;
+}
+
+richlistitem[selected="true"]:not([opType]) .descriptionCrop {
+ display: none;
+}
+
+.addonName {
+ font-weight: bold;
+}
+
+.previewText {
+ font-size: larger;
+ font-weight: bold;
+ color: #FF9F00;
+ text-align: center;
+}
+
+#themePreviewArea {
+ -moz-border-radius: 3px;
+ border: 1px solid #9C9CFF;
+ background-color: #000000;
+ color: #FF9F00;
+ min-width: 65px;
+ overflow: auto;
+}
+
+#previewImageDeck {
+ min-width: 220px;
+}
+
+#themeSplitter {
+ border-width: 0;
+}
+
+.addonIcon {
+ -moz-margin-end: 2px;
+ width: 32px;
+ height: 32px;
+}
+
+.addonIcon > image {
+ max-width: 32px;
+ max-height: 32px;
+}
+
+.updateBadge,
+.notifyBadge {
+ width: 16px;
+ height: 16px;
+ margin-bottom: -3px;
+ list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
+}
+
+richlistitem .updateBadge {
+ -moz-margin-end: -2px;
+}
+
+richlistitem .notifyBadge {
+ -moz-margin-start: -2px;
+}
+
+.updateBadge,
+.updateAvailableBox,
+.notifyBadge {
+ display: none;
+}
+
+richlistitem[availableUpdateURL][updateable="true"] .updateBadge,
+richlistitem[availableUpdateURL][updateable="true"] .updateAvailableBox,
+richlistitem[compatible="false"] .notifyBadge,
+richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
+richlistitem[blocklisted="true"] .notifyBadge,
+richlistitem[satisfiesDependencies="false"] .notifyBadge {
+ display: -moz-box;
+}
+
+
+/* Selected Add-on buttons
+ See content/extensions.css to hide / display buttons */
+.selectedButtons {
+ margin-top: 4px;
+ min-height: 2.1em;
+}
+
+.selectedButtons > button {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+.enableButton,
+.disableButton,
+.optionsButton,
+.useThemeButton {
+ -moz-margin-end: 0;
+}
+
+.enableButton, .disableButton,
+.uninstallButton, .cancelUninstallButton {
+ -moz-margin-start: 5px;
+}
+
+/* Selected Add-on status messages and images */
+richlistitem[compatible="true"] .incompatibleBox,
+richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
+richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
+richlistitem[blocklisted="false"] .blocklistedBox,
+richlistitem[opType="needs-uninstall"] .blocklistedBox,
+richlistitem[opType="needs-uninstall"] .incompatibleBox,
+richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
+richlistitem[opType="needs-uninstall"] .blocklistedBox {
+ display: none;
+}
+
+richlistitem[loading="true"] .updateBadge {
+ display: -moz-box;
+ width: 16px;
+ height: 16px;
+ margin-bottom: -3px;
+ -moz-margin-end: -2px;
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+ -moz-image-region: auto;
+}
+
+.addonThrobber {
+ -moz-margin-start: 5px;
+ width: 16px;
+ height: 16px;
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+
+.selectedStatusMsgs > hbox {
+ margin-top: 2px;
+ margin-bottom: 2px;
+}
+
+.selectedStatusMsgs label {
+ font-weight: bold;
+}
+
+.selectedStatusMsgs label.text-link {
+ font-weight: normal;
+ border: none;
+}
+
+richlistitem[opType="needs-uninstall"] .notifyBadge {
+ display: none;
+}
+
+.addon-search-details {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ -moz-margin-start: 6px;
+ -moz-margin-end: 0;
+}
+
+.addonThumbnailContainer {
+ background-color: #000000;
+ padding: 5px;
+ -moz-border-radius: 3px;
+ border: 1px solid #9C9CFF;
+ width: 135px;
+ min-height: 104px;
+ -moz-margin-end: 5px;
+}
+
+.addonMissingThumbnail {
+ color: GrayText;
+ font-size: larger;
+ font-weight: bold;
+}
+
+.addonFailure {
+ width: 16px;
+ height: 16px;
+ list-style-image: url("chrome://mozapps/skin/extensions/notifyBadges.png");
+}
+
+.addonRating {
+ display: none;
+}
+
+.addonLearnMore {
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+.addonRating[rating] {
+ display: -moz-box;
+ width: 68px;
+ height: 12px;
+ list-style-image: url("chrome://mozapps/skin/extensions/ratings.png");
+}
+
+.addonRating[rating="0"] {
+ -moz-image-region: rect(0px 68px 12px 0px);
+}
+
+.addonRating[rating="1"] {
+ -moz-image-region: rect(12px 68px 24px 0px);
+}
+
+.addonRating[rating="2"] {
+ -moz-image-region: rect(24px 68px 36px 0px);
+}
+
+.addonRating[rating="3"] {
+ -moz-image-region: rect(36px 68px 48px 0px);
+}
+
+.addonRating[rating="4"] {
+ -moz-image-region: rect(48px 68px 60px 0px);
+}
+
+.addonRating[rating="5"] {
+ -moz-image-region: rect(60px 68px 72px 0px);
+}
+
+.addonType image {
+ -moz-margin-start: 6px;
+ list-style-image: url("chrome://mozapps/skin/extensions/extensionIcons.png");
+ width: 16px;
+ height: 16px;
+}
+
+.addonTypeExtension image {
+ -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+.addonTypeTheme image {
+ -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+vbox[typeName="status"][type="search-failure"],
+vbox[typeName="status"][type="recommended-failure"],
+vbox[typeName="status"][type="message-norecommended"],
+vbox[typeName="status"][type="message-nosearchresults"],
+vbox[typeName="status"][type="retrieve-search"],
+vbox[typeName="status"][type="retrieve-recommended"] {
+ margin-top: 2em;
+}
+
+vbox[typeName="status"][type="footer-recommended"],
+vbox[typeName="status"][type="footer-search"] {
+ margin-top: 1em;
+}
+
+vbox[typeName="status"][type="header-recommended"] {
+ font-size: 150%;
+ background: #000000;
+}
+
+#searchbox {
+ padding: 0;
+}
+
+#progressBox {
+ padding: 5px 5px 5px 5px;
+}
+
+#progressBox > hbox {
+ -moz-box-align: center;
+}
+
+/* View buttons */
+.viewSelector {
+ border-bottom: 1px solid #9C9CFF;
+ margin: 0px;
+ -moz-padding-start: 10px;
+ background-color: #000000;
+ color: #FF9F00;
+}
+
+#viewGroup radio {
+ -moz-border-radius: 5px;
+ margin: 0px;
+ padding: 1px 3px;
+ min-width: 4.5em;
+ list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png");
+ border: 1px solid transparent;
+}
+
+#viewGroup radio:hover {
+ background-color: #FFCF00;
+ color: #000000;
+}
+
+#viewGroup radio[selected="true"] {
+ background-color: #008484;
+ color: #000000;
+}
+
+.viewButtonIcon {
+ width: 32px;
+ height: 32px;
+}
+
+radio#extensions-view {
+ -moz-image-region: rect(0px, 32px, 32px, 0px)
+}
+
+radio#themes-view {
+ -moz-image-region: rect(0px, 64px, 32px, 32px)
+}
+
+radio#locales-view {
+ -moz-image-region: rect(0px, 96px, 32px, 64px)
+}
+
+radio#plugins-view {
+ -moz-image-region: rect(0px, 128px, 32px, 96px)
+}
+
+radio#updates-view {
+ -moz-image-region: rect(0px, 160px, 32px, 128px)
+}
+
+radio#installs-view {
+ -moz-image-region: rect(0px, 192px, 32px, 160px)
+}
+
+radio#search-view {
+ -moz-image-region: rect(0px, 224px, 32px, 192px)
+}
+
+/* Update view checkbox */
+.includeUpdate {
+ -moz-user-focus: none;
+}
+
+richlistitem[selected="true"] .includeUpdate {
+ -moz-user-focus: normal;
+}
+
+#infoDisplay {
+ overflow-y: auto;
+}
+
+#infoDisplay body {
+ padding: 5px;
+}
+
+#infoDisplay h1,
+#infoDisplay h2,
+#infoDisplay h3 {
+ text-align: left;
+ font-weight: bold;
+ margin: 0 0 0.7em 0;
+}
+
+#infoDisplay h1 {
+ font-size: 150%;
+}
+
+#infoDisplay h2 {
+ font-size: 125%;
+}
+
+#infoDisplay h3 {
+ font-size: 100%;
+}
+
+#infoDisplay ol,
+#infoDisplay ul {
+ margin: 0 0 0.7em 0;
+}
+
+#infoDisplay li {
+ text-align: left;
+}
+
+#infoDisplay p {
+ text-align: justify;
+ margin: 0 0 0.7em 0;
+}
--- /dev/null
+#alert {
+ list-style-image: url("chrome://mozapps/skin/update/update.png");
+}
+
+.throbber {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+ width: 16px;
+ height: 16px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ -moz-margin-start: 5px;
+ -moz-margin-end: 2px;
+}
+
+.alertBox {
+ background-color : #000000;
+ color: #FF9F00;
+ border: 0px solid transparent;
+ border-bottom: 1px solid #008484;
+ margin-left: 3px;
+ margin-right: 3px;
+ padding: 5px;
+}
--- /dev/null
+#description-image:not([src]) {
+ height: 32px;
+ width: 32px;
+}
+
+richlistitem[type] {
+ min-height: 36px; /* Don't forget to update the richlistbox height! */
+ -moz-padding-start: 2px;
+}
+
+richlistitem {
+ -moz-box-align: center;
+}
+
+richlistbox {
+ /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
+ min-height: 110px;
+}
+
+.name {
+ font-weight: bold;
+}
+
+.description {
+ color: #8050B0;
+}
--- /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 {
+ 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: #000000;
+ -moz-user-select: none;
+ text-decoration: none;
+ color: #FFCF00;
+}
+
+#missingPluginPlaceholder {
+ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+ display: block;
+ border: 0px;
+ width: 32px;
+ height: 32px;
+}
--- /dev/null
+#licenseContainer, #pluginList {
+ margin: 2px 4px;
+ -moz-border-radius: 5px;
+ border: 1px solid #9C9CFF;
+ background-color: #000000;
+ color: #FF9F00;
+}
+
}
.small-indent {
- margin-left: 15px;
+ margin-left: 15px;
}
.uniWidthButton {
}
#fileExtension {
- width: 5em;
+ width: 5em;
}
#fileExtension.pluginsList {
- width: 5.5em;
+ width: 5.5em;
}
-#typeIcon,
+#typeIcon,
.extensionChildren::-moz-tree-image(fileExtension),
.pluginTypesChildren::-moz-tree-image(fileExtension) {
margin: 0px 5px 0px 0px;
.pluginTypesChildren::-moz-tree-image(pluginEnabled) {
margin: 0px 5px 0px 0px;
- list-style-image: url(chrome://mozapps/skin/pref/dot.gif);
+ list-style-image: url("chrome://mozapps/skin/pref/dot.gif");
}
.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
margin: 0px 5px 0px 0px;
- list-style-image: url(chrome://mozapps/skin/pref/check.gif);
+ list-style-image: url("chrome://mozapps/skin/pref/check.gif");
}
.biggerIndent {
- margin-left: 28px;
+ margin-left: 28px;
}
#typeField {
- font-weight: bold;
+ font-weight: bold;
}
#defaultAppName {
- margin-left: 6px !important;
+ margin-left: 6px !important;
}
-
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is new Mozilla XUL toolkit.
+ *
+ * The Initial Developer of the Original Code is
+ * Benjamin Smedberg <bsmedberg@covad.net>
+ * Portions created by the Initial Developer are Copyright (C) 2004
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * 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
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+
+@import url("chrome://global/skin/global.css");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#profiles > listitem {
+ list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
+}
+
+box#managebuttons > button {
+ min-width: 8em;
+}
+
+#managebuttons {
+ padding-top: 1em;
+}
--- /dev/null
+/**
+ * General
+ */
+.wizard-button[dlgtype="finish"] {
+ font-weight: bold;
+}
+
+link {
+ color: blue;
+ border: 1px solid transparent;
+ margin-top: 1px;
+ margin-bottom: 4px;
+ -moz-margin-start: 5px;
+ -moz-margin-end: 5px;
+ text-decoration: underline !important;
+}
+
+link > label {
+ margin: 0px;
+ padding: 1px;
+ text-decoration: underline !important;
+}
+
+link:hover:active {
+ color: red;
+}
+
+link:focus {
+ border: 1px dotted black;
+}
+
+/**
+ * License Page
+ */
+license {
+ margin-top: 1px;
+ margin-bottom: 2px;
+ -moz-margin-start: 6px;
+ -moz-margin-end: 5px;
+ -moz-appearance: listbox;
+ padding-bottom: 1px;
+}
+
+.loadingBox {
+ padding: 3px 5px 3px 5px;
+}
+.licenseLoadingThrobber {
+ margin-top: 3px;
+}
+.licenseLoadingThrobber[state="loading"] {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+.licenseLoadingThrobber[state="error"] {
+ list-style-image: url("chrome://global/skin/icons/notfound.png");
+}
+
+/**
+ * Update Found Page
+ */
+#moreDetails {
+ margin: 1px 5px 4px 3px;
+}
+
+wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
+ font-weight: bold;
+}
+
+wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
+#updateForMoreInfo {
+ margin-left: 5px;
+}
+
+#updateName, #updateFinishedName {
+ font-weight: bold;
+ font-size: larger;
+}
+
+#alertImage {
+ list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
+ margin-right: 5px;
+}
+
+#incompatibleWarning {
+ background-color : #FFCF00;
+ color: #000000;
+ -moz-border-radius: 5px;
+ border: 1px solid #9C9CFF;
+ padding: 3px;
+ margin: 1px 5px 4px 5px;
+}
+
+/**
+ * Downloading Page
+ */
+#downloadName {
+ margin-top: 3px;
+}
+
+#downloadStatus {
+ margin-top: 6px;
+ height: 3em !important;
+}
+#downloadThrobber {
+ margin: 5px 3px 0px 5px;
+ list-style-image: url("chrome://global/skin/filepicker/blank.gif");
+}
+#downloadThrobber[state="loading"] {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+#downloadStatusLine {
+ -moz-box-align: start;
+}
+
+#verificationFailedIcon {
+ list-style-image: url("chrome://global/skin/icons/notfound.png");
+ margin: 5px 3px 0px 5px;
+}
+
+/**
+ * Error Page
+ */
+#errorReason {
+ margin-top: 1px;
+ margin-bottom: 2px;
+ -moz-margin-start: 6px !important;
+ -moz-margin-end: 5px;
+ font-weight: bold;
+}
+
+/**
+ * Update History Window
+ */
+update {
+ border-bottom: 1px dotted #FF9F00;
+}
+
+.update-name {
+ font-weight: bold;
+}
+
+.update-label-column {
+ -moz-box-align: end;
+}
+
+.update-details-link {
+ margin: 0px;
+}
+
+.update-type {
+ font-weight: bold;
+ color: #FF0000;
+}
+
+#historyItems {
+ height: 200px;
+ margin: 1px 5px 4px 5px;
+}
+
+#historyItems > scrollbox {
+ margin-bottom: 1px;
+}
+
+.updatePrefsInfo {
+ font-size: smaller;
+ margin-left: 27px;
+ margin-bottom: 10px;
+}
+
--- /dev/null
+/* This is for styling the menus of the viewsource window */
--- /dev/null
+#xpinstallheader {
+ margin-bottom: 2em;
+}
+
+#itemList {
+ margin: 3px 4px 10px 4px;
+ height: 14em;
+ -moz-border-radius: 3px;
+ border: 1px solid #9C9CFF;
+ background-color: #000000;
+ color: #FF9F00;
+}
+
+#itemWarningIntro {
+ -moz-margin-start: 8px;
+}
+
+#dialogContentBox {
+ padding: 5px;
+}
+
+installitem {
+ padding-top: 5px;
+ padding-bottom: 5px;
+ -moz-padding-start: 5px;
+ -moz-padding-end: 0px;
+ border-bottom: 1px dotted #9C9CFF;
+ margin-bottom: 5px;
+}
+
+.alert-icon {
+ -moz-margin-end: 20px;
+}
+
+.warning {
+ font-weight: bold;
+ font-size: 1.25em;
+ margin-bottom: 1em;
+}
+
+.xpinstallIconContainer {
+ width: 32px;
+ height: 32px;
+ -moz-margin-end: 5px;
+}
+
+.xpinstallItemName {
+ font-weight: bold;
+}
+
+.xpinstallItemSigned {
+ font-style: italic;
+ font-size: 0.9em;
+}
+
+.xpinstallItemURL {
+ -moz-appearance: none;
+ border: none;
+ padding: 0;
+ background-color: #000000;
+ color: #FFCF00;
+ margin-top: 1px;
+ margin-bottom: 1px;
+ -moz-margin-start: 6px;
+ -moz-margin-end: 5px;
+}
+
+.xpinstallItemIcon {
+ max-width: 32px;
+ max-height: 32px;
+ list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
+}
#link-last[disabled="true"] {
list-style-image: url("chrome://navigator/skin/linkButtons/last-disabled.gif") !important;
}
+
+#link-feed {
+ list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
+ -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#link-feed[disabled="true"] {
+ -moz-image-region: rect(32px 32px 48px 16px);
+}
/* ::::: primary toolbar buttons ::::: */
#back-button {
- list-style-image: url("chrome://navigator/skin/icons/back.gif");
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(42px 25px 63px 0px);
}
#back-button:hover,
#back-button:hover:active,
#back-button[open="true"] {
- list-style-image: url("chrome://navigator/skin/icons/back-hover.gif");
+ -moz-image-region: rect(42px 72px 63px 50px);
}
#back-button[disabled="true"] {
- list-style-image: url("chrome://navigator/skin/icons/back-disabled.gif") !important;
+ -moz-image-region: rect(42px 50px 63px 25px) !important;
}
#forward-button {
- list-style-image: url("chrome://navigator/skin/icons/forward.gif");
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(63px 25px 84px 0px);
}
#forward-button:hover,
#forward-button:hover:active,
#forward-button[open="true"] {
- list-style-image: url("chrome://navigator/skin/icons/forward-hover.gif");
+ -moz-image-region: rect(63px 75px 84px 50px);
}
#forward-button[disabled="true"] {
- list-style-image: url("chrome://navigator/skin/icons/forward-disabled.gif") !important;
+ -moz-image-region: rect(63px 50px 84px 25px) !important;
}
#reload-button {
}
#stop-button {
- list-style-image: url("chrome://global/skin/icons/stop.gif");
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(21px 25px 42px 0px);
}
#stop-button:hover,
#stop-button:hover:active {
- list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
+ -moz-image-region: rect(21px 75px 42px 50px);
}
#stop-button[disabled="true"] {
- list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
+ -moz-image-region: rect(21px 50px 42px 25px) !important;
}
#print-button {
- list-style-image: url("chrome://global/skin/icons/print.gif");
+ list-style-image: url("chrome://communicator/skin/icons/communicatoricons.png");
+ -moz-image-region: rect(0px 25px 21px 0px);
}
#print-button:hover,
#print-button:hover:active,
#print-button[open="true"] {
- list-style-image: url("chrome://global/skin/icons/print-hover.gif");
+ -moz-image-region: rect(0px 75px 21px 50px);
}
#print-button[disabled="true"] {
- list-style-image: url("chrome://global/skin/icons/print-disabled.gif") !important;
+ -moz-image-region: rect(0px 50px 21px 25px) !important;
}
#clear-button {
display: inline;
}
-#nav-bar[buttonstyle="text"] > #nav-bar-inner,
-#nav-bar[buttonstyle="pictures"] > #nav-bar-inner,
+#nav-bar[mode="text"] > #nav-bar-inner,
+#nav-bar[mode="icons"] > #nav-bar-inner,
#nav-bar[toolbarmode="small"] > #nav-bar-inner {
margin: 2px 0px 2px 6px;
}
}
#urlbar {
- -moz-border-top-colors: transparent #9C9CFF;
- -moz-border-right-colors: transparent #9C9CFF;
- -moz-border-bottom-colors: transparent #9C9CFF;
- -moz-border-left-colors: transparent #9C9CFF;
+ outline: none;
+ border: 1px solid #9C9CFF;
background-color: #000000;
margin: 0px 7px 0px 0px;
}
list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
}
-#privacy-button {
- list-style-image: url("chrome://communicator/skin/permissions/taskbar-cookie.gif");
-}
-
#popupIcon {
list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
}
-#popupImage {
- list-style-image: url("chrome://navigator/skin/icons/about-popups.gif");
- margin: 6px 0px;
-}
-
/* ::::: personal toolbar ::::: */
#bookmarks-button {
list-style-image: url("chrome://communicator/skin/bookmarks/home.gif");
}
-toolbarbutton.chevron {
- list-style-image: url("chrome://global/skin/toolbar/chevron.gif") !important;
+#bookmarks-chevron {
+ list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
margin-right: 2px;
}
-toolbarbutton.chevron:hover,
-toolbarbutton.chevron[open="true"] {
- list-style-image: url("chrome://global/skin/toolbar/chevron-hover.gif") !important;
+#bookmarks-chevron:hover,
+#bookmarks-chevron[open="true"] {
+ list-style-image: url("chrome://navigator/skin/icons/chevron-hover.gif") !important;
}
-toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+#bookmarks-chevron > .toolbarbutton-menu-dropmarker {
display: none;
}
+
+/* ::::: feeds ::::: */
+
+#feedsMenu {
+ list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png") !important;
+ -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+#feedsMenu[disabled="true"] {
+ -moz-image-region: rect(32px 16px 48px 0px);
+}
+
+#feedsButton {
+ list-style-image: url("chrome://navigator/skin/linkButtons/feeds.png");
+ -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#feedsButton:hover {
+ -moz-image-region: rect(16px 32px 32px 16px);
+}
+
+#feedsButton:hover:active {
+ -moz-image-region: rect(48px 32px 64px 16px);
+}
* for the specific language governing rights and limitations under the
* License.
*
- * The Original Code is Mozilla Communicator client code.
+ * The Original Code is mozilla.org code.
*
* The Initial Developer of the Original Code is Daniel Brooks.
- * Portions created by the Initial Developer are Copyright (C) 2001
+ * Portions created by the Initial Developer are Copyright (C) 2001-2007
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
+ * Kevin Gerich <webmail@kmgerich.com>
+ * Daniel Brooks <db48x@yahoo.com>
+ * Florian QUEZE <f.qu@queze.net>
*
* 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
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the LGPL or the GPL. If you do not delete
+ * and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
- * ***** END LICENSE BLOCK *****
-*/
+ * ***** END LICENSE BLOCK ***** */
@import "chrome://global/skin/";
+/* Misc */
tree {
margin: .5em;
}
-textbox,
-textbox > .textbox-internal-box,
-textbox > .textarea-internal-box {
+.gridSeparator {
+ width: .5em;
+}
+
+textbox {
background: transparent !important;
border: none;
padding: 0px;
+ -moz-user-focus: none;
}
textbox.header {
- margin-left: 0;
+ -moz-margin-start: 0;
}
.iframe {
overflow: auto;
}
-#thepreviewimage {
- margin: 1em;
-}
-
.fixedsize {
height: 8.5em;
}
textbox[disabled] {
font-style: italic;
}
+
+/* General Tab */
+groupbox tree {
+ margin: 0;
+ border: none;
+}
+
+groupbox.treebox .groupbox-body {
+ padding-top: 0;
+}
+
+#general-security-identity {
+ white-space: pre-wrap;
+ line-height: 2em;
+}
+
+/* Media Tab */
+#imagetree {
+ min-height: 10em;
+}
+
+#thepreviewimage {
+ margin: 1em;
+}
+
+treechildren::-moz-tree-cell-text(broken) {
+ font-style: italic;
+ color: #8050B0;
+}
+
+/* Feeds Tab */
+#feedListbox richlistitem {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ -moz-padding-start: 7px;
+ -moz-padding-end: 7px;
+ min-height: 25px;
+ border-bottom: 1px dotted #9C9CFF;
+}
+
+.feedTitle {
+ font-weight: bold;
+}
+
+/* Permissions Tab */
+#permList {
+ margin-top: .5em;
+ overflow: auto;
+}
+
+#permList > vbox {
+ padding-top: 6px;
+ padding-bottom: 6px;
+ -moz-padding-start: 7px;
+ -moz-padding-end: 7px;
+ min-height: 25px;
+ border-bottom: 1px dotted #9C9CFF;
+}
+
+#permList > vbox > label {
+ font-weight: bold;
+}
+
+/* Security Tab */
+#securityPanel > .header {
+ font-size: 120%;
+}
+
+#securityPanel > .fieldLabel {
+ margin: 2px 10px 3px 10px;
+}
+
+#securityPanel > .fieldValue {
+ font-weight: bold;
+ margin: 2px 10px 0px 10px;
+}
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is "Classic" theme of mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Robert Kaiser <KaiRo@KaiRo.at>
+ *
+ * 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
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ * in which case the provisions of the GPL or the LGPL are applicable instead
+ * of those above. If you wish to allow use of your version of this file only
+ * under the terms of either the GPL or the LGPL, and not to allow others to
+ * use your version of this file under the terms of the MPL, indicate your
+ * decision by deleting the provisions above and replace them with the notice
+ * and other provisions required by the GPL or the LGPL. If you do not delete
+ * the provisions above, a recipient may use your version of this file under
+ * the terms of any one of the MPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+.tabbrowser-strip {
+ padding-bottom: 1px;
+ border-bottom: 1px solid #FF9F00;
+}
+
+tabpanels {
+}
+
+.tabbrowser-tabs {
+ padding-top: 1px;
+}
+
+.tabs-left,
+.tabs-right {
+ width: 0px;
+}
+
+.tab-icon {
+ margin-top: 1px;
+ margin-right: 3px;
+ width: 16px;
+ height: 16px;
+}
+
+.tabbrowser-tab {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+}
+
+.tabbrowser-tab[busy] {
+ list-style-image: url("chrome://global/skin/icons/loading.gif");
+}
+
+tabbrowser > tabbox > tabpanels {
+ border: none;
+ padding: 0px;
+ margin: 0px;
+}
+
+/* ::::: close & new tab buttons ::::: */
+
+.tabs-closebutton {
+ margin-bottom: 2px;
+ margin-right: 2px;
+ list-style-image: url("chrome://global/skin/icons/close-button.gif");
+}
+
+.tabs-closebutton > .toolbarbutton-icon {
+ margin: 0;
+}
+
+.tabs-newbutton {
+ margin: 0px;
+ margin-top: 2px;
+ padding: 0px;
+ list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
+}
+
+.tab-drop-indicator-bar {
+ height: 11px;
+ margin-top: -11px;
+ margin-left: -8px;
+ position: relative;
+}
+
+.tab-drop-indicator {
+ height: 11px;
+ width: 11px;
+ margin-bottom: -8px;
+ position: relative;
+ list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
+}
+
+tooltip[tabpreview="true"] {
+ max-width: none;
+}