| 1 |
:root { |
| 2 |
--wpbc-tour-header-color: #4f5254; |
| 3 |
--wpbc-tour-close-link-color-hover: #fff |
| 4 |
} |
| 5 |
.shepherd-element, |
| 6 |
.shepherd-element *, |
| 7 |
.shepherd-element :after, |
| 8 |
.shepherd-element :before, |
| 9 |
.shepherd-element:after, |
| 10 |
.shepherd-element:before { |
| 11 |
box-sizing: border-box |
| 12 |
} |
| 13 |
.shepherd-element { |
| 14 |
position: absolute; |
| 15 |
display: none |
| 16 |
} |
| 17 |
.shepherd-element.shepherd-open { |
| 18 |
display: block |
| 19 |
} |
| 20 |
.shepherd-element.wpbc_tour_theme202408 { |
| 21 |
max-width: 100%; |
| 22 |
max-height: 100% |
| 23 |
} |
| 24 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content:before { |
| 25 |
content: ""; |
| 26 |
display: block; |
| 27 |
position: absolute; |
| 28 |
width: 0; |
| 29 |
height: 0; |
| 30 |
pointer-events: none; |
| 31 |
border: 16px solid transparent |
| 32 |
} |
| 33 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content { |
| 34 |
margin-bottom: 16px |
| 35 |
} |
| 36 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before { |
| 37 |
top: 100%; |
| 38 |
left: 50%; |
| 39 |
margin-left: -16px; |
| 40 |
border-top-color: var(--wpbc-tour-header-color) |
| 41 |
} |
| 42 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content { |
| 43 |
margin-top: 16px |
| 44 |
} |
| 45 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before { |
| 46 |
bottom: 100%; |
| 47 |
left: 50%; |
| 48 |
margin-left: -16px; |
| 49 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 50 |
} |
| 51 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content { |
| 52 |
margin-right: 16px |
| 53 |
} |
| 54 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before { |
| 55 |
left: 100%; |
| 56 |
top: 50%; |
| 57 |
margin-top: -16px; |
| 58 |
border-left-color: var(--wpbc-tour-header-color) |
| 59 |
} |
| 60 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content { |
| 61 |
margin-left: 16px |
| 62 |
} |
| 63 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before { |
| 64 |
right: 100%; |
| 65 |
top: 50%; |
| 66 |
margin-top: -16px; |
| 67 |
border-right-color: var(--wpbc-tour-header-color) |
| 68 |
} |
| 69 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content { |
| 70 |
left: -32px |
| 71 |
} |
| 72 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content { |
| 73 |
left: 32px |
| 74 |
} |
| 75 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content { |
| 76 |
margin-top: 16px |
| 77 |
} |
| 78 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before { |
| 79 |
bottom: 100%; |
| 80 |
left: 16px; |
| 81 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 82 |
} |
| 83 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content { |
| 84 |
margin-top: 16px |
| 85 |
} |
| 86 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before { |
| 87 |
bottom: 100%; |
| 88 |
right: 16px; |
| 89 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 90 |
} |
| 91 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content { |
| 92 |
margin-bottom: 16px |
| 93 |
} |
| 94 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before { |
| 95 |
top: 100%; |
| 96 |
left: 16px; |
| 97 |
border-top-color: var(--wpbc-tour-header-color) |
| 98 |
} |
| 99 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content { |
| 100 |
margin-bottom: 16px |
| 101 |
} |
| 102 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before { |
| 103 |
top: 100%; |
| 104 |
right: 16px; |
| 105 |
border-top-color: var(--wpbc-tour-header-color) |
| 106 |
} |
| 107 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content { |
| 108 |
margin-top: 16px |
| 109 |
} |
| 110 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before { |
| 111 |
bottom: 100%; |
| 112 |
left: 16px; |
| 113 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 114 |
} |
| 115 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content { |
| 116 |
margin-top: 16px |
| 117 |
} |
| 118 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before { |
| 119 |
bottom: 100%; |
| 120 |
right: 16px; |
| 121 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 122 |
} |
| 123 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content { |
| 124 |
margin-bottom: 16px |
| 125 |
} |
| 126 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before { |
| 127 |
top: 100%; |
| 128 |
left: 16px; |
| 129 |
border-top-color: var(--wpbc-tour-header-color) |
| 130 |
} |
| 131 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content { |
| 132 |
margin-bottom: 16px |
| 133 |
} |
| 134 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before { |
| 135 |
top: 100%; |
| 136 |
right: 16px; |
| 137 |
border-top-color: var(--wpbc-tour-header-color) |
| 138 |
} |
| 139 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content { |
| 140 |
margin-right: 16px |
| 141 |
} |
| 142 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before { |
| 143 |
top: 16px; |
| 144 |
left: 100%; |
| 145 |
border-left-color: var(--wpbc-tour-header-color) |
| 146 |
} |
| 147 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content { |
| 148 |
margin-left: 16px |
| 149 |
} |
| 150 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before { |
| 151 |
right: 100%; |
| 152 |
border-right-color: var(--wpbc-tour-header-color); |
| 153 |
top: 44px |
| 154 |
} |
| 155 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content { |
| 156 |
margin-right: 16px |
| 157 |
} |
| 158 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before { |
| 159 |
bottom: 16px; |
| 160 |
left: 100%; |
| 161 |
border-left-color: var(--wpbc-tour-header-color) |
| 162 |
} |
| 163 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content { |
| 164 |
margin-left: 16px |
| 165 |
} |
| 166 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before { |
| 167 |
bottom: 16px; |
| 168 |
right: 100%; |
| 169 |
border-right-color: var(--wpbc-tour-header-color) |
| 170 |
} |
| 171 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, |
| 172 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, |
| 173 |
.shepherd-element.wpbc_tour_theme202408.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before { |
| 174 |
border-bottom-color: #eee; |
| 175 |
border-bottom-color: var(--wpbc-tour-header-color) |
| 176 |
} |
| 177 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header { |
| 178 |
background: #eee; |
| 179 |
padding: 1em |
| 180 |
} |
| 181 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link { |
| 182 |
margin-bottom: 0 |
| 183 |
} |
| 184 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-cancel-link .shepherd-content header h3 { |
| 185 |
float: left |
| 186 |
} |
| 187 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content { |
| 188 |
position: relative; |
| 189 |
font-family: inherit; |
| 190 |
font-size: 1.1em; |
| 191 |
line-height: 1.5em; |
| 192 |
transform: translateZ(0); |
| 193 |
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .2)); |
| 194 |
padding: 0; |
| 195 |
border-radius: 3px; |
| 196 |
filter: none; |
| 197 |
box-shadow: 0 0 10px #c1c1c1; |
| 198 |
background: #4f5254; |
| 199 |
color: #fff |
| 200 |
} |
| 201 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content header { |
| 202 |
border-radius: 5px 5px 0 0 |
| 203 |
} |
| 204 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content header:after { |
| 205 |
content: ""; |
| 206 |
display: table; |
| 207 |
clear: both |
| 208 |
} |
| 209 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content header h3 { |
| 210 |
margin: 0; |
| 211 |
line-height: 1; |
| 212 |
color: #fff; |
| 213 |
font-size: 1.2em; |
| 214 |
float: none; |
| 215 |
font-weight: 600 |
| 216 |
} |
| 217 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content header a.shepherd-cancel-link { |
| 218 |
float: right; |
| 219 |
text-decoration: none; |
| 220 |
font-size: 1.25em; |
| 221 |
line-height: .8em; |
| 222 |
font-weight: 400; |
| 223 |
color: rgba(0,0,0,.5); |
| 224 |
opacity: .25; |
| 225 |
position: relative; |
| 226 |
top: .1em; |
| 227 |
padding: .8em; |
| 228 |
margin-bottom: -.8em |
| 229 |
} |
| 230 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content header a.shepherd-cancel-link:hover { |
| 231 |
opacity: 1 |
| 232 |
} |
| 233 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content .shepherd-text { |
| 234 |
padding: 1em |
| 235 |
} |
| 236 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content .shepherd-text p { |
| 237 |
margin: 0 0 .5em |
| 238 |
} |
| 239 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content .shepherd-text p:last-child { |
| 240 |
margin-bottom: 0 |
| 241 |
} |
| 242 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer { |
| 243 |
padding: 0 1em 1em |
| 244 |
} |
| 245 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons { |
| 246 |
text-align: right; |
| 247 |
list-style: none; |
| 248 |
padding: 0; |
| 249 |
margin: 0 |
| 250 |
} |
| 251 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li { |
| 252 |
display: inline; |
| 253 |
padding: 0; |
| 254 |
margin: 0 |
| 255 |
} |
| 256 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li .shepherd-button { |
| 257 |
display: inline-block; |
| 258 |
vertical-align: middle; |
| 259 |
cursor: pointer; |
| 260 |
margin: 0 .5em 0 0; |
| 261 |
text-decoration: none |
| 262 |
} |
| 263 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button { |
| 264 |
margin-right: 0 |
| 265 |
} |
| 266 |
.wpbc_tour_theme202408 { |
| 267 |
z-index: 9999; |
| 268 |
max-width: 390px!important |
| 269 |
} |
| 270 |
.wpbc_tour_theme202408.super-index { |
| 271 |
z-index: 999999 |
| 272 |
} |
| 273 |
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before, |
| 274 |
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before, |
| 275 |
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before, |
| 276 |
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before { |
| 277 |
display: none |
| 278 |
} |
| 279 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header { |
| 280 |
background-color: var(--wpbc-tour-header-color); |
| 281 |
background: linear-gradient(165deg,#3c3d3f,#4f5254); |
| 282 |
border-radius: 3px 3px 0 0; |
| 283 |
padding-right: 90px |
| 284 |
} |
| 285 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link { |
| 286 |
opacity: .7; |
| 287 |
color: rgba(255,255,255,0); |
| 288 |
font-size: .8em; |
| 289 |
border: 0 solid #fff; |
| 290 |
border-radius: 50%; |
| 291 |
width: 22px; |
| 292 |
height: 22px; |
| 293 |
line-height: 20px; |
| 294 |
padding: 0; |
| 295 |
text-align: center; |
| 296 |
float: none; |
| 297 |
position: absolute; |
| 298 |
right: 11px; |
| 299 |
top: 12px |
| 300 |
} |
| 301 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link::before { |
| 302 |
color: #fff; |
| 303 |
content: attr(data-btntext); |
| 304 |
position: absolute; |
| 305 |
right: 20px; |
| 306 |
padding-right: 10px |
| 307 |
} |
| 308 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link::after { |
| 309 |
content: "\f335"; |
| 310 |
-webkit-font-smoothing: antialiased; |
| 311 |
-moz-osx-font-smoothing: grayscale; |
| 312 |
font-family: dashicons; |
| 313 |
color: #fff; |
| 314 |
position: absolute; |
| 315 |
left: 2px; |
| 316 |
line-height: 21px; |
| 317 |
font-size: 16px |
| 318 |
} |
| 319 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus, |
| 320 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover { |
| 321 |
border: 0 solid var(--wpbc-tour-close-link-color-hover); |
| 322 |
opacity: 1; |
| 323 |
box-shadow: none |
| 324 |
} |
| 325 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus::after, |
| 326 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus::before, |
| 327 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover::after, |
| 328 |
.shepherd-element.wpbc_tour_theme202408.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover::before { |
| 329 |
color: var(--wpbc-tour-close-link-color-hover) |
| 330 |
} |
| 331 |
.shepherd-content .ud-notice { |
| 332 |
background: #f0f0f0; |
| 333 |
padding: 14px; |
| 334 |
border-radius: 4px; |
| 335 |
font-size: 90%!important; |
| 336 |
line-height: 1.5 |
| 337 |
} |
| 338 |
.shepherd-content .ud-notice h3 { |
| 339 |
margin-top: 0; |
| 340 |
padding-top: 0; |
| 341 |
margin-bottom: .5em |
| 342 |
} |
| 343 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content .shepherd-text p { |
| 344 |
margin-top: .5em; |
| 345 |
margin-bottom: 1.3em; |
| 346 |
line-height: 175%; |
| 347 |
font-size: 14px |
| 348 |
} |
| 349 |
.ud-notice span.ud-special-offer { |
| 350 |
font-weight: 700; |
| 351 |
display: inline-block; |
| 352 |
padding: 1px 6px; |
| 353 |
border-radius: 3px; |
| 354 |
background: rgba(217,105,0,.09) |
| 355 |
} |
| 356 |
label[for=updraft_servicecheckbox_updraftvault] { |
| 357 |
border: 1px solid rgba(204,204,204,.4); |
| 358 |
transition: border .5s |
| 359 |
} |
| 360 |
label[for=updraft_servicecheckbox_updraftvault].emphasize { |
| 361 |
border-color: var(--wpbc-tour-header-color) |
| 362 |
} |
| 363 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back, |
| 364 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li .shepherd-button.wpbc_tour_end { |
| 365 |
float: left; |
| 366 |
position: relative; |
| 367 |
padding-left: 10px |
| 368 |
} |
| 369 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li .shepherd-button.wpbc_tour_end { |
| 370 |
padding-left: 0; |
| 371 |
color: #b7b7b7 |
| 372 |
} |
| 373 |
.shepherd-element.wpbc_tour_theme202408 .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back::before { |
| 374 |
content: " "; |
| 375 |
width: 6px; |
| 376 |
height: 6px; |
| 377 |
display: block; |
| 378 |
border-left: 1px solid; |
| 379 |
border-bottom: 1px solid; |
| 380 |
position: absolute; |
| 381 |
left: 0; |
| 382 |
top: 8px; |
| 383 |
-ms-transform: rotate(45deg); |
| 384 |
transform: rotate(45deg) |
| 385 |
} |
| 386 |
a.shepherd-button.wpbc_tour_end::before { |
| 387 |
display: inline-block; |
| 388 |
position: relative; |
| 389 |
content: "\f335"; |
| 390 |
-webkit-font-smoothing: antialiased; |
| 391 |
-moz-osx-font-smoothing: grayscale; |
| 392 |
font-family: dashicons; |
| 393 |
font-size: 20px; |
| 394 |
line-height: 20px; |
| 395 |
vertical-align: middle; |
| 396 |
margin-top: -2px |
| 397 |
} |
| 398 |
.updraftplus-welcome-logo { |
| 399 |
display: block; |
| 400 |
width: 70px; |
| 401 |
float: left; |
| 402 |
margin-top: -11px; |
| 403 |
margin-right: 12px |
| 404 |
} |
| 405 |
.updraftplus-welcome-logo img { |
| 406 |
display: block; |
| 407 |
width: auto; |
| 408 |
max-width: 100% |
| 409 |
} |
| 410 |
@media (max-width:790px) { |
| 411 |
.shepherd-element.wpbc_tour_theme202408 { |
| 412 |
display: none |
| 413 |
} |
| 414 |
} |
| 415 |
.plugins_page_highlight_wpbc .plugins #the-list tr:not([data-slug=booking]) { |
| 416 |
opacity: .3 |
| 417 |
} |
| 418 |
body.plugins_page_highlight_wpbc .plugins #the-list tr[data-slug=booking] { |
| 419 |
opacity: 1 |
| 420 |
} |