forked from sipgate/sipgategcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsipgateffx_numberHighlight.css
235 lines (214 loc) · 5.78 KB
/
sipgateffx_numberHighlight.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
.sipgateGCXClick2DialBubble {
background-color: #fff1b8;
color: blue;
cursor: pointer !important;
border-radius: 3px;
border: 1px solid #aaa;
}
.sipgateGCXClick2DialBubbleIMG {
vertical-align: top;
cursor: pointer;
border: 0;
height: 16px;
width: 16px;
}
.sipgateffx_dialBubble {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
min-width: 250px;
min-height: 25px;
text-align: center;
border: 2px solid #888888;
border-radius: 5px;
z-index: 2147483646;
padding: 5px;
box-shadow: 2px 2px 10px 0px #000000;
position: absolute;
}
.sipgateffx_dialBubble_stateIcon {
float:left;
}
.sipgateffx_state_HUNGUP {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_hungup.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_ESTABLISHED {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_established.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_SECOND_DIAL,
.sipgateffx_state_WAIT {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_wait.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_FAILED {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_failed.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_CALL_1_BUSY {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_lineXbusy.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_CALL_1_FAILED {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_lineXfail.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_CALL_2_BUSY {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_lineXbusy.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_CALL_2_FAILED {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_lineXfail.png') no-repeat;
width: 32px;
height: 32px;
}
.sipgateffx_state_FIRST_DIAL {
background:url('chrome-extension://__MSG_@@extension_id__/skin/c2d_pickup.png') no-repeat;
width: 32px;
height: 32px;
}
div.sipgateffx_pointer_wrapper {
position: absolute;
z-index: 10;
overflow: hidden;
box-shadow: -1px 15px 30px -11px black;
-webkit-box-shadow: -1px 15px 30px -11px black;
}
div.sipgateffx_pointer_box {
border: 3px solid #004B7D;
border-radius: 6px;
-webkit-border-radius: 6px;
padding: 0;
background-color: white;
margin-top: 12px;
overflow: hidden;
line-height: 18px;
font-size: 12px;
font-family: Arial,Verdana,sans-serif;
text-align: left;
}
div.sipgateffx_pointer {
border-color: transparent transparent #004B7D transparent;
border-style: solid;
border-width: 10px;
width: 0px;
height: 0px;
position: absolute;
top: -8px;
left: 13px;
}
.sipgateffx_pointer_close_footer {
font-size: 10px;
background-color: #004B7D;
color: white;
line-height: 24px;
padding: 0 10px;
text-align: right;
clear: both;
}
div.sipgateffx_pointer_close_footer a.sipgateffx_pointer_close_footer_link {
color: white;
}
#sipgateffx_sendingInProgress {
min-height: 200px;
min-width: 160px;
text-align: center;
}
#sipgateffx_call,
#sipgateffx_sendingInProgress,
#sipgateffx_sendsms {
padding: 20px 20px 15px;
}
#sipgateffx_call dl,
#sipgateffx_sendsms dl {
margin: 0px;
}
#sipgateffx_call dd,
#sipgateffx_sendsms dd {
margin-left: 0px;
line-height: 16px;
}
#sipgateffx_call dt,
#sipgateffx_sendsms dt {
line-height: 16px;
}
#sipgateffx_call label,
#sipgateffx_sendsms label {
font-weight: bold;
}
#sipgateffx_call input[type="text"],
#sipgateffx_call select,
#sipgateffx_sendsms select,
#sipgateffx_sendsms input[type="text"],
#sipgateffx_sendsms textarea {
border: 1px solid #CCC;
padding: 4px 5px;
margin: 4px 0 0 0;
-moz-box-shadow: inset 1px 1px 8px -5px #000000;
-webkit-box-shadow: inset 1px 1px 8px -5px #000000;
resize: none;
background: white;
width: 200px;
font-size: 12px;
font-family: Arial,Verdana,sans-serif;
}
#sipgateffx_call input[name=callB] {
width: 190px;
margin-bottom: 20px;
}
#sipgateffx_sendsms textarea[name=message] {
height: 100px;
width: 190px;
}
#sipgateffx_sendsms .sipgateffx_pricedisclaimer {
margin-bottom: 20px;
}
#sipgateffx_sendsms #sipgateffx_remainingchars_counter {
float: right;
}
#sipgateffx_sendsms #sipgateffx_remainingchars_counter,
#sipgateffx_sendsms .sipgateffx_hint {
line-height: 12px;
font-weight: normal;
color: #AAA;
}
#sipgateffx_call #sipgateffx_call_submit_button,
#sipgateffx_sendsms #sipgateffx_sms_submit_button {
font-size: 12px;
font-family: Arial,Verdana,sans-serif;
color: #000000;
background: -webkit-gradient(
linear, left top, left bottom,
from(#ffffff),
to(#dadada));
border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid #BBBBBB;
margin: 0px;
padding: 5px 10px;
}
#sipgateffx_call #sipgateffx_call_phone-element {
margin-bottom: 15px;
}
.schemeA { color: white; background-color: #231F20; }
.schemeB { color: white; background-color: #57585A; }
.schemeC { color: white; background-color: #00AAAD; }
.schemeD { color: white; background-color: #F04822; }
.schemeE { color: white; background-color: #7FC241; }
.schemeF { color: white; background-color: #0166B3; }
.schemeG { color: white; background-color: #8781BD; }
.schemeH { color: white; background-color: #660005; }
.schemeI { color: white; background-color: #014F31; }
.schemeJ { color: white; background-color: #ED0278; }
.schemeK { color: white; background-color: #3CC0C4; }
.schemeL { color: white; background-color: #AB7E52; }
.schemeM { color: #57585A; background-color: #FECA0A; }
.schemeN { color: white; background-color: #4B5C3E; }
.schemeO { color: white; background-color: #004260; }