topical media & game development

talk show tell print

professional-sql-07-public-files-admin-css-styles.css / css



  
  a {
      color: #06C;
  }
  
  a img {
      border: none;
  }
  
  td {
      vertical-align: top;
  }
  
  .datagrid {
      border: 1px solid #999;
      height: 250px;
      overflow: auto;
      width: 530px;
  }
  
  .datagrid table {
      border-collapse: collapse;
      font-size: 80%;
      width: 100%;
  }
  .datagrid thead {
      background: #EEE;
  }
  
  .datagrid thead th {
      border-bottom: 1px solid #000;
  }
  
  .datagrid tbody tr {
      cursor: pointer;
  }
  
  .oddrow {
      background-color: #EFEFFF;
  }
  
  .evenrow td {
      border-left: 1px solid  #EFEFFF;
  
  }
  
  .datagrid tbody td {
      padding:1px 5px;
  }
  
  .datagrid a {
    display: block;
    text-decoration: none;
  }
  
  .selectedRow {
    background-color: #C3C3FE;
  }
  
  #toolbar {
      margin-top: 5px;
  }
  
  #toolbar img {
      cursor: pointer;
  }
  
  #toolbar * {
      float: left;
      padding-right: 3px;
  }
  
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.