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