This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
sipgateffx_numberHighlight.css
140 lines (133 loc) · 3.87 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
.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;
}
.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; }