[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/rsc/css/ -> results.css (source)

   1  /**

   2   * Results/tables styles for the admin.

   3   *

   4   * This should be included with every skin and overridden when needed.

   5   */
   6  
   7  
   8  /*

   9   * Results tables:

  10   */
  11  table.grouped {
  12      border: 1px solid #bbb;
  13      margin: 1ex auto;
  14      width: 100%;
  15      /* clear:both; */

  16  }
  17  
  18  /* Table Filters: */

  19  table.grouped tr.filters td {
  20      border-bottom: 1px solid #bbb;
  21      border-left: none;
  22      background-color: #ddd;
  23      font-size: 84%;
  24  }
  25  a.filters_title {
  26      text-decoration:none;
  27  }
  28  a.filters_title:hover {
  29      text-decoration:underline;
  30  }
  31  tr.filters div {
  32      margin-left: 15px;
  33  }
  34  input.filter {
  35      padding: 0;
  36      margin: 0 0 1px .5ex;
  37      float:right;
  38  }
  39  
  40  /* Table rows: */

  41  table.grouped tr {
  42      background-color: #eee;
  43  }
  44  table.grouped tr.odd {
  45      background-color: #ddd;
  46  }
  47  table.grouped td {
  48      border-left: 1px solid #bbb;
  49      padding: .3ex 1ex;
  50  }
  51  table.grouped th.title{
  52      border-left: none;
  53      text-align: left;
  54  }
  55  table.grouped th.firstcol,
  56  table.grouped td.firstcol {
  57      border-left: none;
  58  }
  59  table.grouped tr.group td {
  60      font-weight: bold;
  61      color: #8e8276;
  62      background-color: #ccc;
  63      border-top: 1px solid #bbb;
  64      border-bottom: 1px solid #bbb;
  65      border-left: 0;
  66  }
  67  table.grouped .notes {
  68      color: #666;
  69  }
  70  table.grouped td.shrinkwrap
  71  {
  72      width: 1%;
  73      white-space:nowrap;
  74      text-align:center;
  75  }
  76  /* For prices */

  77  table.grouped td.monetary
  78  {
  79      text-align:right;
  80      white-space:nowrap;
  81  }
  82  
  83  table.grouped input.checkbox {
  84      border:none;
  85      background-color: #eee;
  86  }
  87  table.grouped tr.odd input.checkbox {
  88      border:none;
  89      background-color: #ddd;
  90  }
  91  table.grouped tr.even:hover,
  92  table.grouped tr.odd:hover {
  93      background-color:#ccc;
  94  }
  95  
  96  /* Table headers/footers: */

  97  table.grouped th,
  98  table.grouped thead td,
  99  table.grouped tfoot td {
 100      padding: .5ex;
 101      border-bottom: 1px solid #bbb;
 102      border-left: 1px solid #bbb;
 103      background-color: #ddd;
 104  }
 105  table.grouped th {
 106      padding: .3ex 1ex;
 107  }
 108  table.grouped th img {
 109      vertical-align: bottom;
 110  }
 111  
 112  /* Table BASIC sort buttons/headers: */

 113  table.grouped th a.basic_current,
 114  table.grouped th a.basic_sort_link {
 115      padding: 0 1ex;
 116      display: block;
 117      height: 100%;
 118  }
 119  table.grouped th a.basic_current {
 120      background-color:#ccc;
 121  }
 122  table.grouped th a.basic_sort_link:hover {
 123      background-color:#ccc;
 124  }
 125  
 126  
 127  /* Table SINGLE sort buttons/headers: */

 128  table.grouped th a.single_current {
 129      font-weight : bold;
 130  }
 131  table.grouped th a.single_current:hover,
 132  table.grouped th a.single_sort_link:hover {
 133      text-decoration: underline;
 134  }
 135  /* / Results tables */

 136  
 137  
 138  /*

 139   * Results navigation:

 140   */
 141  .results {
 142      margin: 0;
 143      width: 100%;
 144      /* border: 1px solid black; */

 145  }
 146  .results_nav {
 147      text-align: center;
 148  }
 149  
 150  /* / Results navigation */



Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics