contact-form-7
Last commit date
captcha
17 years ago
images
18 years ago
includes
17 years ago
languages
17 years ago
README.txt
17 years ago
admin-stylesheet.css
17 years ago
contact-form-7.js
17 years ago
screenshot-1.png
17 years ago
stylesheet.css
18 years ago
wp-contact-form-7.php
17 years ago
wpcf7-admin.js
17 years ago
admin-stylesheet.css
137 lines
| 1 | div.wpcf7 ul.subsubsub { |
| 2 | white-space: normal; |
| 3 | } |
| 4 | ul.subsubsub li.addnew { |
| 5 | margin-left: 0.5em; |
| 6 | } |
| 7 | ul.subsubsub li.addnew a { |
| 8 | color: #e6255b; |
| 9 | } |
| 10 | ul.subsubsub li.addnew a:hover, |
| 11 | ul.subsubsub li.addnew a:active { |
| 12 | color: #999; |
| 13 | } |
| 14 | div.save-contact-form { |
| 15 | padding: 1.4em 0 0 0; |
| 16 | text-align: right; |
| 17 | } |
| 18 | div.delete-link { |
| 19 | position: absolute; |
| 20 | top: 0; |
| 21 | right: 0; |
| 22 | margin: 0; |
| 23 | padding: 0; |
| 24 | } |
| 25 | div.delete-link input { |
| 26 | padding: 0; |
| 27 | margin: 0; |
| 28 | border: none; |
| 29 | border-bottom: 1px solid #ff0000; |
| 30 | background-color: #fff; |
| 31 | color: #ff0000; |
| 32 | font-size: smaller; |
| 33 | cursor: pointer; |
| 34 | } |
| 35 | input#wpcf7-title { |
| 36 | color: #555; |
| 37 | background-color: #fff; |
| 38 | border: none; |
| 39 | font: bold 20px serif; |
| 40 | } |
| 41 | p.tagcode { |
| 42 | color: #333; |
| 43 | margin: 2ex 0 1ex 1em; |
| 44 | } |
| 45 | input#contact-form-anchor-text { |
| 46 | color: #fff; |
| 47 | background: #8a796d; |
| 48 | border: none; |
| 49 | width: 96%; |
| 50 | -moz-border-radius: 6px; |
| 51 | -khtml-border-radius: 6px; |
| 52 | -webkit-border-radius: 6px; |
| 53 | border-radius: 6px; |
| 54 | } |
| 55 | span#message-fields-toggle-switch { |
| 56 | margin-left: 1em; |
| 57 | font-weight: normal; |
| 58 | font-size: smaller; |
| 59 | color: #2583ad; |
| 60 | cursor: pointer; |
| 61 | } |
| 62 | div.pseudo-hr { |
| 63 | border-bottom: 1px solid #fff; |
| 64 | margin: 0.7em 0; |
| 65 | } |
| 66 | input, textarea { |
| 67 | border: 1px solid #dfdfdf; |
| 68 | } |
| 69 | input.wide { |
| 70 | width: 100%; |
| 71 | } |
| 72 | textarea { |
| 73 | width: 100%; |
| 74 | } |
| 75 | label.disabled { |
| 76 | color: #777; |
| 77 | } |
| 78 | div.tag-generator { |
| 79 | position: relative; |
| 80 | background: #fff; |
| 81 | padding: 5px 0 5px 1px; |
| 82 | } |
| 83 | div.tg-pane { |
| 84 | border: 1px dashed #999; |
| 85 | background: #f1f1f1; |
| 86 | margin: 1ex 0 0 0; |
| 87 | padding: 10px; |
| 88 | -moz-border-radius: 6px; |
| 89 | -khtml-border-radius: 6px; |
| 90 | -webkit-border-radius: 6px; |
| 91 | border-radius: 6px; |
| 92 | } |
| 93 | div.tg-pane table { |
| 94 | width: 100%; |
| 95 | margin: 0 0 0.7em 0; |
| 96 | } |
| 97 | div.tg-pane table caption { |
| 98 | text-align: left; |
| 99 | padding: 0 0 0.2em 0; |
| 100 | font-weight: bolder; |
| 101 | color: #777; |
| 102 | } |
| 103 | div.tg-pane table code { |
| 104 | background-color: inherit; |
| 105 | } |
| 106 | div.tg-pane table td { |
| 107 | vertical-align: top; |
| 108 | width: 50%; |
| 109 | } |
| 110 | div.tg-pane input.tag { |
| 111 | border: none; |
| 112 | color: #fff; |
| 113 | background-color: #8a796d; |
| 114 | -moz-border-radius: 6px; |
| 115 | -khtml-border-radius: 6px; |
| 116 | -webkit-border-radius: 6px; |
| 117 | border-radius: 6px; |
| 118 | } |
| 119 | div.tg-dropdown { |
| 120 | position: absolute; |
| 121 | top: 26px; |
| 122 | left: 0; |
| 123 | z-index: 10; |
| 124 | border: 1px solid #ddd; |
| 125 | } |
| 126 | span.tg-closebutton { |
| 127 | color: #777; |
| 128 | font: bold 18px monospace; |
| 129 | padding: 1px 4px; |
| 130 | cursor: pointer; |
| 131 | } |
| 132 | div.tg-panetitle { |
| 133 | font: bold 132% sans-serif; |
| 134 | margin: 0 0 10px; |
| 135 | color: #777; |
| 136 | } |
| 137 |