| 1 |
.shepherd-theme-arrows-plain-buttons { |
| 2 |
z-index: 99; |
| 3 |
max-width: 390px!important; |
| 4 |
} |
| 5 |
|
| 6 |
.shepherd-theme-arrows-plain-buttons.super-index { |
| 7 |
z-index: 999999; |
| 8 |
} |
| 9 |
|
| 10 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content { |
| 11 |
border-radius: 3px; |
| 12 |
filter: none; |
| 13 |
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 10px 40px rgba(0, 0, 0, 0.15); |
| 14 |
} |
| 15 |
|
| 16 |
.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before, |
| 17 |
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before, |
| 18 |
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before, |
| 19 |
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before { |
| 20 |
display: none; |
| 21 |
} |
| 22 |
|
| 23 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, |
| 24 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, |
| 25 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before { |
| 26 |
border-bottom-color: #DD6823; |
| 27 |
} |
| 28 |
|
| 29 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header { |
| 30 |
background-color: #DD6823; |
| 31 |
border-radius: 3px 3px 0 0; |
| 32 |
padding-right: 90px; |
| 33 |
} |
| 34 |
|
| 35 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content header h3 { |
| 36 |
color: #FFF; |
| 37 |
font-size: 1.2em; |
| 38 |
float: none; |
| 39 |
} |
| 40 |
|
| 41 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link { |
| 42 |
opacity: 0.7; |
| 43 |
color: rgba(255, 255, 255, 0); |
| 44 |
font-size: 0.8em; |
| 45 |
border: 1px solid #FFF; |
| 46 |
border-radius: 50%; |
| 47 |
width: 22px; |
| 48 |
height: 22px; |
| 49 |
line-height: 20px; |
| 50 |
padding: 0; |
| 51 |
text-align: center; |
| 52 |
float: none; |
| 53 |
position: absolute; |
| 54 |
right: 11px; |
| 55 |
top: 12px |
| 56 |
} |
| 57 |
|
| 58 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link::before { |
| 59 |
color: #FFF; |
| 60 |
content: attr(data-btntext); |
| 61 |
position: absolute; |
| 62 |
right: 20px; |
| 63 |
padding-right: 10px; |
| 64 |
} |
| 65 |
|
| 66 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link::after { |
| 67 |
content: "\f335"; |
| 68 |
-webkit-font-smoothing: antialiased; |
| 69 |
-moz-osx-font-smoothing: grayscale; |
| 70 |
font-family: dashicons; |
| 71 |
color: #FFF; |
| 72 |
position: absolute; |
| 73 |
left: 2px; |
| 74 |
line-height: 21px; |
| 75 |
font-size: 16px; |
| 76 |
} |
| 77 |
|
| 78 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover, |
| 79 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus { |
| 80 |
border: 1px solid #A04E00; |
| 81 |
opacity: 1 |
| 82 |
} |
| 83 |
|
| 84 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover::before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus::before { |
| 85 |
color: #A04E00; |
| 86 |
} |
| 87 |
|
| 88 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:hover::after, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header a.shepherd-cancel-link:focus::after { |
| 89 |
color: #A04E00; |
| 90 |
} |
| 91 |
|
| 92 |
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before { |
| 93 |
top: 44px; |
| 94 |
} |
| 95 |
|
| 96 |
.shepherd-content .ud-notice { |
| 97 |
|
| 98 |
background: #F0F0F0; |
| 99 |
padding: 14px; |
| 100 |
border-radius: 4px; |
| 101 |
font-size: 90% !important; |
| 102 |
line-height: 1.5; |
| 103 |
|
| 104 |
} |
| 105 |
|
| 106 |
.shepherd-content .ud-notice h3 { |
| 107 |
margin-top: 0; |
| 108 |
padding-top: 0; |
| 109 |
margin-bottom: .5em; |
| 110 |
} |
| 111 |
|
| 112 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p { |
| 113 |
margin-top: 0.5em; |
| 114 |
margin-bottom: 1.3em; |
| 115 |
} |
| 116 |
|
| 117 |
.ud-notice span.ud-special-offer { |
| 118 |
font-weight: bold; |
| 119 |
display: inline-block; |
| 120 |
padding: 1px 6px; |
| 121 |
border-radius: 3px; |
| 122 |
background: rgba(217, 105, 0, 0.09); |
| 123 |
} |
| 124 |
|
| 125 |
label[for=updraft_servicecheckbox_updraftvault] { |
| 126 |
|
| 127 |
border: 1px solid rgba(204, 204, 204, 0.4); |
| 128 |
transition: border .5s |
| 129 |
|
| 130 |
} |
| 131 |
|
| 132 |
label[for=updraft_servicecheckbox_updraftvault].emphasize { |
| 133 |
border-color: #DD6823; |
| 134 |
} |
| 135 |
|
| 136 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back, |
| 137 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-end { |
| 138 |
float: left; |
| 139 |
position: relative; |
| 140 |
padding-left: 10px; |
| 141 |
} |
| 142 |
|
| 143 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-end { |
| 144 |
padding-left: 0; |
| 145 |
color: #B7B7B7; |
| 146 |
} |
| 147 |
|
| 148 |
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button.udp-tour-back::before { |
| 149 |
content: ' '; |
| 150 |
width: 6px; |
| 151 |
height: 6px; |
| 152 |
display: block; |
| 153 |
border-left: 1px solid; |
| 154 |
border-bottom: 1px solid; |
| 155 |
position: absolute; |
| 156 |
left: 0px; |
| 157 |
top: 8px; |
| 158 |
transform: rotate(45deg); |
| 159 |
} |
| 160 |
|
| 161 |
a.shepherd-button.udp-tour-end::before { |
| 162 |
display: inline-block; |
| 163 |
position: relative; |
| 164 |
content: "\f335"; |
| 165 |
-webkit-font-smoothing: antialiased; |
| 166 |
-moz-osx-font-smoothing: grayscale; |
| 167 |
font-family: dashicons; |
| 168 |
font-size: 20px; |
| 169 |
line-height: 20px; |
| 170 |
vertical-align: middle; |
| 171 |
margin-top: -2px; |
| 172 |
} |
| 173 |
|
| 174 |
.updraftplus-welcome-logo { |
| 175 |
display: block; |
| 176 |
width: 70px; |
| 177 |
float: left; |
| 178 |
margin-top: -11px; |
| 179 |
margin-right: 12px; |
| 180 |
} |
| 181 |
|
| 182 |
.updraftplus-welcome-logo img { |
| 183 |
display: block; |
| 184 |
width: auto; |
| 185 |
max-width: 100%; |
| 186 |
} |
| 187 |
|
| 188 |
.highlight-udp .plugins #the-list tr:not([data-slug="updraftplus"]) { |
| 189 |
opacity: 0.3; |
| 190 |
} |
| 191 |
|
| 192 |
@media(max-width: 790px) { |
| 193 |
|
| 194 |
.shepherd-element.shepherd-theme-arrows-plain-buttons { |
| 195 |
display: none; |
| 196 |
} |
| 197 |
|
| 198 |
} |
| 199 |
|