-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsipgate.css
102 lines (102 loc) · 1.76 KB
/
sipgate.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
91
92
93
94
95
96
97
98
99
100
101
102
body
{
margin: 0;
width: 280px;
height: 220px;
font-family: verdana, arial;
font-weight: bold;
font-size: 10px;
color: black;
}
#loggedOff {
background: #EEE;
position: absolute;
width: 240px;
height: 160px;
z-index: 1000;
color: #000;
padding: 20px 10px;
text-align: center;
left: 20px;
top: 40px;
font-weight: bold;
font-size: 14px;
line-height: 18px;
display: none;
}
#sms_recipients {
position: absolute;
left: 29px;
top: 41px;
border: 1px solid rgb(189, 189, 189);
width: 218px;
}
#sms_text {
position: absolute;
right: auto;
bottom: auto;
margin-top: 0px;
left: 29px;
top: 70px;
border: 1px solid rgb(189, 189, 189);
height: 81px;
width: 220px;
}
button#button {
border: 0;
position: absolute;
top: 180px;
margin-right: auto;
margin-left: auto;
padding: 0px 10px;
left: 80px;
}
#price_info {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
text-align: right;
font-weight: bold;
font-size: 9px;
color: #FFFFFF;
right: 34px;
bottom: 52px;
height: 16px;
width: 90px;
}
#count_info {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
text-align: left;
font-weight: bold;
font-size: 9px;
color: #FFFFFF;
left: 36px;
bottom: 52px;
height: 16px;
width: 90px;
}
#balance_info {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
text-align: right;
font-weight: bold;
color: rgb(165, 237, 171);
top: 17px;
right: 29px;
height: 17px;
width: 155px;
}
#site_info {
text-overflow: ellipsis;
overflow: hidden;
position: absolute;
font-weight: bold;
color: #FFFFFF;
top: 17px;
left: 23px;
height: 17px;
width: 68px;
}