Subversion Repositories wimsdev

Rev

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

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