Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/css/hovercard.css
2868 views
1
/*
2
* Copyright 2008 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
/* Author: [email protected] (Larry Powelson) */
9
10
.goog-hovercard div {
11
border: solid 5px #69748C;
12
width: 300px;
13
height: 115px;
14
background-color: white;
15
font-family: arial, sans-serif;
16
}
17
18
.goog-hovercard .goog-shadow {
19
border: transparent;
20
background-color: black;
21
filter: alpha(Opacity=1);
22
opacity: 0.01;
23
-moz-opacity: 0.01;
24
}
25
26
.goog-hovercard table {
27
border-collapse: collapse;
28
border-spacing: 0px;
29
}
30
31
.goog-hovercard-icons td {
32
border-bottom: 1px solid #ccc;
33
padding: 0px;
34
margin: 0px;
35
text-align: center;
36
height: 19px;
37
width: 100px;
38
font-size: 90%;
39
}
40
41
.goog-hovercard-icons td + td {
42
border-left: 1px solid #ccc;
43
}
44
45
.goog-hovercard-content {
46
border-collapse: collapse;
47
}
48
49
.goog-hovercard-content td {
50
padding-left: 15px;
51
}
52
53