home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / MozCurveBlue-1.4-0.99.jar / calendar / datepicker / datepicker.css next >
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  4.2 KB  |  162 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 OEone Calendar Code, released October 31st, 2001.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * OEone Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 2001
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s): Garth Smedley <garths@oeone.com>
  22.  *                 Mike Potter <mikep@oeone.com>
  23.  *
  24.  * Alternatively, the contents of this file may be used under the terms of
  25.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  26.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.  * in which case the provisions of the GPL or the LGPL are applicable instead
  28.  * of those above. If you wish to allow use of your version of this file only
  29.  * under the terms of either the GPL or the LGPL, and not to allow others to
  30.  * use your version of this file under the terms of the MPL, indicate your
  31.  * decision by deleting the provisions above and replace them with the notice
  32.  * and other provisions required by the GPL or the LGPL. If you do not delete
  33.  * the provisions above, a recipient may use your version of this file under
  34.  * the terms of any one of the MPL, the GPL or the LGPL.
  35.  *
  36.  * ***** END LICENSE BLOCK ***** */
  37.  
  38.  
  39.  
  40.  
  41. #oe-date-picker-overlay-box
  42. {
  43.    background-color        : #F8F8F8;
  44.    font-size               : 8pt;
  45. }
  46.  
  47.  
  48. #oe-date-picker-year-controls-box
  49. {
  50.    border              : 1px solid #2085c4; 
  51.    -moz-box-align       : center;
  52.    -moz-box-pack        : center;
  53.    
  54. }
  55.  
  56.  
  57. #oe-date-picker-year-previous-button
  58. {
  59.    list-style-image        : url("chrome://calendar/skin/datepicker/left_arrow.png");
  60.    
  61. }
  62.  
  63.  
  64. #oe-date-picker-year-next-button
  65. {
  66.    list-style-image        : url("chrome://calendar/skin/datepicker/right_arrow.png");
  67. }
  68.  
  69. #oe-date-picker-year-next-button-box
  70. {
  71.    -moz-box-pack           : end;
  72. }
  73.  
  74. #oe-date-picker-year-grid
  75. {
  76.    border-top         : 1px solid #2085c4; 
  77.    border-left        : 1px solid #2085c4; 
  78.    margin-top         : 1px;
  79.    margin-right       : 1px;
  80. }
  81.  
  82. .oe-date-picker-year-month-box-class
  83. {
  84.    -moz-box-align       : center;
  85.    border-right         : 1px solid #2085c4; 
  86.    border-bottom        : 1px solid #2085c4; 
  87. }
  88.  
  89. .oe-date-picker-year-month-box-class[selected="true"]
  90. {
  91.    background-color       : #6699CC;
  92. }
  93.  
  94.  
  95. .oe-date-picker-month-day-number-class
  96. {
  97.  
  98.    margin                  : 2px;
  99. }
  100.  
  101.  
  102. .oe-date-picker-month-day-number-class[selected="true"]
  103. {
  104.  
  105.    background-color       : #6699CC;
  106. }
  107.  
  108. #oe-date-picker-month-grid-box
  109. {
  110.    background-image        : url("chrome://calendar/skin/datepicker/day_grid.png");
  111.    background-repeat       : no-repeat;
  112. }
  113.  
  114. #oe-date-picker-month-grid
  115. {
  116.    margin-right          : 2px;
  117.    margin-bottom         : 2px;
  118. }
  119.  
  120. .oe-date-picker-month-day-box-class
  121. {
  122.    min-width            : 27px;
  123.    min-height           : 27px;
  124. }
  125.  
  126. .oe-date-picker-month-day-box-class[selected="true"]
  127. {
  128.    background-color       : #6699CC;
  129. }
  130.  
  131. .oe-date-picker-month-days-header-class
  132. {
  133.     margin                    : 0px;
  134.     padding                    : 0px;
  135. }
  136.  
  137. #oe-date-picker-month-days-header-box
  138. {
  139.     margin                    : 2px 0px;
  140. }
  141.  
  142. .oe-date-picker-month-days-box-header-class
  143. {
  144.     -moz-box-align            : center;
  145. }
  146.  
  147. menu.datepicker-button {
  148.   background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar.png" );
  149.   background-repeat   : no-repeat;
  150. }
  151.  
  152. .datepicker-button:hover {
  153.     //background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_hover.gif" );
  154.    //background-repeat   : no-repeat;
  155. }
  156.  
  157. .datepicker-button[open="true"] {
  158.    //background-image : url( "chrome://calendar/skin/ca-event-dialog/calendar_down.gif" );
  159.    //background-repeat   : no-repeat;
  160. }
  161.  
  162.