Plugin Directory

Changeset 1668426


Ignore:
Timestamp:
06/01/2017 08:05:53 AM (9 years ago)
Author:
janwolf
Message:

Release v1.0.2, see readme.txt for the changelog.

Location:
light-contact-form
Files:
18 added
3 deleted
9 edited
2 copied

Legend:

Unmodified
Added
Removed
  • light-contact-form/tags/1.0.2/dst/style.min.css

    r1390666 r1668426  
    1 form.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}form.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}form.jw_lightcontactform_form input[type=text]{width:calc(50% - 1.25em);padding:.75em;font-weight:700;margin:0 1.25em 1.25em 0;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box;-moz-box-sizing:border-box;float:left}form.jw_lightcontactform_form input[type=text].jw_lightcontactform_mail{margin-right:0;width:50%;float:none}form.jw_lightcontactform_form textarea{display:inline-block;font-size:1em;width:100%;resize:vertical;box-sizing:border-box;-moz-box-sizing:border-box;border-radius:.5em;height:10em;color:#6cc;font-family:inherit;padding:.75em}form.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}form.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}form.jw_lightcontactform_form input[type=submit]:disabled{background:#e8e8e8;color:#f8f8f8}div#jw_lightcontactform_toast{position:fixed;box-shadow:2px 2px 0 2px rgba(0,0,0,.2);-webkit-box-shadow:2px 2px 0 2px rgba(0,0,0,.2);top:0;padding:1em;left:0;text-align:center;border:1px solid rgba(0,0,0,.1);color:#fff;display:none;width:100%;font:700 1em Lato;text-shadow:1px 1px 2px #000;z-index:1;background-size:200px 200px;background-color:#f36;background-image:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:-webkit-linear-gradient(315deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);-webkit-transform:translateY(-120px);transform:translateY(-120px);box-sizing:border-box}div#jw_lightcontactform_toast.active{display:block;-webkit-animation:a 4s linear infinite,b 7s 1 ease-in-out forwards;animation:a 4s linear infinite,b 7s 1 ease-in-out forwards}@-webkit-keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@-webkit-keyframes b{0%,to{-webkit-transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0)}}@keyframes b{0%,to{-webkit-transform:translateY(-120px);transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0);transform:translateY(0)}}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}.jw_lightcontactform_form input[type=text]{font-weight:700;margin:0 1.25em 1.25em 0}.jw_lightcontactform_form input[type=text],.jw_lightcontactform_form textarea{padding:.75em;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box}.jw_lightcontactform_form textarea{display:inline-block;width:100%;resize:vertical;-moz-box-sizing:border-box;height:10em;font-family:inherit}.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}
  • light-contact-form/tags/1.0.2/dst/style_admin.min.css

    r1390666 r1668426  
    1 input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
  • light-contact-form/tags/1.0.2/readme.txt

    r1390666 r1668426  
    44Donate link: https://jan-wolf.de
    55Requires at least: 4.2
    6 Tested up to: 4.4.2
    7 Stable tag: 4.4.2
     6Tested up to: 4.9.0
     7Stable tag: 4.9.0
    88License: MIT
    99License URI: https://github.com/daffunn/lightcontactform/blob/master/LICENSE.md
  • light-contact-form/tags/v1.0.2/trunk/dst/style.min.css

    r1390666 r1668426  
    1 form.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}form.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}form.jw_lightcontactform_form input[type=text]{width:calc(50% - 1.25em);padding:.75em;font-weight:700;margin:0 1.25em 1.25em 0;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box;-moz-box-sizing:border-box;float:left}form.jw_lightcontactform_form input[type=text].jw_lightcontactform_mail{margin-right:0;width:50%;float:none}form.jw_lightcontactform_form textarea{display:inline-block;font-size:1em;width:100%;resize:vertical;box-sizing:border-box;-moz-box-sizing:border-box;border-radius:.5em;height:10em;color:#6cc;font-family:inherit;padding:.75em}form.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}form.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}form.jw_lightcontactform_form input[type=submit]:disabled{background:#e8e8e8;color:#f8f8f8}div#jw_lightcontactform_toast{position:fixed;box-shadow:2px 2px 0 2px rgba(0,0,0,.2);-webkit-box-shadow:2px 2px 0 2px rgba(0,0,0,.2);top:0;padding:1em;left:0;text-align:center;border:1px solid rgba(0,0,0,.1);color:#fff;display:none;width:100%;font:700 1em Lato;text-shadow:1px 1px 2px #000;z-index:1;background-size:200px 200px;background-color:#f36;background-image:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:-webkit-linear-gradient(315deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);-webkit-transform:translateY(-120px);transform:translateY(-120px);box-sizing:border-box}div#jw_lightcontactform_toast.active{display:block;-webkit-animation:a 4s linear infinite,b 7s 1 ease-in-out forwards;animation:a 4s linear infinite,b 7s 1 ease-in-out forwards}@-webkit-keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@-webkit-keyframes b{0%,to{-webkit-transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0)}}@keyframes b{0%,to{-webkit-transform:translateY(-120px);transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0);transform:translateY(0)}}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}.jw_lightcontactform_form input[type=text]{font-weight:700;margin:0 1.25em 1.25em 0}.jw_lightcontactform_form input[type=text],.jw_lightcontactform_form textarea{padding:.75em;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box}.jw_lightcontactform_form textarea{display:inline-block;width:100%;resize:vertical;-moz-box-sizing:border-box;height:10em;font-family:inherit}.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}
  • light-contact-form/tags/v1.0.2/trunk/dst/style_admin.min.css

    r1390666 r1668426  
    1 input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
  • light-contact-form/tags/v1.0.2/trunk/readme.txt

    r1390666 r1668426  
    44Donate link: https://jan-wolf.de
    55Requires at least: 4.2
    6 Tested up to: 4.4.2
    7 Stable tag: 4.4.2
     6Tested up to: 4.9.0
     7Stable tag: 4.9.0
    88License: MIT
    99License URI: https://github.com/daffunn/lightcontactform/blob/master/LICENSE.md
  • light-contact-form/trunk/dst/style.min.css

    r1390666 r1668426  
    1 form.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}form.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}form.jw_lightcontactform_form input[type=text]{width:calc(50% - 1.25em);padding:.75em;font-weight:700;margin:0 1.25em 1.25em 0;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box;-moz-box-sizing:border-box;float:left}form.jw_lightcontactform_form input[type=text].jw_lightcontactform_mail{margin-right:0;width:50%;float:none}form.jw_lightcontactform_form textarea{display:inline-block;font-size:1em;width:100%;resize:vertical;box-sizing:border-box;-moz-box-sizing:border-box;border-radius:.5em;height:10em;color:#6cc;font-family:inherit;padding:.75em}form.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}form.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}form.jw_lightcontactform_form input[type=submit]:disabled{background:#e8e8e8;color:#f8f8f8}div#jw_lightcontactform_toast{position:fixed;box-shadow:2px 2px 0 2px rgba(0,0,0,.2);-webkit-box-shadow:2px 2px 0 2px rgba(0,0,0,.2);top:0;padding:1em;left:0;text-align:center;border:1px solid rgba(0,0,0,.1);color:#fff;display:none;width:100%;font:700 1em Lato;text-shadow:1px 1px 2px #000;z-index:1;background-size:200px 200px;background-color:#f36;background-image:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:-webkit-linear-gradient(315deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);background-image:linear-gradient(135deg,hsla(0,0%,100%,.1) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 75%,transparent 0,transparent);-webkit-transform:translateY(-120px);transform:translateY(-120px);box-sizing:border-box}div#jw_lightcontactform_toast.active{display:block;-webkit-animation:a 4s linear infinite,b 7s 1 ease-in-out forwards;animation:a 4s linear infinite,b 7s 1 ease-in-out forwards}@-webkit-keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@keyframes a{0%{background-position:0 0}to{background-position:200px 0}}@-webkit-keyframes b{0%,to{-webkit-transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0)}}@keyframes b{0%,to{-webkit-transform:translateY(-120px);transform:translateY(-120px)}10%,90%{-webkit-transform:translateY(0);transform:translateY(0)}}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */.jw_lightcontactform_form{max-width:40em;margin-left:auto;margin-right:auto;text-align:center}.jw_lightcontactform_form .input{background:#f5f5f5;border-radius:1em;text-align:left;padding:1.25em}.jw_lightcontactform_form input[type=text]{font-weight:700;margin:0 1.25em 1.25em 0}.jw_lightcontactform_form input[type=text],.jw_lightcontactform_form textarea{padding:.75em;border-radius:.5em;font-size:1em;color:#6cc;box-sizing:border-box}.jw_lightcontactform_form textarea{display:inline-block;width:100%;resize:vertical;-moz-box-sizing:border-box;height:10em;font-family:inherit}.jw_lightcontactform_form input[type=submit]{cursor:pointer;padding:.5em 1em;color:#fff;border:.1em solid transparent;background:#5dcabd;margin-top:1em;font-size:1em;text-transform:uppercase}.jw_lightcontactform_form input[type=submit]:hover{color:#5dcabd;background:transparent;border:.1em solid #5dcabd}
  • light-contact-form/trunk/dst/style_admin.min.css

    r1390666 r1668426  
    1 input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
     1/*!
     2 * @author: Jan Wolf (https://jan-wolf.de)
     3 * @license: 2016 Jan Wolf
     4 */input.jw_lightcontactform_autoresponder_complier:disabled{color:#ccc}
  • light-contact-form/trunk/readme.txt

    r1390666 r1668426  
    44Donate link: https://jan-wolf.de
    55Requires at least: 4.2
    6 Tested up to: 4.4.2
    7 Stable tag: 4.4.2
     6Tested up to: 4.9.0
     7Stable tag: 4.9.0
    88License: MIT
    99License URI: https://github.com/daffunn/lightcontactform/blob/master/LICENSE.md
Note: See TracChangeset for help on using the changeset viewer.