| 1 |
/* Self Clearing Goodness */ |
| 2 |
#catchwebtools:after, |
| 3 |
#plugin-option-title:after, |
| 4 |
#plugin-support:after, |
| 5 |
#catch_ad_tabs:after, |
| 6 |
.module-container:after { |
| 7 |
content: "\0020"; |
| 8 |
display: block; |
| 9 |
height: 0; |
| 10 |
clear: both; |
| 11 |
visibility: hidden; |
| 12 |
} |
| 13 |
|
| 14 |
.clear { |
| 15 |
clear: both; |
| 16 |
} |
| 17 |
|
| 18 |
#catchwebtools { |
| 19 |
background-color: #fff; |
| 20 |
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); |
| 21 |
margin: 10px 20px 10px 0; |
| 22 |
padding-bottom: 30px; |
| 23 |
} |
| 24 |
|
| 25 |
#catchwebtools .updated { |
| 26 |
float: right; |
| 27 |
} |
| 28 |
|
| 29 |
#catchwebtools .form-table th { |
| 30 |
padding-left: 10px; |
| 31 |
} |
| 32 |
|
| 33 |
#plugin-option-header { |
| 34 |
background-color: #3A3D41; |
| 35 |
display: block; |
| 36 |
padding: 15px 20px; |
| 37 |
overflow: hidden; |
| 38 |
} |
| 39 |
|
| 40 |
#plugin-social { |
| 41 |
float: right; |
| 42 |
width: 330px; |
| 43 |
} |
| 44 |
|
| 45 |
#plugin-social ul li { |
| 46 |
display: inline; |
| 47 |
float: right; |
| 48 |
} |
| 49 |
|
| 50 |
#plugin-option-title { |
| 51 |
float: left; |
| 52 |
} |
| 53 |
|
| 54 |
#plugin-option-title .title { |
| 55 |
color: #fff; |
| 56 |
float: left; |
| 57 |
font-size: 21px; |
| 58 |
line-height: 53px; |
| 59 |
padding: 0 10px 0 0; |
| 60 |
text-shadow: none; |
| 61 |
} |
| 62 |
|
| 63 |
#plugin-option-title .logo { |
| 64 |
float: left; |
| 65 |
padding: 0; |
| 66 |
} |
| 67 |
|
| 68 |
#plugin-support { |
| 69 |
float: right; |
| 70 |
text-align: right; |
| 71 |
} |
| 72 |
|
| 73 |
#plugin-support ul li { |
| 74 |
display: inline; |
| 75 |
} |
| 76 |
|
| 77 |
#plugin-support a { |
| 78 |
opacity: 0.8; |
| 79 |
-moz-opacity: 0.8; |
| 80 |
} |
| 81 |
|
| 82 |
#plugin-support a:hover { |
| 83 |
opacity: 1; |
| 84 |
-moz-opacity: 1; |
| 85 |
} |
| 86 |
|
| 87 |
#catchwebtools .tabNavigation { |
| 88 |
background-color: #000; |
| 89 |
clear: both; |
| 90 |
margin: 0 auto 10px; |
| 91 |
text-align: center; |
| 92 |
font: 13px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
| 93 |
line-height: 18px; |
| 94 |
} |
| 95 |
|
| 96 |
#catchwebtools .tabNavigation li { |
| 97 |
display: inline-block; |
| 98 |
margin: 0; |
| 99 |
} |
| 100 |
|
| 101 |
#catchwebtools .tabNavigation li a { |
| 102 |
color: #EEEEEE; |
| 103 |
display: block; |
| 104 |
font-size: 15px; |
| 105 |
line-height: 38px; |
| 106 |
outline: none; |
| 107 |
padding: 0 20px; |
| 108 |
text-decoration: none; |
| 109 |
text-transform: uppercase; |
| 110 |
} |
| 111 |
|
| 112 |
#catchwebtools .tabNavigation li a:hover, |
| 113 |
#catchwebtools .tabNavigation li.ui-state-active a { |
| 114 |
background-color: #dfdfdf; |
| 115 |
color: #000; |
| 116 |
} |
| 117 |
|
| 118 |
#catchwebtools .option-container { |
| 119 |
margin: 0 auto; |
| 120 |
width: 90%; |
| 121 |
} |
| 122 |
|
| 123 |
#catchwebtools .tabNavigation .ui-tabs-selected a { |
| 124 |
background: url('../../../../../wp-admin/images/menu-bits.gif') repeat-x left top #E0E0E0; |
| 125 |
border-color: #aaa !important; |
| 126 |
color: #000; |
| 127 |
} |
| 128 |
|
| 129 |
#catchwebtools #videos textarea, |
| 130 |
#howimadeit textarea { |
| 131 |
height: 150px; |
| 132 |
width: 400px; |
| 133 |
} |
| 134 |
|
| 135 |
#catchwebtools #videos textarea, |
| 136 |
#howimadeit textarea { |
| 137 |
height: 150px; |
| 138 |
width: 400px; |
| 139 |
} |
| 140 |
|
| 141 |
#catchwebtools #faq ul li { |
| 142 |
list-style: disc inside none; |
| 143 |
} |
| 144 |
|
| 145 |
#sociallinks .form-table th { |
| 146 |
padding: 0px; |
| 147 |
vertical-align: middle; |
| 148 |
} |
| 149 |
|
| 150 |
#catchwebtools .form-table select[multiple] { |
| 151 |
height: 200px; |
| 152 |
} |
| 153 |
|
| 154 |
#catchwebtools .form-table label.box { |
| 155 |
float: left; |
| 156 |
margin-right: 20px; |
| 157 |
} |
| 158 |
|
| 159 |
#catchwebtools .form-table label.box:last-child { |
| 160 |
margin-right: 0; |
| 161 |
} |
| 162 |
|
| 163 |
h3.option-toggle { |
| 164 |
margin: 20px 0 0 0; |
| 165 |
border: 1px solid #dfdfdf; |
| 166 |
background-color: #F1F1F1; |
| 167 |
background-image: -ms-linear-gradient(top, #f9f9f9, #ececec); |
| 168 |
background-image: -moz-linear-gradient(top, #f9f9f9, #ececec); |
| 169 |
background-image: -o-linear-gradient(top, #f9f9f9, #ececec); |
| 170 |
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ececec)); |
| 171 |
background-image: -webkit-linear-gradient(top, #f9f9f9, #ececec); |
| 172 |
background-image: linear-gradient(top, #f9f9f9, #ececec); |
| 173 |
font-size: 15px; |
| 174 |
font-weight: normal; |
| 175 |
float: left; |
| 176 |
width: 100%; |
| 177 |
} |
| 178 |
|
| 179 |
h3.option-toggle a { |
| 180 |
background: url(../images/arrow-down.png) 96% 50% no-repeat; |
| 181 |
color: #464646; |
| 182 |
text-decoration: none; |
| 183 |
display: block; |
| 184 |
text-shadow: #fff 0 1px 0; |
| 185 |
padding: 12px; |
| 186 |
} |
| 187 |
|
| 188 |
h3.option-active a { |
| 189 |
background: url(../images/arrow-up.png) 96% 50% no-repeat; |
| 190 |
color: #000; |
| 191 |
} |
| 192 |
|
| 193 |
.option-content { |
| 194 |
margin: 0; |
| 195 |
padding: 0; |
| 196 |
border: 1px solid #dfdfdf; |
| 197 |
border-top: none; |
| 198 |
background: #fcfcfc; |
| 199 |
overflow: hidden; |
| 200 |
font-size: 12px; |
| 201 |
clear: both; |
| 202 |
color: #333; |
| 203 |
padding: 21px; |
| 204 |
} |
| 205 |
|
| 206 |
/* Genericon */ |
| 207 |
.catchwebtools-social a.font-awesome { |
| 208 |
vertical-align: middle; |
| 209 |
font-size: 18px; |
| 210 |
padding-right: 7px; |
| 211 |
margin-top: -3px; |
| 212 |
display: inline; |
| 213 |
} |
| 214 |
|
| 215 |
/* Dashboard */ |
| 216 |
|
| 217 |
.wrap #plugin-description h2 { |
| 218 |
color: #464646; |
| 219 |
font-size: 18px; |
| 220 |
padding-bottom: 0; |
| 221 |
} |
| 222 |
|
| 223 |
.wrap #plugin-description p { |
| 224 |
font-size: 13px; |
| 225 |
line-height: 1.5; |
| 226 |
margin-top: 5px; |
| 227 |
} |
| 228 |
|
| 229 |
.module-container .catch-modules { |
| 230 |
border: 1px solid #dfdfdf; |
| 231 |
} |
| 232 |
|
| 233 |
.module-container .module-wrap { |
| 234 |
display: inline; |
| 235 |
float: left; |
| 236 |
margin-bottom: 20px; |
| 237 |
position: relative; |
| 238 |
width: 100%; |
| 239 |
box-sizing: border-box; |
| 240 |
} |
| 241 |
|
| 242 |
.module-container .catch-modules-long .updated { |
| 243 |
float: none; |
| 244 |
} |
| 245 |
|
| 246 |
.module-container .catch-modules p { |
| 247 |
margin: 0 0 10px; |
| 248 |
} |
| 249 |
|
| 250 |
.module-container .module-content p:last-of-type { |
| 251 |
margin-bottom: 0; |
| 252 |
} |
| 253 |
|
| 254 |
.module-container .catch-actions { |
| 255 |
margin-top: 14px; |
| 256 |
} |
| 257 |
|
| 258 |
.module-container .catch-actions a, |
| 259 |
.module-container .catch-actions .button { |
| 260 |
font-weight: bold; |
| 261 |
} |
| 262 |
|
| 263 |
.catchwebtools-social a.font-awesome { |
| 264 |
margin-right: 15px; |
| 265 |
} |
| 266 |
|
| 267 |
/* Hover Effects For Social Icon */ |
| 268 |
.catchwebtools-social.social-brand-hover .genericon.genericon-feed:hover, |
| 269 |
.catchwebtools-social.social-brand-static .genericon.genericon-feed { |
| 270 |
border-color: #dc622c; |
| 271 |
color: #dc622c; |
| 272 |
} |
| 273 |
|
| 274 |
.catchwebtools-social.social-brand-hover .genericon.genericon-codepen:hover, |
| 275 |
.catchwebtools-social.social-brand-static .genericon.genericon-codepen { |
| 276 |
border-color: #000; |
| 277 |
color: #000; |
| 278 |
} |
| 279 |
|
| 280 |
.catchwebtools-social.social-brand-hover .genericon.genericon-digg:hover, |
| 281 |
.catchwebtools-social.social-brand-static .genericon.genericon-digg { |
| 282 |
border-color: #333; |
| 283 |
color: #333; |
| 284 |
} |
| 285 |
|
| 286 |
.catchwebtools-social.social-brand-hover .genericon.genericon-dribbble:hover, |
| 287 |
.catchwebtools-social.social-brand-static .genericon.genericon-dribbble { |
| 288 |
border-color: #ea4c89; |
| 289 |
color: #ea4c89; |
| 290 |
} |
| 291 |
|
| 292 |
.catchwebtools-social.social-brand-hover .genericon.genericon-dropbox:hover, |
| 293 |
.catchwebtools-social.social-brand-static .genericon.genericon-dropbox { |
| 294 |
border-color: #2281cf; |
| 295 |
color: #2281cf; |
| 296 |
} |
| 297 |
|
| 298 |
.catchwebtools-social.social-brand-hover .genericon.genericon-facebook:hover, |
| 299 |
.catchwebtools-social.social-brand-static .genericon.genericon-facebook { |
| 300 |
border-color: #3b5998; |
| 301 |
color: #3b5998; |
| 302 |
} |
| 303 |
|
| 304 |
.catchwebtools-social.social-brand-hover .genericon.genericon-flickr:hover, |
| 305 |
.catchwebtools-social.social-brand-static .genericon.genericon-flickr { |
| 306 |
border-color: #ff0084; |
| 307 |
color: #ff0084; |
| 308 |
} |
| 309 |
|
| 310 |
.catchwebtools-social.social-brand-hover .genericon.genericon-foursquare:hover, |
| 311 |
.catchwebtools-social.social-brand-static .genericon.genericon-foursquare { |
| 312 |
border-color: #f94877; |
| 313 |
color: #f94877; |
| 314 |
} |
| 315 |
|
| 316 |
.catchwebtools-social.social-brand-hover .genericon.genericon-googleplus:hover, |
| 317 |
.catchwebtools-social.social-brand-static .genericon.genericon-googleplus { |
| 318 |
border-color: #dd4b39; |
| 319 |
color: #dd4b39; |
| 320 |
} |
| 321 |
|
| 322 |
.catchwebtools-social.social-brand-hover .genericon.genericon-github:hover, |
| 323 |
.catchwebtools-social.social-brand-static .genericon.genericon-github { |
| 324 |
border-color: #4183c4; |
| 325 |
color: #4183c4; |
| 326 |
} |
| 327 |
|
| 328 |
.catchwebtools-social.social-brand-hover .genericon.genericon-instagram:hover, |
| 329 |
.catchwebtools-social.social-brand-static .genericon.genericon-instagram { |
| 330 |
border-color: #3f729b; |
| 331 |
color: #3f729b; |
| 332 |
} |
| 333 |
|
| 334 |
.catchwebtools-social.social-brand-hover .genericon.genericon-linkedin:hover, |
| 335 |
.catchwebtools-social.social-brand-static .genericon.genericon-linkedin { |
| 336 |
border-color: #007bb6; |
| 337 |
color: #007bb6; |
| 338 |
} |
| 339 |
|
| 340 |
.catchwebtools-social.social-brand-hover .genericon.genericon-pinterest:hover, |
| 341 |
.catchwebtools-social.social-brand-static .genericon.genericon-pinterest { |
| 342 |
border-color: #cb2027; |
| 343 |
color: #cb2027; |
| 344 |
} |
| 345 |
|
| 346 |
.catchwebtools-social.social-brand-hover .genericon.genericon-pocket:hover, |
| 347 |
.catchwebtools-social.social-brand-static .genericon.genericon-pocket { |
| 348 |
border-color: #f13753; |
| 349 |
color: #f13753; |
| 350 |
} |
| 351 |
|
| 352 |
.catchwebtools-social.social-brand-hover .genericon.genericon-polldaddy:hover, |
| 353 |
.catchwebtools-social.social-brand-static .genericon.genericon-polldaddy { |
| 354 |
border-color: #bc0b0b; |
| 355 |
color: #bc0b0b; |
| 356 |
} |
| 357 |
|
| 358 |
.catchwebtools-social.social-brand-hover .genericon.genericon-reddit:hover, |
| 359 |
.catchwebtools-social.social-brand-static .genericon.genericon-reddit { |
| 360 |
border-color: #ff4500; |
| 361 |
color: #ff4500; |
| 362 |
} |
| 363 |
|
| 364 |
.catchwebtools-social.social-brand-hover .genericon.genericon-stumbleupon:hover, |
| 365 |
.catchwebtools-social.social-brand-static .genericon.genericon-stumbleupon { |
| 366 |
border-color: #eb4924; |
| 367 |
color: #eb4924; |
| 368 |
} |
| 369 |
|
| 370 |
.catchwebtools-social.social-brand-hover .genericon.genericon-tumblr:hover, |
| 371 |
.catchwebtools-social.social-brand-static .genericon.genericon-tumblr { |
| 372 |
border-color: #32506d; |
| 373 |
color: #32506d; |
| 374 |
} |
| 375 |
|
| 376 |
.catchwebtools-social.social-brand-hover .genericon.genericon-twitter:hover, |
| 377 |
.catchwebtools-social.social-brand-static .genericon.genericon-twitter { |
| 378 |
border-color: #00aced; |
| 379 |
color: #00aced; |
| 380 |
} |
| 381 |
|
| 382 |
.catchwebtools-social.social-brand-hover .genericon.genericon-vimeo:hover, |
| 383 |
.catchwebtools-social.social-brand-static .genericon.genericon-vimeo { |
| 384 |
border-color: #aad450; |
| 385 |
color: #aad450; |
| 386 |
} |
| 387 |
|
| 388 |
.catchwebtools-social.social-brand-hover .genericon.genericon-vk:hover, |
| 389 |
.catchwebtools-social.social-brand-static .genericon.genericon-vk { |
| 390 |
border-color: #45668e; |
| 391 |
color: #45668e; |
| 392 |
} |
| 393 |
|
| 394 |
.catchwebtools-social.social-brand-hover .genericon.genericon-wordpress:hover, |
| 395 |
.catchwebtools-social.social-brand-static .genericon.genericon-wordpress { |
| 396 |
border-color: #21759b; |
| 397 |
color: #21759b; |
| 398 |
} |
| 399 |
|
| 400 |
.catchwebtools-social.social-brand-hover .genericon.genericon-youtube:hover, |
| 401 |
.catchwebtools-social.social-brand-static .genericon.genericon-youtube { |
| 402 |
border-color: #bb0000; |
| 403 |
color: #bb0000; |
| 404 |
} |
| 405 |
|
| 406 |
.catchwebtools-social.social-brand-hover .genericon.genericon-mail:hover, |
| 407 |
.catchwebtools-social.social-brand-static .genericon.genericon-mail { |
| 408 |
border-color: #1d62f0; |
| 409 |
color: #1d62f0; |
| 410 |
} |
| 411 |
|
| 412 |
.catchwebtools-social.social-brand-hover .genericon.genericon-spotify:hover, |
| 413 |
.catchwebtools-social.social-brand-static .genericon.genericon-spotify { |
| 414 |
border-color: #81b900; |
| 415 |
color: #81b900; |
| 416 |
} |
| 417 |
|
| 418 |
.catchwebtools-social.social-brand-hover .genericon.genericon-twitch:hover, |
| 419 |
.catchwebtools-social.social-brand-static .genericon.genericon-twitch { |
| 420 |
border-color: #6441a5; |
| 421 |
color: #6441a5; |
| 422 |
} |
| 423 |
|
| 424 |
.catchwebtools-social.social-brand-hover .genericon.genericon-website:hover, |
| 425 |
.catchwebtools-social.social-brand-hover .genericon.genericon-phone:hover, |
| 426 |
.catchwebtools-social.social-brand-hover .genericon.genericon-handset:hover, |
| 427 |
.catchwebtools-social.social-brand-hover .genericon.genericon-card:hover, |
| 428 |
.catchwebtools-social.social-brand-hover .genericon.genericon-cloud:hover, |
| 429 |
.catchwebtools-social.social-brand-hover .genericon.genericon-link:hover, |
| 430 |
.catchwebtools-social.social-brand-static .genericon.genericon-website, |
| 431 |
.catchwebtools-social.social-brand-static .genericon.genericon-phone, |
| 432 |
.catchwebtools-social.social-brand-static .genericon.genericon-handset, |
| 433 |
.catchwebtools-social.social-brand-static .genericon.genericon-card, |
| 434 |
.catchwebtools-social.social-brand-static .genericon.genericon-cloud, |
| 435 |
.catchwebtools-social.social-brand-static .genericon.genericon-link, |
| 436 |
{ |
| 437 |
background-color: #42b41e; |
| 438 |
border-color: #42b41e; |
| 439 |
} |
| 440 |
|
| 441 |
|
| 442 |
/*Custom Styles*/ |
| 443 |
.catch-modules .module-header, |
| 444 |
.catch-modules-long .module-header { |
| 445 |
background-color: #f3f3f3; |
| 446 |
padding: 11px 18px; |
| 447 |
} |
| 448 |
|
| 449 |
.catch-modules .module-header h3, |
| 450 |
.module-container .catch-modules-long h3 { |
| 451 |
margin: 0; |
| 452 |
} |
| 453 |
|
| 454 |
.module-content { |
| 455 |
padding: 11px 18px; |
| 456 |
} |
| 457 |
|
| 458 |
.module-container .module-wrap.catch-modules-long { |
| 459 |
width: 100%; |
| 460 |
padding-right: 0; |
| 461 |
} |
| 462 |
|
| 463 |
.module-container .catch-actions .button { |
| 464 |
margin-top: 5px; |
| 465 |
margin-right: 5px; |
| 466 |
} |
| 467 |
|
| 468 |
.module-container .module-wrap.catch-modules-long, |
| 469 |
.wrap p.submit { |
| 470 |
margin-bottom: 0; |
| 471 |
padding-bottom: 0; |
| 472 |
} |
| 473 |
|
| 474 |
.form-table { |
| 475 |
margin-top: 0; |
| 476 |
table-layout: fixed; |
| 477 |
} |
| 478 |
|
| 479 |
.form-table th, |
| 480 |
.form-table td { |
| 481 |
padding-top: 0; |
| 482 |
margin-top: 0; |
| 483 |
padding-left: 0; |
| 484 |
padding-bottom: 14px; |
| 485 |
} |
| 486 |
|
| 487 |
.form-table td { |
| 488 |
padding-right: 0; |
| 489 |
} |
| 490 |
|
| 491 |
.form-table .catchwebtools-social th { |
| 492 |
padding-right: 14px; |
| 493 |
} |
| 494 |
|
| 495 |
.form-table .catchwebtools-social { |
| 496 |
padding-bottom: 15px; |
| 497 |
} |
| 498 |
|
| 499 |
.wp-core-ui .button, |
| 500 |
.wp-core-ui .button-primary, |
| 501 |
.wp-core-ui .button-secondary { |
| 502 |
white-space: normal; |
| 503 |
height: auto; |
| 504 |
} |
| 505 |
|
| 506 |
input[type="text"], |
| 507 |
input[type="search"], |
| 508 |
input[type="password"], |
| 509 |
input[type="email"], |
| 510 |
textarea { |
| 511 |
width: 100%; |
| 512 |
} |
| 513 |
|
| 514 |
.notice.notice-warning { |
| 515 |
padding: 12px 0 12px 12px; |
| 516 |
box-shadow: none; |
| 517 |
} |
| 518 |
|
| 519 |
#module-disabled .module-content { |
| 520 |
margin-top: 21px; |
| 521 |
} |
| 522 |
|
| 523 |
.icon-info { |
| 524 |
display: -webkit-box; |
| 525 |
display: -ms-flexbox; |
| 526 |
display: flex; |
| 527 |
-webkit-box-align: center; |
| 528 |
-ms-flex-align: center; |
| 529 |
align-items: center; |
| 530 |
gap: 10px; |
| 531 |
} |
| 532 |
|
| 533 |
.icon-info:not(.last-child) { |
| 534 |
margin-bottom: 10px; |
| 535 |
} |
| 536 |
|
| 537 |
.icon-info .font-awesome { |
| 538 |
font-size: 24px; |
| 539 |
width: 30px; |
| 540 |
text-align: center; |
| 541 |
} |
| 542 |
|
| 543 |
.icon-name { |
| 544 |
display: -webkit-box; |
| 545 |
display: -ms-flexbox; |
| 546 |
display: flex; |
| 547 |
-webkit-box-align: center; |
| 548 |
-ms-flex-align: center; |
| 549 |
align-items: center; |
| 550 |
gap: 15px; |
| 551 |
width: 150px; |
| 552 |
} |
| 553 |
|
| 554 |
.icon-info .icon-name p { |
| 555 |
font-weight: bold; |
| 556 |
margin: 0; |
| 557 |
} |