File size: 1.77Kb
@charset "UTF-8";
/*
User Submitted Posts > CSS > HTML5 form
https://perishablepress.com/user-submitted-posts/
Complete list of CSS hooks for the submission form @ http://m0n.co/e
*/
div#user-submitted-posts { width: 100%; font-size: 11px; }
div#user-submitted-posts fieldset { margin: 10px 0; padding: 0; border: 0; }
div#user-submitted-posts fieldset label { float: left; clear: both; width: 70%; margin: 0; padding: 0; line-height: 18px; }
div#user-submitted-posts fieldset input.usp-input { float: left; clear: both; width: 70%; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-posts textarea.usp-textarea { float: left; clear: both; width: 80%; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-posts select { float: left; clear: both; width: auto; margin: 0; padding: 5px; font-size: 12px; }
div#user-submitted-image { float: left; clear: both; width: 70%; }
div#usp-upload-message { float: left; clear: both; width: 70%; }
a#usp_add-another { float: left; clear: both; }
div#user-submitted-posts fieldset input.usp-input.usp-clone { width: 90%; margin: 0 0 5px 0; padding: 4px; background-color: #fafafa; }
div#usp-submit { margin: 15px 0; }
/* JS > Parsley */
.parsley-errors-list {
list-style-type: none; float: left; clear: both; margin: 0; padding: 0; font-size: 11px; line-height: 18px; color: #fff; background-color: #cc3333;
-webkit-transition: all 0.5s ease-in; -moz-transition: all 0.5s ease-in; -o-transition: all 0.5s ease-in; transition: all 0.5s ease-in;
opacity: 0; -moz-opacity: 0; -webkit-opacity: 0;
}
.parsley-errors-list.filled { opacity: 1; }
.parsley-required { margin: 0; padding: 2px 3px; }
.usp-files-error { margin-top: -5px; }
.usp-hidden, .usp-no-js { display: none; }
.usp-js { display: block; }