| @@ -138,4 +138,277 @@ | ||
| 138 | 138 | font-family: dashicons; |
| 139 | 139 | content: "\f469"; |
| 140 | 140 | margin-left: 5px; |
| 141 | 141 | } |
| 142 | + | |
| 143 | +/* | |
| 144 | +Support Page | |
| 145 | +*/ | |
| 146 | + | |
| 147 | +.wow-support { | |
| 148 | + margin: 25px auto 0; | |
| 149 | + padding: 15px; | |
| 150 | + background: #FFFFFF; | |
| 151 | + border: 1px solid #999999; | |
| 152 | + | |
| 153 | + | |
| 154 | +} | |
| 155 | + | |
| 156 | +.feature-section.one-col p { | |
| 157 | + font-size: 16px; | |
| 158 | +} | |
| 159 | + | |
| 160 | +.wow-alert-error { | |
| 161 | + color: #a94442; | |
| 162 | + background-color: #f2dede; | |
| 163 | + border-color: #ebccd1; | |
| 164 | +} | |
| 165 | + | |
| 166 | +.wow-alert-update { | |
| 167 | + color: #94a540; | |
| 168 | + background-color: #e7f7e3; | |
| 169 | + border-color: #c7e5dc; | |
| 170 | +} | |
| 171 | + | |
| 172 | +.wow-alert { | |
| 173 | + -webkit-border-radius: 2px; | |
| 174 | + -moz-border-radius: 2px; | |
| 175 | + border-radius: 2px; | |
| 176 | + margin-bottom: 20px; | |
| 177 | + padding: 10px; | |
| 178 | + border: 1px solid transparent; | |
| 179 | + vertical-align: middle; | |
| 180 | +} | |
| 181 | + | |
| 182 | +p.wow_error { | |
| 183 | + margin: 0 !important; | |
| 184 | +} | |
| 185 | + | |
| 186 | +/** | |
| 187 | +Plugin custom style | |
| 188 | + */ | |
| 189 | + | |
| 190 | +/* Pro page */ | |
| 191 | + | |
| 192 | +.feature-section.one-col p { | |
| 193 | + font-size: 16px; | |
| 194 | +} | |
| 195 | + | |
| 196 | +.faq-title { | |
| 197 | + cursor: pointer; | |
| 198 | +} | |
| 199 | + | |
| 200 | +.faq-title:before { | |
| 201 | + content: "\f132"; | |
| 202 | + font-family: Dashicons; | |
| 203 | + vertical-align: bottom; | |
| 204 | + margin-right: 8px; | |
| 205 | + color: #e95645; | |
| 206 | +} | |
| 207 | + | |
| 208 | +.toggleshow:before { | |
| 209 | + content: "\f132"; | |
| 210 | + font-family: Dashicons; | |
| 211 | + color: #e95645 | |
| 212 | +} | |
| 213 | + | |
| 214 | +.togglehide:before { | |
| 215 | + content: "\f460"; | |
| 216 | + font-family: Dashicons; | |
| 217 | +} | |
| 218 | + | |
| 219 | +.item-title { | |
| 220 | + margin: 1.25em 0 .6em; | |
| 221 | + font-size: 1em; | |
| 222 | + line-height: 1; | |
| 223 | + color: #1e73be; | |
| 224 | +} | |
| 225 | + | |
| 226 | +.items .inside { | |
| 227 | + margin: 10px 10px 10px 20px; | |
| 228 | + display: none; | |
| 229 | +} | |
| 230 | + | |
| 231 | +.feature-section ul { | |
| 232 | + margin-left: 10px; | |
| 233 | +} | |
| 234 | + | |
| 235 | +.feature-section ul li:before { | |
| 236 | + content: "\f147"; | |
| 237 | + font-family: Dashicons; | |
| 238 | + margin-right: 5px; | |
| 239 | + color: #e95645 | |
| 240 | +} | |
| 241 | + | |
| 242 | +.wow-btn { | |
| 243 | + width: 380px; | |
| 244 | + display: inline-block; | |
| 245 | + height: 42px; | |
| 246 | + background: #43cb83; | |
| 247 | + border-radius: 3px; | |
| 248 | + line-height: 42px; | |
| 249 | + text-align: center; | |
| 250 | + color: #fff !important; | |
| 251 | + text-decoration: none; | |
| 252 | + font-size: 18px; | |
| 253 | + font-weight: 500; | |
| 254 | + cursor: pointer; | |
| 255 | + border: none; | |
| 256 | +} | |
| 257 | + | |
| 258 | +.wow-btn:hover { | |
| 259 | + background: #5cc38d; | |
| 260 | +} | |
| 261 | + | |
| 262 | +.wow-btn-demo { | |
| 263 | + width: 380px; | |
| 264 | + display: inline-block; | |
| 265 | + height: 42px; | |
| 266 | + background: #1f9ef8; | |
| 267 | + border-radius: 3px; | |
| 268 | + line-height: 42px; | |
| 269 | + text-align: center; | |
| 270 | + color: #fff !important; | |
| 271 | + text-decoration: none; | |
| 272 | + font-size: 18px; | |
| 273 | + font-weight: 500; | |
| 274 | + cursor: pointer; | |
| 275 | + border: none; | |
| 276 | +} | |
| 277 | + | |
| 278 | +.wow-btn-demo:hover { | |
| 279 | + background: #128be0; | |
| 280 | +} | |
| 281 | + | |
| 282 | +.wow-btn .dashicons, | |
| 283 | +.wow-btn-demo .dashicons { | |
| 284 | + line-height: 42px; | |
| 285 | + font-size: 24px; | |
| 286 | +} | |
| 287 | + | |
| 288 | +/** | |
| 289 | +Plugin custom style | |
| 290 | + */ | |
| 291 | + | |
| 292 | + | |
| 293 | +.button-preview { | |
| 294 | + background-color: #fff; | |
| 295 | + min-height: 200px; | |
| 296 | + border-bottom: 1px solid #eee; | |
| 297 | + -moz-box-sizing: border-box; | |
| 298 | + box-sizing: border-box; | |
| 299 | + position: relative; | |
| 300 | +} | |
| 301 | + | |
| 302 | +.button-preview h3 { | |
| 303 | + padding: 15px; | |
| 304 | + border-bottom: 1px solid #eee; | |
| 305 | +} | |
| 306 | + | |
| 307 | +.button-builder { | |
| 308 | + text-align: center; | |
| 309 | +} | |
| 310 | + | |
| 311 | +#button-preview { | |
| 312 | + margin: 10px auto; | |
| 313 | +} | |
| 314 | + | |
| 315 | +.ideas .dashicons-star-filled { | |
| 316 | + color: #ffcc01; | |
| 317 | +} | |
| 318 | + | |
| 319 | +.ideas .dashicons-share { | |
| 320 | + color: #006bb3; | |
| 321 | +} | |
| 322 | + | |
| 323 | +.ideas .dashicons-megaphone { | |
| 324 | + color: #e95645; | |
| 325 | +} | |
| 326 | + | |
| 327 | +.ideas { | |
| 328 | + font-size: 14px; | |
| 329 | +} | |
| 330 | + | |
| 331 | +.ideas i { | |
| 332 | + margin-right: 14px; | |
| 333 | +} | |
| 334 | + | |
| 335 | +.ideas a { | |
| 336 | + font-weight: 600; | |
| 337 | +} | |
| 338 | + | |
| 339 | +.ideas [data-share] { | |
| 340 | + color: #0073aa; | |
| 341 | + transition-property: border,background,color; | |
| 342 | + transition-duration: .05s; | |
| 343 | + transition-timing-function: ease-in-out; | |
| 344 | + cursor: pointer; | |
| 345 | + text-decoration: underline; | |
| 346 | +} | |
| 347 | +table.wp-list-table { | |
| 348 | + table-layout: auto; | |
| 349 | +} | |
| 350 | + | |
| 351 | +.wowp-header { | |
| 352 | + position: relative; | |
| 353 | + border-top: 5px solid #2C0242; | |
| 354 | + border-bottom: 1px solid #c3c4c7; | |
| 355 | + padding: 20px 0; | |
| 356 | + margin-left: -20px; | |
| 357 | + background: #fff; | |
| 358 | + margin-bottom: 32px; | |
| 359 | +} | |
| 360 | +.wowp-links { | |
| 361 | + position: absolute; | |
| 362 | + top: 0; | |
| 363 | + right: 20px; | |
| 364 | + display: flex; | |
| 365 | + gap: 0.75rem; | |
| 366 | + padding: 5px 10px; | |
| 367 | + border-radius: 0 0 4px 4px; | |
| 368 | + border: 2px solid #88C0D0; | |
| 369 | + border-top: none; | |
| 370 | + background-color: #E9F4F6; | |
| 371 | +} | |
| 372 | +.wowp-link { | |
| 373 | + text-decoration: none; | |
| 374 | + color: #222222; | |
| 375 | + font-size: 0.85rem; | |
| 376 | +} | |
| 377 | +.wowp-header-wrapper { | |
| 378 | + display: flex; | |
| 379 | + gap: 1.5rem; | |
| 380 | + align-items: center; | |
| 381 | + padding: 0 20px; | |
| 382 | +} | |
| 383 | +.wowp-header-wrapper .page-title-action.button { | |
| 384 | + margin-left: 25px; | |
| 385 | +} | |
| 386 | +.wowp-heading-inline { | |
| 387 | + position: relative; | |
| 388 | + display: flex; | |
| 389 | + align-items: center; | |
| 390 | + gap: 1rem; | |
| 391 | + color: #1d2327; | |
| 392 | + font-size: 2em; | |
| 393 | +} | |
| 394 | +.wowp-heading-inline img { | |
| 395 | + width: 40px; | |
| 396 | +} | |
| 397 | +.wowp-heading-inline sup { | |
| 398 | + position: absolute; | |
| 399 | + top: 0; | |
| 400 | + right: 0; | |
| 401 | + font-weight: 300; | |
| 402 | + font-size: 12px; | |
| 403 | + transform: translateX(110%); | |
| 404 | + | |
| 405 | +} | |
| 406 | +.wowp-heading-separator { | |
| 407 | + position: relative; | |
| 408 | +} | |
| 409 | +.wowp-heading-separator:before { | |
| 410 | + content: ""; | |
| 411 | + height: 20px; | |
| 412 | + border-right: 2px solid #e7e7e7; | |
| 413 | + font-size: 20px; | |
| 414 | +} | |