--- /dev/null
+#aboutDialog {
+ padding: 0px 0px 10px 0px;
+}
+
+#clientBox {
+ background-color: #000000;
+ color: #FFCF00;
+}
+
+#brandName {
+ font-weight: bold; font-size: larger;
+}
+
+#detailsBox {
+ padding: 8px 10px 10px 8px;
+}
+
+#userAgent {
+ margin: 3px 5px;
+ background-color: #000000;
+ color: #FF9F00;
+ padding: 1px 0px 1px 2px;
+ -moz-appearance: none;
+ border: none;
+}
+
+#copyright {
+ color: #9C9CFF;
+ text-decoration: underline;
+}
+
+#groove {
+ margin-top: 0px;
+}
+
* Joe Hewitt (hewitt@netscape.com)
* Jason Kersey (kerz@netscape.com)
* Pierre Chanial (chanial@noos.fr)
+ * Dean Tessman (dean_tessman@hotmail.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
list-style-image: url("chrome://browser/skin/icons/history-disabled.gif");
}
+#cut-button {
+ list-style-image: url("chrome://browser/skin/icons/cut.gif");
+}
+#cut-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/cut-hover.gif");
+}
+#cut-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/cut-disabled.gif");
+}
+
+#copy-button {
+ list-style-image: url("chrome://browser/skin/icons/copy.gif");
+}
+#copy-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/copy-hover.gif");
+}
+#copy-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/copy-disabled.gif");
+}
+
+#paste-button {
+ list-style-image: url("chrome://browser/skin/icons/paste.gif");
+}
+#paste-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/paste-hover.gif");
+}
+#paste-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/paste-disabled.gif");
+}
+
/* ::::: small primary toolbar buttons ::::: */
list-style-image: url("chrome://browser/skin/icons/history-small-disabled.gif");
}
+toolbar[iconsize="small"] #cut-button {
+ list-style-image: url("chrome://browser/skin/icons/cut-small.gif");
+}
+toolbar[iconsize="small"] #cut-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/cut-small-hover.gif");
+}
+toolbar[iconsize="small"] #cut-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/cut-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #copy-button {
+ list-style-image: url("chrome://browser/skin/icons/copy-small.gif");
+}
+toolbar[iconsize="small"] #copy-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/copy-small-hover.gif");
+}
+toolbar[iconsize="small"] #copy-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/copy-small-disabled.gif");
+}
+
+toolbar[iconsize="small"] #paste-button {
+ list-style-image: url("chrome://browser/skin/icons/paste-small.gif");
+}
+toolbar[iconsize="small"] #paste-button:hover {
+ list-style-image: url("chrome://browser/skin/icons/paste-small-hover.gif");
+}
+toolbar[iconsize="small"] #paste-button[disabled="true"] {
+ list-style-image: url("chrome://browser/skin/icons/paste-small-disabled.gif");
+}
+
+
+/* Smaller padding on small toolbar buttons */
+
+toolbar[iconsize="small"] .toolbarbutton-1 {
+ padding: 2px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[open="true"] {
+ padding: 3px 1px 1px 3px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"]:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[disabled="true"][open="true"] {
+ padding: 2px;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[checked="true"] {
+ padding: 3px 1px 1px 3px !important;
+}
+
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"]:hover:active,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][open="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"],
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover,
+toolbar[iconsize="small"] .toolbarbutton-1[type="menu-button"][disabled="true"]:hover:active {
+ padding: 0;
+}
/* ::::: fullscreen window controls ::::: */
list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
}
+#miSearchModeFind {
+ list-style-image: url("chrome://browser/skin/icons/search-bar.gif");
+}
+
/* ::::: autocomplete ::::: */
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
padding: 0px 3px 0px 3px;
}
+#page-theme-button {
+ display: none;
+}
+
+#page-theme-button[themes] {
+ display: -moz-box;
+ list-style-image: url("chrome://browser/skin/icons/page-themes.gif");
+ padding: 0px 3px 0px 3px;
+}
+
/* ::::: throbber ::::: */
#navigator-throbber {
toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
display: none;
}
+
+toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
+ display: -moz-box;
+}
+
+toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
+ display: none;
+}
+
+#sidebar-throbber[loading="true"] {
+ list-style-image: url(chrome://global/skin/icons/loading.gif);
+}
<!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<binding id="toolbar-menu-button" display="xul:menu"
- extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
+ extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button">
<content>
<children includes="observes|template|menupopup|tooltip"/>
<xul:stack class="box-inherit toolbarbutton-menubutton-stack" flex="1">
# ***** END LICENSE BLOCK *****
*/
-.listBox {
- -moz-border-radius: 3px;
- margin: 2px 2px;
- border: 1px solid #9C9CFF;
- background-color: #000000;
-}
-
.buttonBox {
margin: 0px 3px 0px 0px !important;
}
#catGeneralButton { list-style-image: url("chrome://browser/skin/pref/general.gif"); }
#catPrivacyButton { list-style-image: url("chrome://browser/skin/pref/privacy.gif"); }
#catFeaturesbutton { list-style-image: url("chrome://browser/skin/pref/features.gif"); }
+#catDownloadsButton { list-style-image: url("chrome://browser/skin/pref/downloads.gif"); }
#catThemesButton { list-style-image: url("chrome://browser/skin/pref/themes.gif"); }
#catExtButton { list-style-image: url("chrome://browser/skin/pref/extensions.gif"); }
-#catFontsButton { list-style-image: url("chrome://browser/skin/pref/fonts.gif"); }
-#catProxiesButton { list-style-image: url("chrome://browser/skin/pref/proxies.gif"); }
-#catDownloadsButton { list-style-image: url("chrome://browser/skin/icons/downloads.gif"); }
-
-.indent {
- margin-left: 23px;
- margin-right: 23px;
-}
+#catAdvancedButton { list-style-image: url("chrome://browser/skin/pref/advanced.gif"); }
-.uniWidthButton {
- min-width: 8em;
-}
-
-/** Privacy Panel Expander Box **/
-#privacyCategories {
+expander {
margin: 2px;
- padding: 2px;
-}
-
-.settingsContainer {
- padding: 2px 0px 3px 15px;
+ border: 1px solid transparent;
}
-.expanderButton {
- cursor: pointer;
+#privacyCategories > expander[open="true"] {
+ background-color: #E7ADE7;
+ color: #000000;
+ border: 1px solid #9C9CFF;
+ -moz-border-radius: 3px;
}
-/* Themes/Extensions Items */
.themesLink {
margin-left: 0px;
text-decoration: underline;
.themesLink:active {
color: red;
}
-
-#previewImageContainer {
- height: 93px;
- padding: 1px;
-}
-
-#previewImage {
- /* remember: width/height includes border, so 2px bigger for a 1px border */
- max-width: 357px;
- min-width: 357px;
- max-height: 87px;
- min-height: 87px;
- border: 1px solid #9C9CFF;
-}
-
-.extensionInfoArea {
- background-color: #000000 !important;
- height: 10em;
-}
<RDF:li resource="urn:mozilla:skin:LCARStrek/1.5:chatzilla"/>
<RDF:li resource="urn:mozilla:skin:LCARStrek/1.5:inspector"/>
<RDF:li resource="urn:mozilla:skin:LCARStrek/1.5:browser"/>
+ <RDF:li resource="urn:mozilla:skin:LCARStrek/1.5:mozapps"/>
</RDF:Seq>
</chrome:packages>
</RDF:Description>
-->
<RDF:Description about="urn:mozilla:skin:LCARStrek/1.5:inspector" chrome:skinVersion="1.5"/>
<RDF:Description about="urn:mozilla:skin:LCARStrek/1.5:browser" chrome:skinVersion="1.5"/>
+ <RDF:Description about="urn:mozilla:skin:LCARStrek/1.5:mozapps" chrome:skinVersion="1.5"/>
</RDF:RDF>
--- /dev/null
+
+#from {
+ margin-top: 1px;
+}
+
+#location {
+ font-weight: bold;
+}
+
+#contentTypeImage {
+ margin: 0px 5px 0px 0px;
+}
+
+.small-indent {
+ margin-left: 15px;
+ margin-right: 15px;
+}
+
--- /dev/null
+/*
+# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# 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
+# Doron Rosenberg.
+# Portions created by the Initial Developer are Copyright (C) 2001
+# the Initial Developer. All Rights Reserved.
+#
+# Contributor(s):
+# Ben Goodger <ben@netscape.com> (Original Author)
+# 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 *****
+*/
+
+.listBox {
+ -moz-border-radius: 3px;
+ margin: 2px 2px;
+ border: 1px solid #9C9CFF;
+ background-color: #000000;
+}
+
+.indent {
+ margin-left: 23px;
+ margin-right: 23px;
+}
+
+.small-indent {
+ margin-left: 15px;
+}
+
+.uniWidthButton {
+ min-width: 8em;
+}
+
+/** Privacy/Advanced Panels Expander Boxes **/
+.settingsBox {
+ margin: 2px;
+ padding: 2px;
+}
+
+#fileExtension {
+ width: 5em;
+}
+
+#fileExtension.pluginsList {
+ width: 5.5em;
+}
+
+#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);
+}
+
+.pluginTypesChildren::-moz-tree-image(pluginEnabled, enabled) {
+ margin: 0px 5px 0px 0px;
+ list-style-image: url(chrome://mozapps/skin/pref/check.gif);
+}
+
+.biggerIndent {
+ margin-left: 28px;
+}
+
+#typeField {
+ font-weight: bold;
+}
+
+#defaultAppName {
+ margin-left: 6px !important;
+}
+