Subversion Repositories wimsdev

Rev

Rev 14424 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**
  2.  * Foundation for Sites by ZURB
  3.  * Version 6.5.3
  4.  * foundation.zurb.com
  5.  * Licensed under MIT Open Source
  6.  */
  7. /* Table styles */
  8. table {
  9.   border-collapse: collapse;
  10.   width: 100%;
  11.   margin-bottom: 1rem;
  12.   border-radius: 0; }
  13.   thead,
  14.   tbody,
  15.   tfoot {
  16.     border: 1px solid #f1f1f1;
  17.     background-color: #fefefe; }
  18.   caption {
  19.     padding: .5rem .625rem .625rem;
  20.     font-weight: bold; }
  21.   thead {
  22.     background: #f8f8f8;
  23.     color: #0a0a0a; }
  24.   tfoot {
  25.     background: #f1f1f1;
  26.     color: #0a0a0a; }
  27.   thead tr,
  28.   tfoot tr {
  29.     background: transparent; }
  30.   thead th,
  31.   thead td,
  32.   tfoot th,
  33.   tfoot td {
  34.     padding: .5rem .625rem .625rem;
  35.     font-weight: bold;
  36.     /*text-align: left;*/ }
  37.   tbody th,
  38.   tbody td {
  39.     padding: .5rem .625rem .625rem; }
  40.   tbody tr:nth-child(even) {
  41.     border-bottom: 0;
  42.     background-color: #f1f1f1; }
  43.   table.unstriped tbody {
  44.     background-color: #fefefe; }
  45.     table.unstriped tbody tr {
  46.       border-bottom: 0;
  47.       border-bottom: 1px solid #f1f1f1;
  48.       background-color: #fefefe; }
  49.  
  50. @media screen and (max-width: 63.99875em) {
  51.   table.stack thead {
  52.     display: none; }
  53.   table.stack tfoot {
  54.     display: none; }
  55.   table.stack tr,
  56.   table.stack th,
  57.   table.stack td {
  58.     display: block; }
  59.   table.stack td {
  60.     border-top: 0; } }
  61.  
  62. table.scroll {
  63.   display: block;
  64.   width: 100%;
  65.   overflow-x: auto; }
  66.  
  67. table.hover thead tr:hover {
  68.   background-color: #f3f3f3; }
  69.  
  70. table.hover tfoot tr:hover {
  71.   background-color: #ececec; }
  72.  
  73. table.hover tbody tr:hover {
  74.   background-color: #f9f9f9; }
  75.  
  76. table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  77.   background-color: #ececec; }
  78.  
  79. .table-scroll {
  80.   overflow-x: auto; }
  81.