kb-search-350-rtl.css
2.45 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
.wpseo-kb-search-search-bar {
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
}
.wpseo-kb-search-search-bar input[type="text"] {
min-width: 50%;
height: 28px;
margin-left: 3px;
}
.wpseo-kb-search-results {
overflow: auto;
height: 500px;
margin: 0;
padding: 0;
list-style: none;
}
.help-tab-content .wpseo-kb-search-results li {
max-width: none;
margin: 0;
list-style: none;
}
.wpseo-kb-search-result {
display: block;
margin: 0;
padding-right: 5px;
border-bottom: 1px solid #efefef;
text-decoration: none;
}
.wpseo-kb-search-result p {
max-width: none;
margin-top: 0;
}
.wpseo-kb-search-result-link {
display: block;
outline: none;
text-decoration: none;
cursor: pointer;
}
.wpseo-kb-search-result-link:hover,
.wpseo-kb-search-result-link:focus {
background-color: rgba(93, 12, 55, 0.5);
box-shadow: none;
text-decoration: underline;
}
.wpseo-kb-search-result .wpseo-kb-search-result-title {
margin: 0;
padding: 14px 0;
}
.wpseo-kb-search-ext-link {
float: left;
}
.wpseo-kb-search-back-button:before {
content: "\f139";
}
.wpseo-kb-search-ext-link:before {
content: "\f504";
}
.dashicon-button:before {
display: inline-block;
font-family: "dashicons";
font-size: 20px;
line-height: 1.35em;
vertical-align: middle;
}
.wpseo-kb-search-navigation {
z-index: 10;
padding: 1em 0;
}
.kb-search-content-frame {
width: 100%;
height: 543px;
}
.kb-search-content-frame {
background: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100%\" height=\"100%\" viewBox=\"0 0 100% 100%\"><text fill=\"%23ffffff\" x=\"50%\" y=\"50%\" font-family=\"'Lucida Grande', sans-serif\" font-size=\"24\" text-anchor=\"middle\">Loading article...</text></svg>") 100% 0 no-repeat;
}
.wpseo-kb-loader:before,
.wpseo-kb-loader:after,
.wpseo-kb-loader {
width: 2.5em;
height: 2.5em;
border-radius: 50%;
animation: load7 1.8s infinite ease-in-out;
animation-fill-mode: both;
}
.wpseo-kb-loader {
position: relative;
margin: 80px auto;
font-size: 10px;
text-indent: -9999em;
-ms-transform: translateZ(0);
transform: translateZ(0);
animation-delay: -0.16s;
}
.wpseo-kb-loader:before {
right: -3.5em;
animation-delay: -0.32s;
}
.wpseo-kb-loader:after {
right: 3.5em;
}
.wpseo-kb-loader:before,
.wpseo-kb-loader:after {
position: absolute;
top: 0;
content: "";
}
.dashicons {
text-decoration: none;
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}