*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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>
* Josh Soref <timeless@mac.com>
+ * Dan Cannon <dc2@myrealbox.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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/**
- * Style rules for generic bookmarks items.
- */
-
+/**
+ * Style rules for generic bookmarks items.
+ */
+
treechildren::-moz-tree-image(Name) {
padding-right: 2px;
}
-
-.bookmark-item, treechildren::-moz-tree-image(Name) {
+
+.bookmark-item,
+treechildren::-moz-tree-image(Name) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
-.bookmark-item[container="true"], treechildren::-moz-tree-image(Name, container) {
+.bookmark-item[container="true"],
+treechildren::-moz-tree-image(Name, container) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif");
}
-.bookmark-item[container="true"][open="true"], treechildren::-moz-tree-image(Name, open) {
+.bookmark-item[open="true"],
+treechildren::-moz-tree-image(Name, open) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
}
list-style-image: url("chrome://global/skin/icons/loading.gif") !important;
}
-.bookmark-item[status="new"] {
+.bookmark-item[status="new"],
+treechildren::-moz-tree-image(Name, new) {
list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item-updated.gif") !important;
}
height: 16px;
}
-.bookmark-item > .menu-iconic-left > .menu-iconic-icon {
- max-width: 16px;
- max-height: 16px;
-}
-
toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
display: none;
}
-.tree-cell-icon, .tree-cell-primary-icon {
+.bookmark-item > .toolbarbutton-box > .toolbarbutton-icon {
list-style-image: inherit;
height: 16px;
- max-width: 16px;
- max-height: 16px;
+ width: 16px;
}
treechildren::-moz-tree-twisty(group, hidetwisty) {
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/**
- * XXX - disable print plus. This needs to go into ns/!!!
- */
-#navprintplus {
- display: none !important;
-}
-
#status-bar {
height: 1em;
}
-#notification-icon {
- list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif");
-}
-
-#schedule-icon {
- list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif");
-}
-
#panel-bar,
#search-bar {
border-top: 1px solid #9C9CFF;
/* ::::: Themes ::::: */
#skinsTree {
height: 80px;
-}
+}
*|*.themesLink {
margin-left: 5px;
#themesLink:active {
color: #FFCF00;
-}
+}
#previewImageContainer {
padding: 1px;
- height: 92px;
+ height: 92px;
/* background-color: #000000; */
}
#previewImage {
- max-width: 355px;
+ max-width: 355px;
min-width: 355px;
max-height: 85px;
min-height: 85px;
#mouseWheelMode {
width: 9em;
}
-
-/* ::::: Smart Browsing ::::: */
-
-#disabledDomains {
- max-height: 13em;
-}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
padding: 0;
}
-#profiles > listitem {
+treechildren::-moz-tree-image {
+ margin-right: 2px;
list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
}
-#profiles > listitem[rowMigrate="no"] {
+treechildren::-moz-tree-image(rowMigrate-no) {
list-style-image: url("chrome://communicator/skin/profile/migrate.gif");
}
<content>
<xul:hbox flex="1">
<xul:image class="sbtab-twisty" xbl:inherits="selected"/>
- <xul:label class="sbtab-label" xbl:inherits="value=label" crop="right"/>
+ <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
<xul:spacer flex="1"/>
<xul:image class="sbtab-texture"/>
</xul:hbox>
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-treechildren {
- cursor: pointer;
+treechildren::-moz-tree-image,
+treechildren::-moz-tree-cell-text {
+ cursor: pointer;
}
--- /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 smiley style rules.
+ *
+ * The Initial Developer of the Original Code is
+ * Mozilla.
+ * 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 of 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 ***** */
+
+/* ==== smileys.css ====================================================
+ == Style rules to bind smiley image types generated by editor and the mozTxtToHTMLConv
+ == into skinnable images.
+ ========================================================================== */
+
+/* ::::: we also represent smilies inside of spans ::::: */
+
+span.moz-smiley-s1,
+span.moz-smiley-s2,
+span.moz-smiley-s3,
+span.moz-smiley-s4,
+span.moz-smiley-s5,
+span.moz-smiley-s6,
+span.moz-smiley-s7,
+span.moz-smiley-s8,
+span.moz-smiley-s9,
+span.moz-smiley-s10,
+span.moz-smiley-s11,
+span.moz-smiley-s12,
+span.moz-smiley-s13,
+span.moz-smiley-s14,
+span.moz-smiley-s15,
+span.moz-smiley-s16
+{
+ font-size: 17px;
+ padding-left: 20px;
+ margin-left: 2px;
+ margin-top: 2px;
+ background-repeat: no-repeat;
+ -moz-user-select: all;
+ background-position: center center;
+}
+
+span.moz-smiley-s1 > span,
+span.moz-smiley-s2 > span,
+span.moz-smiley-s3 > span,
+span.moz-smiley-s4 > span,
+span.moz-smiley-s5 > span,
+span.moz-smiley-s6 > span,
+span.moz-smiley-s7 > span,
+span.moz-smiley-s8 > span,
+span.moz-smiley-s9 > span,
+span.moz-smiley-s10 > span,
+span.moz-smiley-s11 > span,
+span.moz-smiley-s12 > span,
+span.moz-smiley-s13 > span,
+span.moz-smiley-s14 > span,
+span.moz-smiley-s15 > span,
+span.moz-smiley-s16 > span
+{
+ display: none;
+}
+
+/* smile */
+span.moz-smiley-s1{
+ background-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
+}
+
+/* frown */
+span.moz-smiley-s2 {
+ background-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
+}
+
+/* wink */
+span.moz-smiley-s3 {
+ background-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
+}
+
+/* tongue */
+span.moz-smiley-s4 {
+ background-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
+}
+
+/* laughing */
+span.moz-smiley-s5 {
+ background-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
+}
+
+/* embarassed */
+span.moz-smiley-s6 {
+ background-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
+}
+
+/* undecided */
+span.moz-smiley-s7 {
+ background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
+}
+
+/* suprise */
+span.moz-smiley-s8 {
+ background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
+}
+
+/* kiss */
+span.moz-smiley-s9 {
+ background-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
+}
+
+/* yell */
+span.moz-smiley-s10 {
+ background-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
+}
+
+/* cool */
+span.moz-smiley-s11 {
+ background-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
+}
+
+/* money */
+span.moz-smiley-s12 {
+ background-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
+}
+
+/* foot */
+span.moz-smiley-s13 {
+ background-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
+}
+
+/* innocent */
+span.moz-smiley-s14 {
+ background-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
+}
+
+/* cry */
+span.moz-smiley-s15 {
+ background-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
+}
+
+/* sealed */
+span.moz-smiley-s16 {
+ background-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
+}
<!-- List all the skins being supplied by this theme -->
<RDF:Seq about="urn:mozilla:skin:root">
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6" />
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7" />
</RDF:Seq>
<!-- classic Information -->
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6"
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7"
chrome:displayName="LCARStrek"
chrome:accessKey="L"
chrome:author="Robert Kaiser - KaiRo.at"
chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/"
- chrome:name="LCARStrek/1.6"
+ chrome:name="LCARStrek/1.7"
chrome:image="global/preview.png">
<chrome:packages>
- <RDF:Seq about="urn:mozilla:skin:LCARStrek/1.6:packages">
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:global"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:communicator"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:navigator"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:messenger"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:editor"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:chatzilla"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:inspector"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:browser"/>
- <RDF:li resource="urn:mozilla:skin:LCARStrek/1.6:mozapps"/>
+ <RDF:Seq about="urn:mozilla:skin:LCARStrek/1.7:packages">
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:global"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:communicator"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:navigator"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:messenger"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:editor"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:chatzilla"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:inspector"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:browser"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.7:mozapps"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
<!-- Version Information. State that we work only with a certain version of this package. -->
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:global" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:communicator" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:navigator" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:messenger" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:editor" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:global" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:communicator" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:navigator" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:messenger" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:editor" chrome:skinVersion="1.5"/>
<!-- chatzilla hasn't set skinVersion currently
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:chatzilla" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:chatzilla" chrome:skinVersion="1.5"/>
-->
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:inspector" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:browser" chrome:skinVersion="1.5"/>
- <RDF:Description about="urn:mozilla:skin:LCARStrek/1.6:mozapps" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:inspector" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:browser" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.7:mozapps" chrome:skinVersion="1.5"/>
</RDF:RDF>
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #0000ff;}
-.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1 solid #00ff00; -moz-border-radius: 50%;}
+.rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #0000ff;}
+.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; -moz-border-radius: 50%;}
.poly {position:absolute; top:0px; left:0px; height:100%; width:100%;}
.point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;}
.pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
#FormatToolbar > toolbarbutton {
min-width: 18px;
}
-
+
#FormatToolbar > toolbarbutton > .toolbarbutton-text {
display: none;
}
#DecreaseFontSizeButton {
list-style-image: url("chrome://editor/skin/icons/dec-font-size.gif");
-}
+}
#DecreaseFontSizeButton:hover,
#DecreaseFontSizeButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/dec-font-size-hover.gif");
-}
+}
#DecreaseFontSizeButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/dec-font-size-disabled.gif") !important;
-}
+}
#IncreaseFontSizeButton {
list-style-image: url("chrome://editor/skin/icons/inc-font-size.gif");
-}
+}
#IncreaseFontSizeButton:hover,
#IncreaseFontSizeButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/inc-font-size-hover.gif");
-}
+}
#IncreaseFontSizeButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/inc-font-size-disabled.gif") !important;
-}
+}
#boldButton {
- list-style-image: url(chrome://editor/skin/icons/bold.gif);
+ list-style-image: url(chrome://editor/skin/icons/bold.gif);
}
#boldButton:hover,
#boldButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/bold-hover.gif");
-}
+}
#boldButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/bold-disabled.gif") !important;
-}
+}
#italicButton {
list-style-image: url("chrome://editor/skin/icons/italic.gif");
-}
+}
#italicButton:hover,
#italicButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/italic-hover.gif");
-}
+}
#italicButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/italic-disabled.gif") !important;
-}
+}
#underlineButton {
list-style-image: url("chrome://editor/skin/icons/underline.gif");
-}
+}
#underlineButton:hover,
#underlineButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/underline-hover.gif");
-}
+}
#underlineButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/underline-disabled.gif") !important;
-}
+}
#ulButton {
list-style-image:url("chrome://editor/skin/icons/bullets.gif");
#ulButton:hover,
#ulButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/bullets-hover.gif");
-}
+}
#ulButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/bullets-disabled.gif") !important;
-}
+}
#olButton {
list-style-image: url("chrome://editor/skin/icons/numbers.gif");
#olButton:hover,
#olButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/numbers-hover.gif");
-}
+}
#olButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/numbers-disabled.gif") !important;
-}
+}
#outdentButton {
list-style-image: url("chrome://editor/skin/icons/outdent.gif");
-}
+}
#outdentButton:hover,
#outdentButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/outdent-hover.gif");
-}
+}
#outdentButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/outdent-disabled.gif") !important;
-}
+}
#indentButton {
list-style-image: url("chrome://editor/skin/icons/indent.gif");
-}
+}
#indentButton:hover,
#indentButton:hover:active {
list-style-image: url("chrome://editor/skin/icons/indent-hover.gif");
-}
+}
#indentButton[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/indent-disabled.gif") !important;
-}
+}
#align-left-button {
list-style-image: url("chrome://editor/skin/icons/left.gif");
-}
+}
#align-left-button:hover,
#align-left-button:hover:active {
list-style-image: url("chrome://editor/skin/icons/left-hover.gif");
-}
+}
#align-left-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/left-disabled.gif") !important;
-}
+}
#align-center-button {
list-style-image: url("chrome://editor/skin/icons/center.gif");
-}
+}
#align-center-button:hover,
#align-center-button:hover:active {
list-style-image: url("chrome://editor/skin/icons/center-hover.gif");
-}
+}
#align-center-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/center-disabled.gif") !important;
-}
+}
#align-right-button {
list-style-image: url("chrome://editor/skin/icons/right.gif");
-}
+}
#align-right-button:hover,
#align-right-button:hover:active {
list-style-image: url("chrome://editor/skin/icons/right-hover.gif");
-}
+}
#align-right-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/right-disabled.gif") !important;
-}
+}
#align-justify-button {
list-style-image: url("chrome://editor/skin/icons/justify.gif");
#align-justify-button[disabled="true"] {
list-style-image: url("chrome://editor/skin/icons/justify-disabled.gif") !important;
-}
+}
#AlignPopupButton {
list-style-image: url("chrome://editor/skin/icons/align.gif");
}
#smileButtonMenu {
- list-style-image: url("chrome://editor/skin/icons/smile.gif");
+ list-style-image: url("chrome://editor/skin/icons/smile.gif");
}
#smileButtonMenu[disabled="true"] {
#AlignLeftItem {
list-style-image: url("chrome://editor/skin/icons/left.gif");
-}
+}
#AlignLeftItem:hover,
#AlignLeftItem:hover:active {
list-style-image: url("chrome://editor/skin/icons/left-hover.gif");
-}
+}
#AlignCenterItem {
list-style-image: url("chrome://editor/skin/icons/center.gif");
-}
+}
#AlignCenterItem:hover,
#AlignCenterItem:hover:active {
list-style-image: url("chrome://editor/skin/icons/center-hover.gif");
-}
+}
#AlignRightItem {
list-style-image: url("chrome://editor/skin/icons/right.gif");
-}
+}
#AlignRightItem:hover,
#AlignRightItem:hover:active {
list-style-image: url("chrome://editor/skin/icons/right-hover.gif");
-}
+}
#AlignJustifyItem {
list-style-image: url("chrome://editor/skin/icons/justify.gif");
/* ..... smiley menu ..... */
.insert-smile > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/smile_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/smile_n.gif");
}
.insert-tongue > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/tongue_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/tongue_n.gif");
}
.insert-frown > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/frown_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/frown_n.gif");
}
.insert-wink > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/wink_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/wink_n.gif");
}
.insert-laughing > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/laughing_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/laughing_n.gif");
}
.insert-embarrassed > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/embarrassed_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/embarrassed_n.gif");
}
.insert-undecided > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
}
.insert-surprise > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/surprise_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif");
}
.insert-kiss > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/kiss_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/kiss_n.gif");
}
.insert-yell > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/yell_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/yell_n.gif");
}
.insert-cool > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/cool_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/cool_n.gif");
}
.insert-undecided > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/undecided_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif");
}
.insert-money > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/money_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/money_n.gif");
}
.insert-foot > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/foot_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/foot_n.gif");
}
.insert-innocent > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/innocent_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/innocent_n.gif");
}
.insert-cry > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/cry_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/cry_n.gif");
}
.insert-sealed > .menu-iconic-left {
- list-style-image: url("chrome://editor/content/images/sealed_n.gif");
+ list-style-image: url("chrome://communicator/skin/icons/smileys/sealed_n.gif");
}
/* ::::: fg/bg color picker ::::: */
margin-right: 3px;
width: 16px;
height: 16px;
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
}
-tab[busy] > .tab-icon {
+tab {
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+}
+
+tab[busy] {
list-style-image: url("chrome://global/skin/icons/loading.gif");
}
/* stylesheet for XUL <checkbox> element */
checkbox {
- -moz-box-align: center;
margin: 1px 2px;
- padding: 1px;
+ border-left: 1px transparent;
+ border-right: 1px transparent;
+}
+
+.checkbox-spacer-box {
+ -moz-box-align: center;
+ border-right: 4px solid transparent;
+}
+
+.checkbox-label-center-box {
+ -moz-box-align: center;
}
.checkbox-label-box {
border: 1px solid transparent;
- padding: 0px 1px;
color: #FF9F00;
-moz-box-align: center;
}
-.checkbox-icon {
+.checkbox-icon[src] {
margin-right: 2px;
}
/* ..... focused state ..... */
-checkbox:focus > .checkbox-label-box {
+checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
border: 1px dotted #008484;
}
/* ..... disabled state ..... */
-checkbox[disabled="true"] > .checkbox-check {
+checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
border: 1px solid #8050B0 !important;
}
.checkbox-check {
-moz-border-radius: 2px;
- -moz-box-align: center;
border: 1px solid #FF9F00;
width: 12px;
height: 12px;
background: transparent 50% 50% no-repeat;
}
-checkbox:hover > .checkbox-check,
-checkbox:hover:active > .checkbox-check {
+checkbox:hover > .checkbox-spacer-box > .checkbox-check,
+checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
border: 1px solid #FFCF00;
}
-checkbox:hover > .checkbox-label-box,
-checkbox:hover:active > .checkbox-label-box {
+checkbox:hover > .checkbox-label-center-box > .checkbox-label-box,
+checkbox:hover:active > .checkbox-label-center-box > .checkbox-label-box {
color: #FFCF00;
}
/* ..... checked state ..... */
-checkbox[checked="true"] > .checkbox-check {
+checkbox[checked="true"] > .checkbox-spacer-box > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
}
-
-checkbox[checked="true"][disabled="true"] > .checkbox-check {
+
+checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check {
background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important
}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
/* ::::: XBL bindings ::::: */
+checkbox {
+ -moz-binding: url("chrome://global/content/bindings/checkbox.xml#checkbox-with-spacing");
+}
+
radio {
- -moz-binding: url("chrome://global/skin/globalBindings.xml#radio");
+ -moz-binding: url("chrome://global/skin/globalBindings.xml#radio-with-spacing");
}
menulist > menupopup,
window,
page,
dialog,
-wizard {
+wizard {
background-color: #000000;
color: #FF9F00;
/* font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */
}
/* deprecated */
-window.dialog {
+window.dialog {
background-color: #000000;
padding: 8px 10px 10px 8px;
}
-[wait-cursor] {
- cursor: wait !important;
+[wait-cursor] {
+ cursor: wait !important;
}
/* ::::: alert icons :::::*/
-moz-box-pack: center;
padding: 0px 1px 0px 1px;
}
-
+
.statusbar-resizerpanel {
-moz-box-align: end;
-moz-box-pack: end;
.statusbarpanel-iconic {
padding: 0px;
-}
+}
resizer[dir="bottomright"] {
cursor: se-resize;
</content>
</binding>
+ <binding id="radio-with-spacing"
+ extends="chrome://global/skin/globalBindings.xml#radio">
+
+ <content>
+ <xul:hbox class="radio-spacer-box">
+ <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
+ <xul:hbox class="radio-check-box2" flex="1">
+ <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
+ </xul:hbox>
+ </xul:hbox>
+ </xul:hbox>
+ <xul:hbox class="radio-label-center-box" flex="1">
+ <xul:hbox class="radio-label-box" flex="1">
+ <xul:image class="radio-icon" xbl:inherits="src"/>
+ <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
+ </xul:hbox>
+ </xul:hbox>
+ </content>
+ </binding>
+
<binding id="statusbar" extends="xul:statusbar">
<content>
menuitem[default="true"] {
font-weight: bold;
-}
+}
menu[disabled="true"],
menuitem[disabled="true"],
/* ..... internal content .... */
-.menu-text,
+.menu-text,
.menu-iconic-left,
.menu-iconic-text {
margin: 0px 2px 0px 0px !important;
font-weight: inherit;
}
+.menu-description {
+ font-style: italic;
+ color: #8050B0;
+ margin-left: 1ex !important;
+}
+
.menu-accel,
.menu-iconic-accel {
margin: 0px 2px 0px 7px !important;
/* ::::: menuseparator ::::: */
menuseparator {
- border: 1px solid #9C9CFF;
+ border: 1px solid #9C9CFF;
margin: 2px 0px 2px 0px;
}
menulist > menupopup > menuseparator,
.menulist-menupopup > menuseparator {
- border: 1px solid #9C9CFF;
+ border: 1px solid #9C9CFF;
margin: 2px 0px 2px 0px;
}
margin: 1px 3px !important;
}
+.menulist-description {
+ font-style: italic;
+ color: #8050B0;
+ margin-left: 1ex !important;
+}
+
/* ..... dropmarker ..... */
.menulist-dropmarker {
.menulist-editable-box {
background-color: #000000;
- padding: 2px;
+ padding: 2px;
}
html|*.menulist-editable-input {
.menulist-compact > .menulist-label {
margin: 0 3px !important;
text-align: right;
-}
+}
.menulist-compact[open="true"] {
border: 1px solid #FFCF00;
--- /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 mozilla.org code.
+ *
+ * The Initial Developer of the Original Code is
+ * the Mozilla Organization.
+ * Portions created by the Initial Developer are Copyright (C) 1998-2002
+ * 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 ***** */
+
+/* ===== plugins.css =====================================================
+ == Styles used by the about:plugins dialog.
+ ======================================================================= */
+
+body {
+ background-color: #000000;
+ color: #FF9F00;
+ font: 12px helvetica,arial,tahoma,sans-serif;
+}
+
+a:link, a:visited, a:active {
+ -moz-border-radius: 3px;
+ color: #FFCF00;
+ background-color: #000000;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #000000;
+ background-color: #FFCF00;
+}
+
+hr {
+ display: none;
+}
+
+div#outside {
+ text-align: justify;
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+div#plugs {
+ -moz-border-radius: 15px;
+ background-color: #008484;
+ color: #000000;
+ padding: 3px;
+ text-align: center;
+ font-size: 24px;
+ font-weight: bold;
+}
+
+div#noplugs {
+ color: #FF0000;
+ font-size: 18px;
+ font-weight: bold;
+}
+
+div#findmore {
+ margin-top: 2em;
+}
+
+div.plugname {
+ -moz-border-radius: 10px;
+ background-color: #E7ADE7;
+ color: #000000;
+ padding: 2px;
+ padding-left: 12px;
+ margin-top: 2em;
+ margin-bottom: 1em;
+ font-size: 16px;
+ text-align: left;
+ font-weight: bold;
+}
+
+dl {
+ margin: 0px 0px 3px 0px;
+}
+
+span.label {
+ font-style: italic;
+ color: #8050B0;
+}
+
+table {
+ background-color: #000000;
+ color: #E7ADE7;
+ text-align: left;
+ width: 100%;
+ -moz-border-radius: 10px;
+ border: 1px solid #9C9FFF;
+ border-spacing: 0px;
+}
+
+th {
+ text-align: center;
+ background-color: #008484;
+ color: #FFCF00;
+}
+
+th + th,
+td + td {
+ border-left: 1px dotted #9C9FFF;
+}
+
+td {
+ text-align: left;
+ border-top: 1px dotted #9C9FFF;
+}
+
+th, td {
+ padding: 3px;
+}
+
+th.type {
+ -moz-border-radius: 9px 0px 0px 0px;
+}
+
+th.type, th.suff {
+ width: 20%;
+}
+
+th.desc {
+ width: 50%;
+}
+
+th.enabled {
+ width: 10%;
+ -moz-border-radius: 0px 9px 0px 0px;
+}
\ No newline at end of file
background-color: #9C9CFF;
border: 1px solid #FFCF00;
color: #000000;
- font: smaller;
+ font-size: smaller;
padding: 2px;
max-width: 40em;
}
}
/* ::::: statusbar progressmeter ::::: */
+
.progressmeter-statusbar {
margin: 0px 2px 0px 2px;
min-width: 100px;
+ height: 16px;
}
/* ::::: radio ::::: */
radio {
- -moz-box-align: center;
margin: 1px 2px;
- padding: 1px;
+ border-left: 1px transparent;
+ border-right: 1px transparent;
+}
+
+.radio-spacer-box {
+ -moz-box-align: center;
+ border-right: 4px solid transparent;
+ border-top: 1px;
+ border-bottom: 1px;
+}
+
+.radio-label-center-box {
+ -moz-box-align: center;
}
.radio-label-box {
border: 1px solid transparent;
- padding: 0px 0px 1px 1px;
-moz-box-align: center;
}
-.radio-icon {
+.radio-icon[src] {
margin-right: 2px;
}
/* ..... focused state ..... */
-radio[focused="true"] > .radio-label-box {
+radio[focused="true"] > .radio-label-center-box > .radio-label-box {
border: 1px dotted #008484;
}
/* ..... disabled state ..... */
-radio[disabled="true"] {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
color: #8050B0;
}
.radio-check-box1 {
/* -moz-box-align: center;
-moz-box-pack: center; */
- margin: 1px 0px;
border: 1px solid #FF9F00;
-moz-border-radius: 50%;
width: 10px;
width: 8px;
height: 8px;
list-style-image: none;
-}
+}
-radio:hover > .radio-check-box1,
-radio:hover:active > .radio-check-box1 {
+radio:hover > .radio-spacer-box > .radio-check-box1,
+radio:hover:active > .radio-spacer-box > .radio-check-box1 {
border: 1px solid #FFCF00;
}
-radio:hover > .radio-label-box,
-radio:hover:active > .radio-label-box {
+radio:hover > .radio-label-center-box > .radio-label-box,
+radio:hover:active > .radio-label-center-box > .radio-label-box {
color: #FFCF00;
}
-radio[disabled="true"] > .radio-check-box1 {
+radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
border: 1px solid #8050B0 !important;
}
/* ..... selected state ..... */
-radio[selected="true"] > .radio-check-box1 > .radio-check-box2 {
+radio[selected="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
list-style-image: url("chrome://global/skin/radio/radio-check.gif");
}
-
-radio[selected="true"][disabled="true"] > .radio-check-box2 {
+
+radio[selected="true"][disabled="true"] > .radio-spacer-box > .radio-check-box1 > .radio-check-box2 {
list-style-image: url("chrome://global/skin/radio/radio-check-disabled.gif") !important
}
scrollbarbutton:hover:active {
padding: 2px 0px 0px 2px;
-}
+}
/* ::::: square at the corner of two scrollbars ::::: */
scrollcorner {
+ -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base");
+ cursor: default;
background-color: #000000;
}
background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
}
- html|div scrollbar[orient="vertical"]
+ html|div scrollbar[orient="vertical"]
{
-moz-appearance: scrollbartrack-vertical;
}
*
* Contributor(s):
* Robert Kaiser <KaiRo@KaiRo.at>
- * Joe Hewitt (hewitt@netscape.com)
+ * Joe Hewitt (hewitt@netscape.com)
* Dean Tessman (dean_tessman@hotmail.com)
*
* Alternatively, the contents of this file may be used under the terms of
tree {
-moz-border-radius: 5px;
- border-spacing: 0px;
+ border-spacing: 0px;
border: 1px solid #9C9CFF;
background-color: #000000;
color: #FF9F00;
/* ::::: tree separator ::::: */
treechildren::-moz-tree-separator {
+ margin-top: 1px;
border: 1px solid #9C9CFF;
+ height: 2px;
}
/* ::::: drop feedback ::::: */
background-color: #FFCF00;
}
+/* ::::: tree checkbox ::::: */
+
+treechildren::-moz-tree-checkbox {
+ list-style-image: url("chrome://global/skin/tree/checkbox.gif");
+}
+
+treechildren::-moz-tree-checkbox(checked) {
+ list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
+}
+
/* ::::: tree progress meter ::::: */
treechildren::-moz-tree-progressmeter {
/* ::::: tree columns ::::: */
-treecol {
+treecol {
-moz-box-align: center;
-moz-box-pack: center;
border: 1px solid #FF9F00;
padding: 1px 4px;
}
-treecolpicker {
+treecolpicker {
-moz-box-align: center;
-moz-box-pack: center;
border: 1px solid transparent;
background-color: #000000;
padding: 1px 0px;
-}
+}
.treecol-image {
padding: 1px;
border: 1px solid #FFCF00;
padding: 2px 3px 0px 5px;
}
-
+
treecolpicker:hover {
background-color: #FFCF00;
}
.treecol-sortdirection {
list-style-image: none;
+ width: 8px; /* The image's width is 7 pixels */
}
.sortDirectionIndicator[sortDirection="ascending"] .treecol-sortdirection {
width: 11px; /* The image's width is 11 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-closed.gif");
}
-
+
treechildren::-moz-tree-twisty(open) {
width: 11px; /* The image's width is 11 pixels */
list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
treechildren.gridlines::-moz-tree-row {
border: none;
}
+
+/* ::::: alternating background ::::: */
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd) {
+ background-color: #6000CF;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected) {
+ background-color: #E7ADE7;
+}
+
+treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
+ background-color: #E7ADE7;
+}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+@namespace html url("http://www.w3.org/1999/xhtml");
/* ::::: primary toolbar buttons ::::: */
#button-newcard:hover,
#button-newcard:hover:active {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-hover.gif");
-}
+}
#button-newcard[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important;
-}
+}
#button-newlist {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif");
#button-newlist:hover,
#button-newlist:hover:active {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-hover.gif");
-}
+}
#button-newlist[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important;
-}
+}
#button-editcard {
list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif");
#button-editcard:hover,
#button-editcard:hover:active {
list-style-image: url("chrome://messenger/skin/addressbook/icons/person-hover.gif");
-}
+}
#button-editcard[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important;
-}
+}
#button-newmessage {
list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif");
#button-newmessage:hover,
#button-newmessage:hover:active {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-hover.gif");
-}
+}
#button-newmessage[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important;
-}
+}
#button-newim {
list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif");
#button-newim:hover,
#button-newim:hover:active {
list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hover.gif");
-}
+}
#button-newim[disabled="true"] {
list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important;
-}
+}
#button-delete {
list-style-image:url("chrome://global/skin/icons/trash.gif");
#button-delete:hover,
#button-delete:hover:active {
list-style-image:url("chrome://global/skin/icons/trash-hover.gif");
-}
+}
#button-delete[disabled="true"] {
list-style-image: url("chrome://global/skin/icons/trash-disabled.gif") !important;
-}
+}
/* CardView styles - used in the Card View Pane */
min-width: 120px;
margin: 0px;
}
-
+
.cardViewGroup {
margin-top: 8px;
padding-bottom: 5px;
/* ::::: border adjustments ::::: */
-#results-splitter {
+#results-splitter {
border: none;
}
-#dirTree, #abResultsTree {
+#dirTree, #abResultsTree {
border: none;
margin: 0px;
}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
list-style-image: url("chrome://messenger/skin/icons/server-remote-lock.gif");
}
+treechildren::-moz-tree-image(folderNameCol, biffState-NewMail, isServer-true, isSecure-true) {
+ list-style-image: url("chrome://messenger/skin/icons/server-remote-lock-new.gif");
+}
+
treechildren::-moz-tree-image(folderNameCol, isServer-true, serverType-none) {
padding-right: 2px;
list-style-image: url("chrome://messenger/skin/icons/server-local.gif");
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
*
* ***** END LICENSE BLOCK ***** */
+@import url("chrome://communicator/skin/smileys.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* ===== messageBody.css ================================================
text-decoration: underline;
}
+span.moz-txt-formfeed {
+ display: block;
+ height: 100%;
+}
+
/* ::::: signature ::::: */
.moz-txt-sig,
.moz-signature > a {
color: #7777FF; /* light blue */
}
-
-/* ::::: smilies ::::: */
-
-span.moz-smiley-s1,
-span.moz-smiley-s2,
-span.moz-smiley-s3,
-span.moz-smiley-s4,
-span.moz-smiley-s5,
-span.moz-smiley-s6,
-span.moz-smiley-s7,
-span.moz-smiley-s8,
-span.moz-smiley-s9,
-span.moz-smiley-s10,
-span.moz-smiley-s11,
-span.moz-smiley-s12,
-span.moz-smiley-s13,
-span.moz-smiley-s14,
-span.moz-smiley-s15,
-span.moz-smiley-s16 {
- min-height: 17px; margin-left: 2px; margin-top: 2px;
- padding-left: 20px;
- background-repeat: no-repeat;
- background-position: center center;
- -moz-user-select: all;
-}
-
-span.moz-smiley-s1 > span,
-span.moz-smiley-s2 > span,
-span.moz-smiley-s3 > span,
-span.moz-smiley-s4 > span,
-span.moz-smiley-s5 > span,
-span.moz-smiley-s6 > span,
-span.moz-smiley-s7 > span,
-span.moz-smiley-s8 > span,
-span.moz-smiley-s9 > span,
-span.moz-smiley-s10 > span,
-span.moz-smiley-s11 > span,
-span.moz-smiley-s12 > span,
-span.moz-smiley-s13 > span,
-span.moz-smiley-s14 > span,
-span.moz-smiley-s15 > span,
-span.moz-smiley-s16 > span {
- display: none;
-}
-
-span.moz-smiley-s1 {
- background-image: url(chrome://editor/content/images/smile_n.gif);
-}
-span.moz-smiley-s2 {
- background-image: url(chrome://editor/content/images/frown_n.gif);
-}
-span.moz-smiley-s3 {
- background-image: url(chrome://editor/content/images/wink_n.gif);
-}
-span.moz-smiley-s4 {
- background-image: url(chrome://editor/content/images/tongue_n.gif);
-}
-span.moz-smiley-s5 {
- background-image: url(chrome://editor/content/images/laughing_n.gif);
-}
-span.moz-smiley-s6 {
- background-image: url(chrome://editor/content/images/embarrassed_n.gif);
-}
-span.moz-smiley-s7 {
- background-image: url(chrome://editor/content/images/undecided_n.gif);
-}
-span.moz-smiley-s8 {
- background-image: url("chrome://editor/content/images/surprise_n.gif");
-}
-span.moz-smiley-s9 {
- background-image: url("chrome://editor/content/images/kiss_n.gif");
-}
-span.moz-smiley-s10 {
- background-image: url("chrome://editor/content/images/yell_n.gif");
-}
-span.moz-smiley-s11 {
- background-image: url("chrome://editor/content/images/cool_n.gif");
-}
-span.moz-smiley-s12 {
- background-image: url("chrome://editor/content/images/money_n.gif");
-}
-span.moz-smiley-s13 {
- background-image: url("chrome://editor/content/images/foot_n.gif");
-}
-span.moz-smiley-s14 {
- background-image: url("chrome://editor/content/images/innocent_n.gif");
-}
-span.moz-smiley-s15 {
- background-image: url("chrome://editor/content/images/cry_n.gif");
-}
-span.moz-smiley-s16 {
- background-image: url("chrome://editor/content/images/sealed_n.gif");
-}
*
* The Original Code is mozilla.org code.
*
- * The Initial Developer of the Original Code is
+ * 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.
* 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
+ * 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
color: #008484;
cursor: pointer;
margin: 0px;
- padding: 0px 1px;
+ padding: 0px 1px;
}
.emailDisplayButton:hover {
width: 12em;
}
-.collapsedHeaderDisplayName {
- margin: 2px .5em 2px .8em;
+.collapsedHeaderDisplayName {
+ margin: 2px .5em 2px .55em;
min-height: 12px;
- font-weight: bold;
+ font-weight: bold;
}
.collapsedHeaderValue,
@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;
}
*
* ***** END LICENSE BLOCK ***** */
-/** Contains style definitions for the navigator application
+/** Contains style definitions for the navigator application
**/
@import url("chrome://navigator/content/navigator.css");
#stop-button:hover,
#stop-button:hover:active {
list-style-image: url("chrome://global/skin/icons/stop-hover.gif");
-}
+}
#stop-button[disabled="true"] {
list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-}
+}
#print-button {
list-style-image: url("chrome://global/skin/icons/print.gif");
}
#fullscreen-exit-button > .toolbarbutton-text {
- display: normal;
+/* display: normal; */
}
/* ::::: small primary toolbar buttons ::::: */
#nav-bar-inner {
padding-left: 0px;
min-width: 0px;
- margin: 6px 4px 7px 4px;
+ margin: 6px 4px 7px 4px;
}
#urlbar {
}
/* ::::: page proxy icon ::::: */
-
+
#page-proxy-deck,
#page-proxy-favicon,
#page-proxy-button {
#page-proxy-deck {
cursor: -moz-grab;
margin: 1px 1px 1px 2px;
-}
+}
#page-proxy-button {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
+ list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
padding-top: 2px;
padding-bottom: 2px;
-}
-
+}
+
#page-proxy-favicon {
list-style-image: none;
-}
+}
/* ::::: autocomplete ::::: */
border-top: 1px solid #FF9F00;
background-color: #9C9CFF;
color: #000000;
-}
+}
.autocomplete-result-popup[nomatch] > .autocomplete-search-box {
border-top: 1px solid #9C9CFF;
.autocomplete-search-engine {
padding: 2px;
-}
+}
.autocomplete-search-engine[menuactive="true"] {
background-color: #008484;
color: #FFCF00;
-}
+}
.autocomplete-search-engine-img {
margin-right: 4px;
/* ::::: go and searchbuttons ::::: */
-#search-button,
+#search-button,
#go-button {
margin: 1px 3px 1px 0px;
/* min-height: 25px; */
background-color: #000000;
}
-#search-button:hover,
+#search-button:hover,
#go-button:hover {
background-color: #FFCF00;
}
list-style-image:url("chrome://communicator/skin/icons/lock-broken.gif");
}
+#privacy-button {
+ list-style-image: url("chrome://communicator/skin/cookie/taskbar-cookie.gif");
+}
+
#popupIcon {
list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
}