Lines Matching refs:form

103 .comment-form-author label::before,
104 .comment-form-email label::before,
105 .comment-form-url label::before,
106 .comment-form-comment label::before,
114 /* form elements */
116 .search-form div::before {
141 …, center, cite, code, del, dfn, div, dl, dt, dd, em, fieldset, fig, font, form, h1, h2, h3, h4, h… selector
339 .form-allowed-tags code {
464 form { selector
700 /* === Reset alternate form field states === */
777 .search-form,
778 .search-form div {
782 .search-form::before,
783 .search-form::after,
784 .search-form div::after {
799 .search-form::before,
800 .search-form::after {border: 1px solid rgba(255,255,255,.08);}
801 .search-form::before {margin-left: -7px;}
802 .search-form::after {margin-left: 7px;}
804 /* search form DIV */
806 .search-form div::before {
821 .search-form label {
827 /* search form fields */
829 .search-form input[type="text"],
830 .search-form input[type="search"]{
840 .search-form input[type="submit"] {
2060 * comments section (comments list) and the respond section (comment form).
2268 * Handles the output of the comment form.
2271 /* normal respond form container when there are no comments yet */
2346 /* comment form */
2348 .comment-form {
2352 .comment-form p {
2356 .comment-form .comment-notes,
2357 .comment-form .logged-in-as {
2366 /* comment form field containers */
2367 .comment-form-author,
2368 .comment-form-email,
2369 .comment-form-url,
2370 .comment-form-comment {
2374 /* comment form labels */
2375 .comment-form-author label,
2376 .comment-form-email label,
2377 .comment-form-url label,
2378 .comment-form-comment label {
2394 .comment-form-author label::before,
2395 .comment-form-email label::before,
2396 .comment-form-url label::before,
2397 .comment-form-comment label::before {
2408 .comment-form-author label::before {content: '\f007';}
2409 .comment-form-email label::before {content: '\f0e0';}
2410 .comment-form-url label::before {content: '\f0c1';}
2411 .comment-form-comment label::before {content: '\f075';}
2413 /* comment form fields */
2414 .comment-form input[type="text"],
2415 .comment-form input[type="email"],
2416 .comment-form input[type="url"],
2417 .comment-form textarea {
2423 .comment-form .form-allowed-tags {
2429 .comment-form .form-allowed-tags code {
2859 .entry.error .entry-content .search-form {