style.css
812 Bytes
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
.ppc-no-show{
display: none;
}
#page-customizer-bg-fixed {
position: fixed;
top: -999px;
bottom: -999px;
left: -999px;
right: -999px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
overflow: hidden;
margin: auto;
object-fit: cover;
z-index:-1;
}
div#page-customizer-bg-fixed {
top: 0;
bottom: 0;
left: 0;
right: 0;
min-width: 0;
min-height: 0;
width: auto;
height: auto;
}
@media only screen and (max-width: 727px) {
#page-customizer-bg-fixed {
display: none;
}
}
#wp-admin-bar-page-custo-link .ab-item:before{
content: '\f100';
top: 2px;
position: relative;
float: left;
font: 400 20px/1 dashicons;
speak: none;
padding: 4px 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-image: none!important;
margin-right: 6px;
}