home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / printing.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  4.4 KB  |  142 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  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
  12.  * License.
  13.  *
  14.  * The Original Code is the Mozilla Print Preview Toolbar.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Netscape Communications Corp.
  18.  * Portions created by the Initial Developer are Copyright (C) 2002
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *   Samir Gehani  <sgehani@netscape.com>
  23.  *   Bill Law      <law@netscape.com>
  24.  *
  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 MPL, 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 MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  40.  
  41. /* ::::: print preview toolbar ::::: */
  42.  
  43. toolbarbutton {
  44.   border: 1px solid;
  45.   -moz-border-top-colors: transparent;
  46.   -moz-border-right-colors: transparent;
  47.   -moz-border-bottom-colors: transparent;
  48.   -moz-border-left-colors: transparent;
  49.   min-width: 16px;
  50. }
  51.  
  52. toolbarbutton:hover {
  53.   -moz-border-top-colors: ThreeDHighlight;
  54.   -moz-border-right-colors: ThreeDShadow;
  55.   -moz-border-bottom-colors: ThreeDShadow;
  56.   -moz-border-left-colors: ThreeDHighlight;
  57.  
  58. toolbarbutton:hover:active {
  59.   -moz-border-top-colors: ThreeDShadow;
  60.   -moz-border-right-colors: ThreeDHighlight;
  61.   -moz-border-bottom-colors: ThreeDHighlight;
  62.   -moz-border-left-colors: ThreeDShadow;
  63. }
  64.  
  65. .toolbarbutton-icon,
  66. .toolbar-portrait-page > .toolbarbutton-text,
  67. .toolbar-landscape-page > .toolbarbutton-text {
  68.   padding: 2px;
  69. }
  70.  
  71. .toolbarbutton-icon:hover:active {
  72.   padding: 3px 1px 1px 3px;
  73. }
  74.  
  75. .home-arrow {
  76.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end.gif");
  77. }
  78.  
  79. .home-arrow:hover {
  80.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-end-hov.gif");
  81. }
  82.  
  83. .end-arrow {
  84.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end.gif");
  85. }
  86.  
  87. .end-arrow:hover {
  88.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-end-hov.gif");
  89. }
  90.  
  91. .last-arrow {
  92.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp.gif");
  93. }
  94.  
  95. .last-arrow:hover {
  96.   list-style-image: url("chrome://global/skin/arrow/arrow-lft-sharp-hov.gif");
  97. }
  98.  
  99. .next-arrow {
  100.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp.gif");
  101. }
  102.  
  103. .next-arrow:hover {
  104.   list-style-image: url("chrome://global/skin/arrow/arrow-rit-sharp-hov.gif");
  105. }
  106.  
  107. .up-arrow {
  108.   list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
  109. }
  110.  
  111. .up-arrow:hover {
  112.   list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp-hov.gif");
  113. }
  114.  
  115. .down-arrow {
  116.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp.gif");
  117. }
  118.  
  119. .down-arrow:hover {
  120.   list-style-image: url("chrome://global/skin/arrow/arrow-dn-sharp-hov.gif");
  121. }
  122.  
  123. .toolbar-portrait-page {
  124.   list-style-image: url("chrome://communicator/skin/icons/pg-portrait-small.gif");
  125. }
  126.  
  127. .toolbar-landscape-page {
  128.   list-style-image: url("chrome://communicator/skin/icons/pg-landscape-small.gif");
  129. }
  130.  
  131.  
  132. /* ::::: page setup dialog ::::: */
  133.  
  134. .portrait-page {
  135.   list-style-image: url("chrome://communicator/skin/icons/pg-portrait.gif");
  136. }
  137.  
  138. .landscape-page {
  139.   list-style-image: url("chrome://communicator/skin/icons/pg-landscape.gif");
  140. }
  141.