home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / forms-calendar.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-12  |  2.3 KB  |  93 lines

  1. /*
  2. * Copyright 1999-2004 The Apache Software Foundation
  3. *
  4. * Licensed under the Apache License, Version 2.0 (the "License");
  5. * you may not use this file except in compliance with the License.
  6. * You may obtain a copy of the License at
  7. *
  8. *     http://www.apache.org/licenses/LICENSE-2.0
  9. *
  10. * Unless required by applicable law or agreed to in writing, software
  11. * distributed under the License is distributed on an "AS IS" BASIS,
  12. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. * See the License for the specific language governing permissions and
  14. * limitations under the License.
  15. */
  16. #forms_calendarDiv {
  17.     position: absolute;
  18.     visibility: hidden;
  19.     background-color: white;
  20.     layer-background-color: white;
  21. }
  22.  
  23. .forms_cpYearNavigation, .forms_cpMonthNavigation {
  24.     background-color:#C0C0C0;
  25.     text-align:center;
  26.     vertical-align:center;
  27.     text-decoration:none;
  28.     color:#000000;
  29.     font-weight:bold;
  30. }
  31.   
  32. .forms_cpDayColumnHeader, .forms_cpYearNavigation, .forms_cpMonthNavigation, .forms_cpCurrentMonthDate, .forms_cpCurrentMonthDateDisabled, .forms_cpOtherMonthDate, .forms_cpOtherMonthDateDisabled, .forms_cpCurrentDate, .forms_cpCurrentDateDisabled, .forms_cpTodayText, .forms_cpTodayTextDisabled, .forms_cpText {
  33.     font-family:arial;
  34.     font-size:8pt;
  35. }
  36.   
  37. TD.forms_cpDayColumnHeader {
  38.     text-align:right;
  39.     border:solid thin #C0C0C0;
  40.     border-width:0 0 19 0;
  41. }
  42.   
  43. .forms_cpCurrentMonthDate, .forms_cpOtherMonthDate, .forms_cpCurrentDate  {
  44.     text-align:right;
  45.     text-decoration:none;
  46. }
  47.   
  48. .forms_cpCurrentMonthDateDisabled, .forms_cpOtherMonthDateDisabled, .forms_cpCurrentDateDisabled {
  49.     color:#D0D0D0;
  50.     text-align:right;
  51.     text-decoration:line-through;
  52. }
  53.   
  54. .forms_cpCurrentMonthDate, .forms_cpCurrentDate {
  55.     color:#000000;
  56. }
  57.   
  58. .forms_cpOtherMonthDate {
  59.     color:#808080;
  60. }
  61.   
  62. TD.forms_cpCurrentDate {
  63.     color:white; background-color: #C0C0C0;
  64.     border-width:1;
  65.     border:solid thin #800000;
  66. }
  67.   
  68. TD.forms_cpCurrentDateDisabled {
  69.     border-width:1;
  70.     border:solid thin #FFAAAA;
  71. }
  72.   
  73. TD.forms_cpTodayText, TD.forms_cpTodayTextDisabled {
  74.     border:solid thin #C0C0C0;
  75.     border-width:1 0 0 0;
  76. }
  77.   
  78. A.forms_cpTodayText, SPAN.forms_cpTodayTextDisabled {
  79.     height:20px;
  80. }
  81.   
  82. A.forms_cpTodayText {
  83.     color:black;
  84. }
  85.   
  86. .forms_cpTodayTextDisabled {
  87.     color:#D0D0D0;
  88. }
  89.   
  90. .forms_cpBorder {
  91.     border:solid thin #808080;
  92. }
  93.