Subversion Repositories munaweb

Rev

Blame | Last modification | View Log | RSS feed

.w3-hide,.hide{display:none!important}  /* see also <div class="invisible">I am invisible</div> */
.w3-show,.unhide{display:block!important} /* see also <div class="visible">I am visible</div> */
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-show-inline-block{display:inline-block!important}

keepTogether{white-space:nowrap;}

@media print {
        table, th, td {
                border-collapse: collapse;
                border: 1px solid black;
                width: 100%;
                text-align: left;
                white-space: nowrap;
        }
        
    table { page-break-inside: auto; }
    tr    { page-break-inside: avoid; page-break-after: auto; }
    thead { display: table-header-group }
    tfoot { display: table-footer-group; }
    img   { max-height: 50px!important; }
}

.css-serial {
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
}

.css-serial td:first-child:before {
  counter-increment: serial-number;  /* Increment the serial number counter */
  content: counter(serial-number);  /* Display the counter */
}

table.tablesorter tbody tr.odd.checked td {
    background: #8080c0;
    color: #fff;
}
table.tablesorter tbody tr.even.checked td {
    background: #a0a0e0;
    color: #fff;
}

.tablesorter-filter.disabled {
    display: none;
}