-
Notifications
You must be signed in to change notification settings - Fork 5
/
pointerplus.css
53 lines (47 loc) · 1.19 KB
/
pointerplus.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
/* PointerPlus Based on QueryLoop Pointer */
.pointerplus .pp-pointer-content {
padding: 0 0 10px;
position: relative;
font-size: 13px;
background: none repeat scroll 0 0 #FFF;
border: 1px solid #DFDFDF;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
}
.pointerplus .pp-pointer-content h3 {
position: relative;
margin: -1px -1px 5px;
padding: 15px 18px 14px 60px;
border-width: 1px 1px medium;
border-style: solid solid none;
border-color: #3592B6 #3592B6;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
line-height: 1.4em;
font-size: 14px;
color: #FFF;
background: none repeat scroll 0 0 #2EA2CC;
}
.pp-pointer-content p {
padding: 0 15px;
}
.pp-pointer-content h3:before {
background: none repeat scroll 0 0 #FFF;
border-radius: 50%;
color: #2EA2CC;
font: 20px/1.6 "dashicons";
position: absolute;
top: 8px;
left: 15px;
text-align: center;
width: 32px;
height: 32px;
}
.pp-pointer-content .wp-pointer-buttons {
height:28px;
}
.pp-pointer-content .wp-pointer-buttons .close {
top:10px;
}