[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/station/schedule/ -> station_schedule.css (source)

   1  /* $Id: station_schedule.css,v 1.6 2009/08/29 08:01:43 drewish Exp $ */
   2  
   3  #station-sch tbody {
   4    padding: 0;
   5    margin: 0;
   6  }
   7  #station-sch th {
   8    text-align: center;
   9  }
  10  #station-sch tr {
  11    padding: 0;
  12    margin: 0;
  13    border: 0;
  14  }
  15  #station-sch td {
  16    padding: 0;
  17    margin: 0;
  18    width: 14%;
  19    vertical-align: top;
  20    text-align: center;
  21    border: 1px solid #CCC;
  22    border-top: 0;
  23    border-right: 0;
  24  }
  25  #station-sch td#station-sch-hours {
  26    width: 2%;
  27  }
  28  
  29  .station-sch-box {
  30    overflow: hidden;
  31    margin: -1px -1px 0 0;
  32    border: 0;
  33    border: 1px solid #CCC;
  34    border-left: 0;
  35    border-bottom: 0;
  36  }
  37  /* hide the time element for most schedules */
  38  .station-sch-time {
  39    display: none;
  40  }
  41  /* display it on admin pages */
  42  .station-sch-admin .station-sch-time {
  43    font-size: x-small;
  44    display: block;
  45  }
  46  .station-sch-unscheduled {
  47  }
  48  .station-sch-scheduled {
  49    text-align: center;
  50  }
  51  /* turn inline links into blocks */
  52  .station-sch-scheduled a, .station-sch-unscheduled a {
  53    display: block;
  54  }
  55  /* on hover force underlining (but not the DJ names) and colour the whole block */
  56  .station-sch-scheduled a:hover, .station-sch-unscheduled a:hover {
  57    background-color: #eee;
  58    text-decoration: none;
  59  }
  60  .station-sch-djs {
  61    font-size: xx-small;
  62    display: block;
  63  }
  64  .station-sch-now-hour, .station-sch-now-day {
  65  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7