[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/css/ -> tablesorter.css (source)

   1  /* jQuery Table Sorter */
   2  table.tblSorter {
   3      font-family:Verdana, Arial;
   4      background-color: #CDCDCD;
   5      margin:10px 0px 0px;
   6      font-size: 8pt;
   7      width: 100%;
   8      text-align: left;
   9  }
  10  table.tblSorter thead tr th, table.tblSorter tfoot tr th, table.tblSorter th.header {
  11      background-color: #C7E7FF;
  12      border: 1px solid #FFF;
  13      font-size: 8pt;
  14      padding: 4px;
  15  }
  16  table.tblSorter tfoot tr th {
  17      background-color: #E3F3FF;
  18  }
  19  table.tblSorter thead tr .tablesorter-header {
  20      background-image: url('../images/bg.svg');
  21      background-repeat: no-repeat;
  22      background-position: center right;
  23      cursor: pointer;
  24      padding-right:10px;
  25  }
  26  table.tblSorter thead tr .sorter-false {
  27      background-image: none;
  28      cursor:default;
  29  }
  30  table.tblSorter tbody td {
  31      color: #3D3D3D;
  32      padding: 4px;
  33      background-color: #FFF;
  34      vertical-align: top;
  35  }
  36  table.tblSorter tbody td.ip {
  37      max-width: 9em;
  38      white-space: nowrap;
  39      overflow: hidden;
  40      text-overflow: ellipsis;
  41  }
  42  table.tblSorter tbody tr.normal-row td {
  43      background: #F1F9FF;
  44  }
  45  table.tblSorter tbody tr.alt-row td {
  46  
  47  }
  48  table.tblSorter tbody tr.normal-row:hover td  {
  49      background-color:#F1FFF6;
  50  }
  51  table.tblSorter tbody tr.alt-row:hover td  {
  52      background-color:#F1FFF6;
  53  }
  54  table.tblSorter thead tr .tablesorter-headerDesc {
  55      background-image: url('../images/desc.svg');
  56      background-repeat: no-repeat;
  57      background-position: center right;
  58  }
  59  table.tblSorter thead tr .tablesorter-headerAsc {
  60      background-image: url('../images/asc.svg');
  61      background-repeat: no-repeat;
  62      background-position: center right;
  63  }
  64  table.tblSorter thead tr .tablesorter-headerAsc, table.tblSorter thead tr .tablesorter-headerDesc {
  65      background-color: #91C7F2;
  66  }
  67  table.tblSorter thead  tr th span {
  68      margin-right:10px;
  69  }
  70  table.tblSorter tfoot tr {
  71      background-color: #BCD9E8;
  72  }
  73  #filter_form{
  74      float:left;
  75      text-align:left;
  76      max-width:69%;
  77  }
  78  #filter_buttons{
  79      float:right;
  80  }
  81  #pagination{
  82      text-align:right;
  83      float:right;
  84      width:30%;
  85  }
  86  .navigation .nav_total{
  87      display:block;
  88      margin-bottom:10px;
  89  }
  90  .navigation .nav_link a, .navigation .nav_current {
  91      border:1px solid #CDCDCD;
  92      margin:0px 2px;
  93      padding:2px 1px;
  94      background:#fff;
  95      text-align:center;
  96      min-width:15px;
  97      display:inline-block;
  98  }
  99  .navigation .nav_current {
 100      border:0px;
 101      background:none;
 102  }
 103  .navigation .nav_first a, .navigation .nav_last a {
 104      padding:2px 2px;
 105  }
 106  .navigation .nav_prev:before, .navigation .nav_next:after {
 107      content:"...";
 108  }
 109  .navigation .nav_link a:hover {
 110      border:1px solid #BCD9E8;
 111      background:#BCD9E8;
 112      text-decoration:none;
 113  }


Generated: Tue Jan 21 05:10:11 2025 Cross-referenced by PHPXref 0.7.1