[ Index ]

PHP Cross Reference of IEUF

title

Body

[close]

/JS/ -> calendrier.css (source)

   1  .style_calendrier {
   2    text-align: center;
   3    font-size: 10px;
   4    color: black;
   5    background-color: #ffffcc;
   6    z-index: 2;
   7    width: 250px;
   8    position: absolute;
   9    margin-top: 0px;
  10    margin-left: 0px;
  11    font-family: Arial,Helvetica,sans-serif;
  12  }
  13  .style_calendrier td {
  14    border: 1px solid black;
  15    width: 25px;
  16  }
  17  .style_calendrier select {
  18    font-size: 10px;
  19    background-color: #333333;
  20  }
  21  .style_calendrier a {
  22    text-decoration: none;
  23    color: #4444ff;
  24  }
  25  .style_calendrier .lien {
  26    cursor: pointer;
  27  }
  28  .style_calendrier .lien:hover {
  29    background-color: #44ccff;
  30  }
  31  .style_calendrier .titre .lien, .style_calendrier select {
  32    color: #ccccff;
  33  }
  34  .style_calendrier .titre .lien:hover, .style_calendrier select:hover {
  35    background-color: #44ccff;
  36    color: #ff0000;
  37    font-weight: bolder;
  38  }
  39  .style_calendrier .titre {
  40    font-size: 11px;
  41    color: #ffffcc;
  42    background-color: #333333;
  43  }
  44  .style_calendrier .njours {
  45    background-color: #ffff88;
  46  }
  47  .style_calendrier .titre a {
  48    color: #88ccff;
  49  }


Generated: Fri Jan 31 19:59:00 2014 Cross-referenced by PHPXref 0.7.1