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 / timepicker / timepicker.css
Encoding:
Cascading Style Sheet File  |  2003-12-06  |  5.0 KB  |  166 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. /* Box that occupies whole window */
  40. #oe-time-picker-overlay-box{
  41.    background-color        : #F8F8F8;
  42.    font-size               : 8pt;
  43.    margin-bottom           : 1px;
  44.    margin-right            : 1px;
  45. }
  46.  
  47.  
  48. /* Box that holds the am/pm boxes */
  49. #oe-time-picker-ampm-controls-box{
  50.    border              : 1px solid #2060c7; 
  51. }
  52.  
  53. /* Style for selected am/pm box */
  54. .oe-time-picker-am-pm-box-class[selected="true"]{
  55.    background-color       : #6699CC;
  56. }
  57.  
  58. .oe-time-picker-am-pm-box-class{
  59.    -moz-box-pack         : center;
  60. }
  61.  
  62.  
  63. /* Grid for hours */
  64. #oe-time-picker-hour-grid{
  65.    border-top         : 1px solid #2060c7; 
  66.    border-left        : 1px solid #2060c7; 
  67.    margin-top         : 1px;
  68. }
  69.  
  70. /* Box in each cell of the grid for hours */
  71. .oe-time-picker-hour-box-class{
  72.    -moz-box-align       : center;
  73.    border-right         : 1px solid #2060c7; 
  74.    border-bottom        : 1px solid #2060c7; 
  75. }
  76.  
  77. /* selected hour box */
  78. .oe-time-picker-hour-box-class[selected="true"]{
  79.    background-color       : #6699CC;
  80. }
  81.  
  82.  
  83.  
  84. /* box around five minute grid */
  85. #oe-time-picker-five-minute-grid-box{
  86.    min-width   : 195px;
  87.    margin-left : 1px;
  88. }
  89.  
  90. /* five minute grid */
  91. #oe-time-picker-five-minute-grid{
  92.    margin-top            : 2px;
  93.    margin-right          : 2px;
  94.    border-top            : 1px solid #003399; 
  95.    border-left           : 1px solid #003399; 
  96.    border-right          : 1px solid #003399; 
  97.    background-color      : #e7eeec;
  98. }
  99.  
  100.  
  101. /* box in five-minute grid elements */
  102. .oe-time-picker-five-minute-box-class{
  103.    -moz-box-align       : center;
  104. }
  105.  
  106. /* selected five-minute grid element box */
  107. .oe-time-picker-five-minute-box-class[selected="true"]{
  108.    background-color       : #6699CC;
  109. }
  110.  
  111. /* box around one minute grid */
  112. #oe-time-picker-one-minute-grid-box{
  113.    min-width   : 195px;
  114.    margin-left : 1px;
  115. }
  116.  
  117. /* one minute grid */
  118. #oe-time-picker-one-minute-grid{
  119.    margin-top            : 2px;
  120.    margin-right          : 2px;
  121.    border-top            : 1px solid #003399; 
  122.    border-left           : 1px solid #003399; 
  123.    border-right          : 1px solid #003399; 
  124.    background-color      : #e7eeec;
  125. }
  126.  
  127. /* box in one-minute grid elements */
  128. .oe-time-picker-one-minute-box-class{
  129.    -moz-box-align       : center;
  130. }
  131.  
  132. /* selected one-minute grid element box */
  133. .oe-time-picker-one-minute-box-class[selected="true"]{
  134.    background-color       : #6699CC;
  135. }
  136.  
  137. .oe-time-picker-more-control-label{
  138.    background-color: #6699CC;
  139.    color           : #ffffff;
  140.    font-weight     : bold;
  141.    padding         : 2px 4px;
  142.    min-width       : 40px;
  143.    margin          : 0px;
  144.    border-top      : 1px solid #003399; 
  145.    border-right    : 1px solid #003399; 
  146.    text-align      : center;
  147. }
  148.  
  149. .oe-time-picker-more-control-label:hover{
  150.    background-color       : #477eb7;
  151. }
  152.  
  153. .oe-time-picker-more-control-label:hover:active{
  154.    background-color       : #2063a8;
  155. }
  156.  
  157. /* line across the bottom of the minute boxes, made to line up with more & less tabs */
  158. .oe-time-picker-minutes-bottom{
  159.    background-color      : #e7eeec;
  160.    border-bottom         : 1px solid #003399; 
  161.    border-left           : 1px solid #003399; 
  162.    border-right          : 1px solid #003399; 
  163.    margin-right          : 2px;
  164. }
  165.  
  166.