keep up with Classic development
[themes.git] / EarlyBlue / global / printing.css
similarity index 53%
rename from EarlyBlue/global/wizardOverlay.css
rename to EarlyBlue/global/printing.css
index f149862ed6402a4e4f177d2c78c7a9d3b1da07e8..41ff350880f65026b7536af79539ea239d05e5ee 100644 (file)
  * for the specific language governing rights and limitations under the
  * License.
  *
- * The Original Code is "Classic" theme of mozilla.org code.
+ * The Original Code is the Mozilla Print Preview Toolbar.
  *
  * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
+ * Netscape Communications Corp.
+ * Portions created by the Initial Developer are Copyright (C) 2002
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
+ *   Samir Gehani  <sgehani@netscape.com>
+ *   Bill Law      <law@netscape.com>
  *
  * 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
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+/* ::::: print preview toolbar ::::: */
 
-#wiz-back-button {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-left.gif");
+/* ..... page navigation ..... */
+
+.home-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
+}
+
+.end-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif");
+}
+
+.last-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif");
+}
+
+.next-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif");
+}
+
+/* ...... scale in/decrement ..... */
+
+.up-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
 }
-#wiz-back-button[disabled] {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-left-disabled.gif");
+
+.down-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif");
 }
-#wiz-next-button {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-right.gif");
+
+/* ..... orientation ..... */
+
+.toolbar-portrait-page {
+  list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif");
 }
-#wiz-next-button[disabled] {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-right-disabled.gif");
+
+.toolbar-landscape-page {
+  list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif");
 }
 
-#wizardButtons 
-  {
-    margin-bottom             : 0.4em;
-  }
+/* ::::: page setup dialog ::::: */
 
-.box-wizardcontent
-  {
-    margin-left               : 44px;
-    margin-right              : 44px;
-    width                     : 30em;
-  } 
+.portrait-page {
+  list-style-image: url("chrome://global/skin/icons/pg-portrait.gif");
+}
 
+.landscape-page {
+  list-style-image: url("chrome://global/skin/icons/pg-landscape.gif");
+}