| | 56 | body, |
| | 57 | button, |
| | 58 | input[type="button"], |
| | 59 | input[type="reset"], |
| | 60 | input[type="submit"], |
| | 61 | input, |
| | 62 | select, |
| | 63 | textarea, |
| | 64 | blockquote cite, |
| | 65 | blockquote small, |
| | 66 | .post-password-form label, |
| | 67 | .main-navigation .menu-item-description, |
| | 68 | .post-navigation .meta-nav, |
| | 69 | .post-navigation .post-title, |
| | 70 | .pagination, |
| | 71 | .image-navigation, |
| | 72 | .comment-navigation, |
| | 73 | .site-title, |
| | 74 | .site-description, |
| | 75 | .widget-title, |
| | 76 | .widget_calendar caption, |
| | 77 | .widget_rss .rss-date, |
| | 78 | .widget_rss cite, |
| | 79 | .author-heading, |
| | 80 | .entry-footer, |
| | 81 | .page-title, |
| | 82 | .page-links, |
| | 83 | .entry-caption, |
| | 84 | .comments-title, |
| | 85 | .comment-reply-title, |
| | 86 | .comment-metadata, |
| | 87 | .pingback .edit-link, |
| | 88 | .comment-list .reply a, |
| | 89 | .comment-form label, |
| | 90 | .comment-notes, |
| | 91 | .comment-awaiting-moderation, |
| | 92 | .logged-in-as, |
| | 93 | .form-allowed-tags, |
| | 94 | .no-comments, |
| | 95 | .wp-caption-text, |
| | 96 | .gallery-caption { |
| | 97 | font-family: Arial, sans-serif; |
| | 98 | } |
| | 99 | |
| | 100 | ::-webkit-input-placeholder { |
| | 101 | font-family: Arial, sans-serif; |
| | 102 | } |
| | 103 | |
| | 104 | :-moz-placeholder { |
| | 105 | font-family: Arial, sans-serif; |
| | 106 | } |
| | 107 | |
| | 108 | ::-moz-placeholder { |
| | 109 | font-family: Arial, sans-serif; |
| | 110 | } |
| | 111 | |
| | 112 | :-ms-input-placeholder { |
| | 113 | font-family: Arial, sans-serif; |
| | 114 | } |
| | 115 | |