Subversion Repositories munaweb

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 - 1
.w3-hide,.hide{display:none!important}  /* see also <div class="invisible">I am invisible</div> */
2
.w3-show,.unhide{display:block!important} /* see also <div class="visible">I am visible</div> */
3
.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}
4
.w3-show-inline-block{display:inline-block!important}
5
 
6
keepTogether{white-space:nowrap;}
7
 
8
@media print {
9
	table, th, td {
10
		border-collapse: collapse;
11
		border: 1px solid black;
12
		width: 100%;
13
		text-align: left;
14
		white-space: nowrap;
15
	}
16
 
17
    table { page-break-inside: auto; }
18
    tr    { page-break-inside: avoid; page-break-after: auto; }
19
    thead { display: table-header-group }
20
    tfoot { display: table-footer-group; }
21
    img   { max-height: 50px!important; }
22
}
23
 
24
.css-serial {
25
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
26
}
27
 
28
.css-serial td:first-child:before {
29
  counter-increment: serial-number;  /* Increment the serial number counter */
30
  content: counter(serial-number);  /* Display the counter */
31
}
32
 
33
table.tablesorter tbody tr.odd.checked td {
34
    background: #8080c0;
35
    color: #fff;
36
}
37
table.tablesorter tbody tr.even.checked td {
38
    background: #a0a0e0;
39
    color: #fff;
40
}
41
 
42
.tablesorter-filter.disabled {
43
    display: none;
44
}