-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreative.css
61 lines (54 loc) · 1.12 KB
/
creative.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
#atomxinspect {
position: absolute;
z-index: 2147483647;
left: 0;
top: 0;
color: #fff;
text-decoration: none;
/* Counter PSA ad styles: */
display: block;
width: auto;
height: auto;
padding: 0;
margin: 0; /* To be sure */
background: none;
word-wrap: initial;
word-break: initial;
}
#atomxinspect em {
display: block;
width: 16px;
height: 16px;
text-align: center;
font: normal 17px/16px "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
font-style: normal;
background-color: rgba(0, 168, 255, .8);
-webkit-border-radius: 1px;
border-radius: 1px;
/* Counter PSA ad styles: */
position: static;
opacity: 1;
filter: none;
}
#atomxinspect span {
display: none;
}
#atomxinspect:hover {
width: 100%;
height: 100%;
background-color: rgba(0, 168, 255, .5);
/* Counter PSA ad styles: */
text-decoration: none;
}
#atomxinspect:hover span {
display: block;
position: absolute;
top: 50%;
text-align: center;
font: normal 15px/30px "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
width: 100%;
padding: .5em;
margin-top: -1.5em;
background-color: rgba(0, 168, 255, .8);
box-sizing: border-box;
}