#navigator-throbber:hover:active {
border: 1px inset #CCD0DD;
}
+
+#navigator-throbber[toolbarmode="small"] {
+ margin: 0 5px 0 0;
+ list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
+}
+
+#navigator-throbber[toolbarmode="small"][busy="true"] {
+ list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
+}
========================================================================== */
@import url(chrome://global/skin/);
+@import url("chrome://communicator/content/communicator.css");
@import url(chrome://communicator/skin/brand.css);
@import url(chrome://communicator/skin/button.css);
@import url(chrome://communicator/skin/formatting.css);
*/
.box-texttab:hover {
- background-color : #DDDDDD;
+ background-color: #DDDDDD;
}
.box-texttab:hover:active {
- background-color : #6699FF;
+ background-color: #6699FF;
}
.box-texttab[selected="true"],
.box-texttab[selected="true"]:hover {
- font-weight : bold;
- cursor : default;
+ font-weight: bold;
+ cursor: default;
}
.box-texttab[last-panel="true"],
.box-texttab[selected="true"] {
- margin-bottom : 0px;
+ margin-bottom: 0px;
}
.sbtab-twisty[selected="true"] {
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}
+
+/* ::::: sidebar navigation buttons ::::: */
+
+.sidebar-nav-button {
+ -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
+ padding: 5px 0px 5px 0px;
+}
+
+.tab-fwd {
+ list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
+}
+
+.tab-back {
+ list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
+}
--- /dev/null
+/* ***** BEGIN LICENSE BLOCK *****
+ * Version: NPL 1.1/GPL 2.0/LGPL 2.1
+ *
+ * The contents of this file are subject to the Netscape 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/NPL/
+ *
+ * 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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corporation.
+ * Portions created by the Initial Developer are Copyright (C) 1998
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Ben Goodger <ben@netscape.com>
+ * 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 NPL, 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 NPL, the GPL or the LGPL.
+ *
+ * ***** END LICENSE BLOCK ***** */
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+outlinerchildren {
+ cursor: pointer;
+}
+
+outlinerchildren:-moz-outliner-row(selected),
+outlinerchildren:-moz-outliner-row(selected, focus) {
+ background-color: -moz-Field !important;
+ border: 1px solid transparent !important;
+}
+
+outlinerchildren:-moz-outliner-cell-text,
+outlinerchildren:-moz-outliner-cell-text(selected),
+outlinerchildren:-moz-outliner-cell-text(selected, focus) {
+ color: #336699 !important;
+ text-decoration: underline;
+}
chrome:author="Robert Kaiser - KaiRo.at"
chrome:description="This theme re-introduces a UI design idea based on early Mozilla milestones. Get more info at http://www.kairo.at/download/"
chrome:name="EarlyBlue/0.8"
- chrome:image="jar:resource:///chrome/EarlyBlue.jar!/global/preview.png">
+ chrome:image="global/preview.png">
<chrome:packages>
<RDF:Seq about="urn:mozilla:skin:EarlyBlue/0.8:packages">
<RDF:li resource="urn:mozilla:skin:EarlyBlue/0.8:global"/>
list-style-image: url("chrome://editor/skin/icons/savefile-disabled.gif") !important;
}
-/*
#publishButton {
list-style-image: url("chrome://editor/skin/icons/publish.gif");
}
#publishButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/publish-disabled.gif") !important;
}
-*/
#previewButton {
list-style-image: url("chrome://editor/skin/icons/preview.gif");
#spellingButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/spell-disabled.gif") !important;
}
+
wizard {
background-color: #CCD0DD;
color: #000000;
- font: 3mm helvetica,arial,tahoma,sans-serif;
+ font: 11px helvetica,arial,tahoma,sans-serif;
}
/* deprecated */
padding: 0px 0px 1px 4px;
white-space: nowrap;
}
+
+.listcell-icon {
+ margin-right: 2px;
+}
+
+/* ::::: listcell checkbox ::::: */
+
+.listcell-check {
+ margin: 0px 2px;
+ border: 1px solid #CCD0DD;
+ padding: 2px;
+ width: 7px;
+}
+
+.listcell-check[checked="true"] {
+ width: 0px;
+ list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
+}
cursor: pointer;
}
+#cvHomeMapIt, #cvWorkMapIt {
+ margin-bottom: 0px;
+}
+
html|a {
padding-left: 0px;
padding-right: 2px;
--- /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");
+
+/* ::::: addressing widget ::::: */
+
+#addressingWidgetTree {
+ height: 80px;
+ width: 0px;
+ margin: 0px;
+ -moz-user-focus: none;
+ background-color: #FFFFFF;
+}
+
+#listcol-addressingWidget {
+ width: 9em;
+ border-right: 1px solid #CCD0DD;
+}
+
+#addressingWidgetTree > treechildren > treeitem > treerow,
+#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
+ border: none;
+ background-color: inherit;
+ color: inherit;
+}
+
+.treecell-addressingWidget {
+ border-bottom: 1px solid #CCD0DD;
+ padding: 0px !important;
+}
+
+.treecell-addressingWidget:first-child {
+ border-bottom: none;
+}
+
+.textbox-addressingWidget {
+ -moz-box-align: center;
+}
+
+.dummy-row-cell:first-child {
+ border-bottom: 1px solid #CCD0DD;
+}
+
+.person-icon {
+ list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
+ margin: 0px 3px 0px 3px;
+}
list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
}
-/* addressing widget */
-
-#addressingWidgetTree {
- height: 80px;
- width: 0px;
- margin: 0px;
- -moz-user-focus: none;
- background-color: #FFFFFF;
-}
-
-#listcol-addressingWidget {
- width: 9em;
- border-right: 1px solid #CCD0DD;
-}
-
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
- border: none;
- background-color: inherit;
- color: inherit;
-}
-
-.treecell-addressingWidget {
- border-bottom: 1px solid #CCD0DD;
- padding: 0px !important;
-}
-
-.treecell-addressingWidget:first-child {
- border-bottom: none;
-}
-
-.textbox-addressingWidget {
- -moz-box-align: center;
-}
-
-.dummy-row-cell:first-child {
- border-bottom: 1px solid #CCD0DD;
-}
-
-.person-icon {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
- margin: 0px 3px 0px 3px;
-}
-
/* ::::: autocomplete icons ::::: */
outlinerbody:-moz-outliner-cell-text(default-match) {
--- /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 ***** */
+
+/* ===== msgReadSecurityInfo.css ========================================
+ == Styles for the security info window when displaying received mail.
+ ======================================================================= */
+
+@import url("chrome://messenger/skin/");
+
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
+#msgReadSecurityInfo {
+ width: 40em;
+ max-width: 50em;
+}
+
+#outer_vbox {
+ margin: 5px;
+}
+
+#signatureLabel {
+ font-weight: bold;
+}
+
+#signatureCert {
+ margin: 5px;
+}
+
+#encryptionLabel {
+ font-weight: bold;
+}
+
+#encryptionCert {
+ margin: 5px;
+}
display: normal;
}
+/* ::::: small primary toolbar buttons ::::: */
+
+.toolbarbutton-1[toolbarmode="small"] {
+ min-width: 0;
+}
+
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-menubutton-button > .toolbarbutton-text,
+.toolbarbutton-1[toolbarmode="small"] > .toolbarbutton-text {
+ display: none;
+}
+
+#search-button[toolbarmode="small"] > .button-box > .button-text {
+ display: none;
+}
+
+#nav-bar[toolbarmode="small"] > #nav-bar-inner {
+ margin: 0;
+ border: none;
+}
+
+#nav-bar[toolbarmode="small"] > .toolbar-primary-grippy {
+ display: none;
+}
+
+/* ::::: fullscreen window controls ::::: */
+
+#window-controls {
+ -moz-box-align: center;
+ padding: 0 2px 0 4px;
+ border-left: 2px solid;
+ -moz-border-left-colors: ThreeDHighlight ThreeDShadow;
+}
+
+#minimize-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-minimize.gif");
+}
+
+#restore-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-restore.gif");
+}
+
+#close-button {
+ list-style-image: url("chrome://navigator/skin/icons/win-close.gif");
+}
+
/* ::::: nav-bar-inner ::::: */
#nav-bar-inner {
border-top: none;
}
*/
-