Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/css/bubble.css
2868 views
1
/*
2
* Copyright 2010 The Closure Library Authors. All Rights Reserved.
3
*
4
* Use of this source code is governed by the Apache License, Version 2.0.
5
* See the COPYING file for details.
6
*/
7
8
.goog-bubble-font {
9
font-size: 80%;
10
color: #888888;
11
}
12
13
.goog-bubble-close-button {
14
background-image:url(//ssl.gstatic.com/closure/bubble_close.jpg);
15
background-color: white;
16
background-position: top right;
17
background-repeat: no-repeat;
18
width: 16px;
19
height: 16px;
20
}
21
22
.goog-bubble-left {
23
background-image:url(//ssl.gstatic.com/closure/bubble_left.gif);
24
background-position:left;
25
background-repeat:repeat-y;
26
width: 4px;
27
}
28
29
.goog-bubble-right {
30
background-image:url(//ssl.gstatic.com/closure/bubble_right.gif);
31
background-position: right;
32
background-repeat: repeat-y;
33
width: 4px;
34
}
35
36
.goog-bubble-top-right-anchor {
37
background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_top.gif);
38
background-position: center;
39
background-repeat: no-repeat;
40
width: 147px;
41
height: 16px;
42
}
43
44
.goog-bubble-top-left-anchor {
45
background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_top.gif);
46
background-position: center;
47
background-repeat: no-repeat;
48
width: 147px;
49
height: 16px;
50
}
51
52
.goog-bubble-top-no-anchor {
53
background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_top.gif);
54
background-position: center;
55
background-repeat: no-repeat;
56
width: 147px;
57
height: 6px;
58
}
59
60
.goog-bubble-bottom-right-anchor {
61
background-image:url(//ssl.gstatic.com/closure/right_anchor_bubble_bot.gif);
62
background-position: center;
63
background-repeat: no-repeat;
64
width: 147px;
65
height: 16px;
66
}
67
68
.goog-bubble-bottom-left-anchor {
69
background-image:url(//ssl.gstatic.com/closure/left_anchor_bubble_bot.gif);
70
background-position: center;
71
background-repeat: no-repeat;
72
width: 147px;
73
height: 16px;
74
}
75
76
.goog-bubble-bottom-no-anchor {
77
background-image:url(//ssl.gstatic.com/closure/no_anchor_bubble_bot.gif);
78
background-position: center;
79
background-repeat: no-repeat;
80
width: 147px;
81
height: 8px;
82
}
83
84
85
86