Subversion Repositories munaweb

Rev

Rev 2 | Rev 10 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
html, body, h1, h2, h3, h4, h5, h6 {
2
/*    font-family: 'Lato', sans-serif;*/
8 - 3
    font-family: 'Roboto', sans-serif;
4
}
2 - 5
 
8 - 6
/*
7
html, body{font-size: calc(0.50em + 1vmin);!important}
8
*/
9
 
10
html, body, p{font-size: calc(0.50em + 1vmin)!important;}
11
h1{font-size: calc((0.50em + 1vmin) * 2.4)!important;}
12
h2{font-size: calc((0.50em + 1vmin) * 2.0)!important;}
13
h3{font-size: calc((0.50em + 1vmin) * 1.6)!important;}
14
h4{font-size: calc((0.50em + 1vmin) * 1.3)!important;}
15
h5{font-size: calc((0.50em + 1vmin) * 1.2)!important;}
16
h6{font-size: calc((0.50em + 1vmin) * 1.1)!important;}
17
 
18
.w3-tiny{font-size: calc((0.50em + 1vmin) * 0.67)!important;}
19
.w3-small{font-size: calc((0.50em + 1vmin) * 0.8)!important;}
20
.w3-medium{font-size: calc((0.50em + 1vmin) * 1.0)!important;}
21
.w3-large{font-size: calc((0.50em + 1vmin) * 1.2)!important;}
22
.w3-xlarge{font-size: calc((0.50em + 1vmin) * 1.6)!important;}
23
.w3-xxlarge{font-size: calc((0.50em + 1vmin) * 2.4)!important;}
24
.w3-xxxlarge{font-size: calc((0.50em + 1vmin) * 3.2)!important;}
25
.w3-jumbo{font-size: calc((0.50em + 1vmin) * 4.26)!important;}
26
 
27
.no-pad{margin:0;padding:0;}
28
 
2 - 29
.bottom-margin-0 {
30
	margin-bottom: 0;
31
}
32
 
33
.top-margin-0 {
34
	margin-top: 0;
35
}
36
 
37
.w3-input-2{margin:10px;padding:8px;display:inline;border:none;border-bottom:1px solid #ccc;width:85%}
38
.w3-select-2{margin:10px;padding:9px 0;width:85%;border:none;border-bottom:1px solid #ccc}
39
.w3-btn-2,.w3-button-2{border:none;display:inline;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
40
.no-label-wrap{white-space:nowrap; display:inline-block;}
41
.keepTogether{white-space:nowrap;}
42
 
8 - 43
.chosen-container {width: 100% !important;}
44
 
2 - 45
@media print {
46
	table, th, td {
47
		border-collapse: collapse;
48
		border: 1px solid black;
49
		width: 100%;
50
		text-align: left;
51
		white-space: nowrap;
52
	}
53
 
54
    table { page-break-inside: auto; }
55
    tr    { page-break-inside: avoid; page-break-after: auto; }
56
    thead { display: table-header-group }
57
    tfoot { display: table-footer-group; }
58
    img   { max-height: 50px!important; }
59
}
60
 
61
.css-serial {
62
  counter-reset: serial-number;  /* Set the serial number counter to 0 */
63
}
64
 
65
.css-serial td:first-child:before {
66
  counter-increment: serial-number;  /* Increment the serial number counter */
67
  content: counter(serial-number);  /* Display the counter */
68
}
69
 
70
table.tablesorter tbody tr.odd.checked td {
71
    background: #8080c0;
72
    color: #fff;
73
}
74
table.tablesorter tbody tr.even.checked td {
75
    background: #a0a0e0;
76
    color: #fff;
77
}
78
 
79
.tablesorter-filter.disabled {
80
    display: none;
81
}