forked from hiltonbruce/Igreja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabs.css
executable file
·90 lines (74 loc) · 1.22 KB
/
tabs.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
table#direita {
border-collapse: collapse;
width: auto;
border: 1px solid #777;
margin-left: 1px;
}
caption {
font-size: 1.2em;
font:icon;
text-align:center;
font-weight: bold;
margin: 1em 0;
color:#000000;
}
col {
border-right: 1px solid #000000;
}
col#albumCol {
border-right: none;
}
tbody#periodo tr:hover,tbody#recibos tr:hover {
background-color:#C1CDCD;
color:green;
}
thead {
background: #CFCFCF;
border: 2px solid #000;
font-size: 120%;
color:#000000;
}
td#moeda, p#moeda {
text-align:right;
}
td#centro, .centro {
text-align:center;
}
td a#bloco {
display:block; color: #FF4500;
}
#playlistPosHead {
text-indent: -1000em;
}
th, td {
padding: 0.1em 1em;
}
thead tr:hover {
background-color: transparent;
color: inherit;
}
.odd {
background-color:#E8E8E8;
color:#000;
}
.odd3 {
background-color:#FFFFFF;
color:#000;
border-bottom: 1px dotted #000;
border-top: 1px dotted #000;
}
#total {
background-color:#5d5c5c;
color:#FFF;
}
#subtotal {
background-color:#1485CC;
color:#FFFFFF;
}
.dados {
background-color: #FFFFFF;
color:#000;
}
.odd2 {
background-color:#BFEFFF;
}