[ Index ]
 

Code source de osCommerce 2.2ms2-060817

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/catalog/admin/includes/javascript/spiffyCal/ -> spiffyCal_v2_1.css (source)

   1  /*
   2  *  Bazillyo's Spiffy Popup Calendar Styles v2.1 Copyright S. Ousta
   3  */
   4  #spiffycalendar {
   5      width: 185px;
   6      height:130px;
   7      left: 0px;
   8      top: 0px;
   9      background-color: black;
  10      position: absolute;
  11      visibility: hidden;
  12  }
  13  
  14  .cal-SymbolBtn {
  15      font-family: Webdings;
  16      font-size: 8pt;
  17      outline-style : none;
  18      outline-width: 0px;    
  19  }
  20  
  21  .cal-BtnLink {
  22      outline-style : none;
  23      outline-width: 0px;
  24  }
  25  
  26  a.cal-DayLink {
  27      font-family: Verdana,  Arial, sans-serif;
  28      font-size: 8pt;
  29      font-weight: normal;
  30      text-decoration: none;
  31      color: black;
  32      background-color: transparent;
  33      cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');
  34  
  35  }
  36  a.cal-DayLink:hover {
  37      font-family: Verdana, Arial, sans-serif;
  38      font-size: 8pt;
  39      font-weight: bold;
  40      text-decoration: none;
  41      background-color: transparent;
  42      color: Blue;
  43      cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');
  44  }
  45  a.cal-DayLink:active {
  46     font-family: Verdana,  Arial, sans-serif;
  47      font-size: 8pt;
  48      font-weight: normal;
  49      text-decoration: none;
  50      background-color: transparent;
  51      color: #0066FF;
  52      cursor: url('includes/javascript/spiffyCal/images/spiffycal2.cur');
  53  }
  54  .cal-TextBox{
  55      color: Black;
  56      font-family: Verdana,  Arial, sans-serif;
  57      font-size: 8pt;
  58      font-weight: normal;
  59      background-color: #FFFFCC;
  60  }
  61  
  62  .cal-TextBoxInvalid{
  63      color: #660000;
  64      font-family: Verdana,  Arial, sans-serif;
  65      font-size: 8pt;
  66      font-weight: normal;
  67      border-color: Red;
  68      border-style:solid;
  69  }
  70  
  71  .cal-TextBoxDisabled{
  72      color: #808080;
  73      font-family: Verdana,  Arial, sans-serif;
  74      font-size: 8pt;
  75      font-weight: normal;
  76      border-color: silver;
  77      border-style:solid;
  78    /*  background-color: #C0C0C0;*/
  79  }
  80  
  81  
  82  .cal-ComboBox{
  83      color: Navy;
  84      font-family: Verdana,  Arial, sans-serif;
  85      font-size: 8pt;
  86      font-weight: normal;
  87      background-color: #EAFFFF;
  88  }
  89  
  90  .cal-Today {
  91      font-family: Verdana, Arial, sans-serif;
  92      font-size: 8pt;
  93      font-weight: bold;
  94      text-decoration: none;
  95      color: red;
  96      background-color: transparent;
  97  }
  98  
  99  .cal-Day {
 100      font-family: Verdana,  Arial, sans-serif;
 101      font-size: 8pt;
 102      font-weight: normal;
 103      text-decoration: none;
 104      color: black;
 105      background-color: transparent;
 106  }
 107  
 108  
 109  a.cal-TodayLink {
 110      font-family: Verdana, Arial, sans-serif;
 111      font-size: 8pt;
 112      font-weight: bold;
 113      text-decoration: none;
 114      color: red;
 115      background-color: transparent;
 116      cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
 117  }
 118  a.cal-TodayLink:hover {
 119      font-family: Verdana, Arial, sans-serif;
 120      font-size: 8pt;
 121      font-weight: bold;
 122      text-decoration: none;
 123      background-color: transparent;
 124      color: Blue;
 125      cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
 126  }
 127  a.cal-TodayLink:active {
 128      font-family: Verdana,  Arial, sans-serif;
 129      font-size: 8pt;
 130      font-weight: bold;
 131      text-decoration: none;
 132      background-color: transparent;
 133      color: #0066FF;
 134      cursor: url('includes/javascript/spiffyCal/images/spiffycal.cur');
 135  }
 136  
 137  .cal-GreyDate {
 138      font-family: Verdana,  Arial, sans-serif;
 139      font-size: 8pt;
 140      font-weight: normal;
 141      text-decoration: none;
 142      background-color: #FFFFCC;
 143      color: #999999;
 144  }
 145  
 146  .cal-GreyInvalidDate {
 147      font-family: Verdana, Arial, sans-serif;
 148      font-size: 8pt;
 149      font-weight: normal;
 150      text-decoration: line-through;
 151      background-color: #FFFFCC;
 152      color: #999999;
 153  }
 154  
 155  .cal-DayCell {
 156      font-family: Verdana, Arial, sans-serif;
 157      font-size: 8pt;
 158      font-weight: normal;
 159      background-color:White; 
 160  }
 161  
 162  .cal-WeekendCell {
 163      font-family: Verdana, Arial, sans-serif;
 164      font-size: 8pt;
 165      font-weight: normal;
 166      background-color: #B0C4DE; 
 167  }
 168  
 169  .cal-HolidayCell {
 170      font-family: Verdana, Arial, sans-serif;
 171      font-size: 8pt;
 172      font-weight: normal;
 173      background-color: #99FF99;
 174  }
 175  .cal-HeadCell {
 176      font-family: Verdana, Arial, sans-serif;
 177      font-size: 8pt;
 178      font-weight: bold;
 179      color: Black;
 180      background-color: #99CCFF;  /*#CCCC99; */
 181  }
 182  
 183  .cal-Table{
 184      border-top-color: #6666FF;
 185      border-left-color: #6666FF;
 186      border-right-color: #6666FF;
 187      border-bottom-color:  #6666FF;
 188      background-color: #6666CC;
 189      border-width:1px;
 190      border-style: solid;
 191      cursor: url('includes/javascript/spiffyCal/images/spiffycal3.cur');
 192  }


Généré le : Mon Nov 26 19:48:25 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics