1 /* ***** BEGIN LICENSE BLOCK *****
2 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
4 * The contents of this file are subject to the Netscape Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/NPL/
9 * Software distributed under the License is distributed on an "AS IS" basis,
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 * for the specific language governing rights and limitations under the
14 * The Original Code is mozilla.org code.
16 * The Initial Developer of the Original Code is
17 * Netscape Communications Corporation.
18 * Portions created by the Initial Developer are Copyright (C) 1998
19 * the Initial Developer. All Rights Reserved.
22 * Pete Collins, Ben Goodger
23 * Robert Kaiser <KaiRo@KaiRo.at>
25 * Alternatively, the contents of this file may be used under the terms of
26 * either the GNU General Public License Version 2 or later (the "GPL"), or
27 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
28 * in which case the provisions of the GPL or the LGPL are applicable instead
29 * of those above. If you wish to allow use of your version of this file only
30 * under the terms of either the GPL or the LGPL, and not to allow others to
31 * use your version of this file under the terms of the NPL, indicate your
32 * decision by deleting the provisions above and replace them with the notice
33 * and other provisions required by the GPL or the LGPL. If you do not delete
34 * the provisions above, a recipient may use your version of this file under
35 * the terms of any one of the NPL, the GPL or the LGPL.
37 * ***** END LICENSE BLOCK ***** */
39 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
41 /* The defaults are WAY to big! */
43 margin: 2px 5px /* 4px 5px */;
84 .menuitem-highlight-1 {
88 /* Use this with groove-thin in dialogs
89 to add margins to top and bottom
99 border: 1px inset #CCD0DD;
102 .color-well[default="true"] {
103 border: 1px solid transparent !important;
104 background-color: inherit !important;
108 /* override large default min-width */
113 .menu-list[focused="true"] {
118 -moz-user-focus: normal;
122 border: 2px outset #CCD0DD;
125 margin: 0px 3px 0px 0px;
128 #ColorPickerSwatch[default="true"] {
129 border: 2px solid transparent;
130 background-color: inherit;
136 border: 1px inset #CCD0DD;
137 margin: 1px 2px 2px 4px;
140 /* temporary -- we need a simple box-based list defined in XBL */
142 border: 1px inset #CCD0DD;
143 /* same as in menulist.css */
144 margin: 1px 5px 2px 5px;
145 /* use rows="#" in XUL to define height */
149 border: 1px inset #CCD0DD;
162 /* ::::: table properties dialog ::::: */
164 #MoreFewerButton[more="0"] {
165 list-style-image: url(chrome://global/skin/arrow/arrow-down.gif);
169 #MoreFewerButton[more="1"] {
170 list-style-image: url(chrome://global/skin/arrow/arrow-up.gif);
175 list-style-image: url(chrome://global/skin/arrow/arrow-left.gif);
179 list-style-image: url(chrome://global/skin/arrow/arrow-right.gif);
182 #PreviousButton[type="row"] {
183 list-style-image: url(chrome://global/skin/arrow/arrow-up.gif);
186 #NextButton[type="row"] {
187 list-style-image: url(chrome://global/skin/arrow/arrow-down.gif);
190 /* ::::: spelling dialog ::::: */
205 /* ::::: color picker ::::: */
207 /* use outset shape for a button look */
209 border: 1px outset #CCD0DD;
210 /* This should be the same as for textbox */
212 /* For a little extra space between buttons */
217 .colorpicker:active {
218 border: 1px inset #CCD0DD;
242 /* These two should be the width of the checkbox and radio button images + margin + padding
243 Used to indent below those to the level of the text label next to image
260 .align-menu[value="top"] {
261 list-style-image:url("chrome://editor/skin/icons/img-align-top.gif");
264 .align-menu[value="center"] {
265 list-style-image:url("chrome://editor/skin/icons/img-align-middle.gif");
268 .align-menu[value="bottom"] {
269 list-style-image:url("chrome://editor/skin/icons/img-align-bottom.gif");
272 .align-menu[value="right"] {
273 list-style-image:url("chrome://editor/skin/icons/img-align-right.gif");
276 .align-menu[value="left"] {
277 list-style-image:url("chrome://editor/skin/icons/img-align-left.gif");
280 /* Don't change width/height of these without changing values in
281 GetOriginalWidth(), EdImageProps.js
284 border: 1px inset #CCD0DD;
291 margin: 6px 5px 6px 5px;
292 overflow: -moz-hidden-unscrollable;
295 #preview-image-holder {
300 /* Rest are from Ben Goodger for Advanced Edit dialog
301 These need reviewing and eliminate all but essential attributes */
302 /* Have made some mods and eliminated some unnecessary portions.
303 hope to merge most of the treecell formatting into global as some of
304 this "property list" style treecell formatting is used by cookie/signon
312 /* styles for an attribute tree-table */
313 tree.AttributesTree {
318 /* ::::: select edit dialog ::::: */
320 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) {
321 background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat;
324 #SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
325 background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
328 /* ::::: Publishing Progress ::::: */
330 .progressitem[progress="busy"] {
331 list-style-image: url("chrome://editor/skin/icons/progress-busy.gif");
334 .progressitem[progress="done"] {
335 list-style-image: url("chrome://editor/skin/icons/progress-done.gif");
338 .progressitem[progress="failed"] {
339 list-style-image: url("chrome://editor/skin/icons/progress-failed.gif");