-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpgapi.css
More file actions
executable file
·84 lines (71 loc) · 1.16 KB
/
pgapi.css
File metadata and controls
executable file
·84 lines (71 loc) · 1.16 KB
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
.price .symbol {
padding: 0;
margin: 0;
font-weight: bold;
}
#pgapi-payment {
padding-left: 140px;
}
#pgapi-payment .price {
text-align: right;
width: 100px;
}
#pgapi-payment .price .symbol {
padding: 0;
margin: 0;
float: left;
font-weight: bold;
}
dl.payment {
padding-bottom: 10px;
border: none;
padding-left: 100px;
background: url(payment.png) no-repeat left top;
}
dl.payment dt {
color: #666;
clear: left;
float: left;
font-weight: bold;
margin-top: 1px;
margin-right: 10px;
padding: 2px;
width: 140px;
text-align: right;
}
dl.payment dd {
margin: 3px 0 3px 40px;
padding: 1px 0 5px 160px;
border-bottom: 1px dotted #f1f1f1;
min-height: 20px;
}
dl.payment dd p {
padding: 0;
}
.status-1 {
color: blue;
font-weight: bold;
}
.status-2 {
color: #05bf05;
font-weight: bold;
}
.status-3,
.status-4,
.status-5,
.status-6 {
color: red;
font-weight: bold;
}
#pgapi-payment table tr th,
#pgapi-payment table tr th a,
#pgapi-payment table tr th a:hover {
background-color: white;
color: black;
}
#pgapi-payment tr.even {
background-color: white;
}
#pgapi-payment tr.odd {
background-color: #f9f9f9;
}