Project

General

Profile

Download (4.5 KB) Statistics
| Branch: | Tag: | Revision:
1
/* global */
2
#cluetip-close img {
3
  border: 0;
4
}
5
#cluetip-title {
6
  overflow: hidden;
7
}
8
#cluetip-title #cluetip-close {
9
  float: right;
10
  position: relative;
11
}
12
#cluetip-waitimage {
13
  width: 43px;
14
  height: 11px;
15
  position: absolute;
16
  background-image: url(wait.gif);
17
}
18
.cluetip-arrows {
19
  display: none;
20
  position: absolute;
21
  top: 0;
22
  left: -11px;
23
  height: 22px;
24
  width: 11px;
25
  background-repeat: no-repeat;
26
  background-position: 0 0;
27
}
28
#cluetip-extra {
29
  display: none;
30
}
31
/***************************************
32
   =cluetipClass: 'default' 
33
-------------------------------------- */
34

    
35
.cluetip-default {
36
  background-color: #d9d9c2;
37
}
38
.cluetip-default #cluetip-outer {
39
  position: relative;
40
  margin: 0;
41
  background-color: #d9d9c2;
42
}
43
.cluetip-default h3#cluetip-title {
44
  margin: 0 0 5px;
45
  padding: 8px 10px 4px;
46
  font-size: 1.1em;
47
  font-weight: normal;
48
  background-color: #87876a;
49
  color: #fff;
50
}
51
.cluetip-default #cluetip-title a {
52
  color: #d9d9c2;
53
  font-size: 0.95em;
54
}  
55
.cluetip-default #cluetip-inner {
56
  padding: 10px;
57
}
58
.cluetip-default div#cluetip-close { 
59
  text-align: right;
60
  margin: 0 5px 5px;
61
  color: #900;
62
}
63

    
64
/* default arrows */
65

    
66
.clue-right-default .cluetip-arrows {
67
  background-image: url(images/darrowleft.gif);
68
}
69
.clue-left-default .cluetip-arrows {
70
  background-image: url(images/darrowright.gif);
71
  left: 100%;
72
  margin-right: -11px;
73
}
74
.clue-top-default .cluetip-arrows {
75
  background-image: url(images/darrowdown.gif);
76
  top: 100%;
77
  left: 50%;
78
  margin-left: -11px;
79
  height: 11px;
80
  width: 22px;  
81
}  
82
.clue-bottom-default .cluetip-arrows {
83
  background-image: url(images/darrowup.gif);
84
  top: -11px;
85
  left: 50%;
86
  margin-left: -11px;
87
  height: 11px;
88
  width: 22px;
89
}
90

    
91
/***************************************
92
   =cluetipClass: 'jtip'
93
-------------------------------------- */
94
.cluetip-jtip {
95
  background-color: transparent;
96
}
97
.cluetip-jtip #cluetip-outer {
98
  border: 2px solid #ccc;
99
  position: relative;
100
  background-color: #fff;
101
}
102

    
103
.cluetip-jtip h3#cluetip-title {
104
  margin: 0 0 5px;
105
  padding: 2px 5px;
106
  font-size: 16px;
107
  font-weight: normal;
108
  background-color: #ccc;
109
  color: #333;
110
}
111

    
112
.cluetip-jtip #cluetip-inner {
113
  padding: 0 5px 5px;
114
  display: inline-block;
115
}
116
.cluetip-jtip div#cluetip-close { 
117
  text-align: right;
118
  margin: 0 5px 5px;
119
  color: #900;
120
}
121

    
122
/* jtip arrows */
123

    
124
.clue-right-jtip .cluetip-arrows {
125
  background-image: url(images/arrowleft.gif);
126
}
127
.clue-left-jtip .cluetip-arrows {
128
  background-image: url(images/arrowright.gif);
129
  left: 100%;
130
  margin-right: -11px;
131
}
132
.clue-top-jtip .cluetip-arrows {
133
  background-image: url(images/arrowdown.gif);
134
  top: 100%;
135
  left: 50%;
136
  margin-left: -11px;
137
  height: 11px;
138
  width: 22px;  
139
}  
140
.clue-bottom-jtip .cluetip-arrows {
141
  background-image: url(images/arrowup.gif);
142
  top: -11px;
143
  left: 50%;
144
  margin-left: -11px;
145
  height: 11px;
146
  width: 22px;
147
}
148

    
149
/***************************************
150
   =cluetipClass: 'rounded'
151
-------------------------------------- */
152

    
153
.cluetip-rounded {
154
  background: transparent url(images/bl.gif) no-repeat 0 100%;
155
  margin-top: 10px;
156
  margin-left: 12px;
157
}
158

    
159
.cluetip-rounded #cluetip-outer {
160
  background: transparent url(images/tl.gif) no-repeat 0 0;
161
  margin-top: -12px;
162
}
163

    
164
.cluetip-rounded #cluetip-title {
165
  background-color: transparent;
166
  padding: 12px 12px 0;
167
  margin: 0 -12px 0 0;
168
  position: relative;
169
}
170
.cluetip-rounded #cluetip-extra {
171
  position: absolute;
172
  display: block;
173
  background: transparent url(images/tr.gif) no-repeat 100% 0;
174
  top: 0;
175
  right: 0;
176
  width: 12px;
177
  height: 30px;
178
  margin: -12px -12px 0 0;
179
}
180
.cluetip-rounded #cluetip-inner {
181
  background: url(images/br.gif) no-repeat 100% 100%;
182
  padding: 5px 12px 12px;
183
  margin: -18px -12px 0 0;
184
  position: relative;
185
}
186

    
187
.cluetip-rounded div#cluetip-close { 
188
  text-align: right;
189
  margin: 0 5px 5px;
190
  color: #009;
191
  background: transparent;
192
}
193
.cluetip-rounded div#cluetip-close a {
194
  color: #777;
195
}
196

    
197
/* rounded arrows */
198

    
199
.clue-right-rounded .cluetip-arrows {
200
  background-image: url(images/rarrowleft.gif);
201
}
202
.clue-left-rounded .cluetip-arrows {
203
  background-image: url(images/rarrowright.gif);
204
  left: 100%;
205
  margin-left: 12px;
206
}
207
.clue-top-rounded .cluetip-arrows {
208
  background-image: url(images/rarrowdown.gif);
209
  top: 100%;
210
  left: 50%;
211
  margin-left: -11px;
212
  height: 11px;
213
  width: 22px;  
214
}  
215
.clue-bottom-rounded .cluetip-arrows {
216
  background-image: url(images/rarrowup.gif);
217
  top: -23px;
218
  left: 50%;
219
  margin-left: -11px;
220
  height: 11px;
221
  width: 22px;
222
}
223

    
224

    
225

    
226
/* stupid IE6 HasLayout hack */
227
.cluetip-rounded #cluetip-title,
228
.cluetip-rounded #cluetip-inner {
229
  zoom: 1;
230
}
(2-2/7)