contact-form-7
Last commit date
captcha
18 years ago
images
18 years ago
includes
18 years ago
languages
18 years ago
README.txt
18 years ago
admin-stylesheet.css
18 years ago
contact-form-7.js
18 years ago
screenshot-1.png
18 years ago
stylesheet.css
18 years ago
wp-contact-form-7.php
18 years ago
wpcf7-admin.js
18 years ago
admin-stylesheet.css
119 lines
| 1 | ul.cfmenu li { |
| 2 | display: inline; |
| 3 | margin-right: 1em; |
| 4 | } |
| 5 | ul.cfmenu li.addnew { |
| 6 | margin-left: 1.5em; |
| 7 | } |
| 8 | ul.cfmenu li.addnew a { |
| 9 | color: #e6255b; |
| 10 | } |
| 11 | div.relative { |
| 12 | position: relative; |
| 13 | } |
| 14 | div.cfdiv { |
| 15 | margin: 0; |
| 16 | padding: 20px; |
| 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 | border: none; |
| 27 | background-color: #fff; |
| 28 | color: #e6255b; |
| 29 | cursor: pointer; |
| 30 | } |
| 31 | input#wpcf7-title { |
| 32 | color: #555; |
| 33 | background-color: #fff; |
| 34 | border: none; |
| 35 | font: bold 20px serif; |
| 36 | cursor: pointer; |
| 37 | } |
| 38 | input.cfsave { |
| 39 | font-weight: bold; |
| 40 | } |
| 41 | p.tagcode { |
| 42 | color: #333; |
| 43 | } |
| 44 | input#contact-form-anchor-text { |
| 45 | color: #333; |
| 46 | background: #fff3f3; |
| 47 | border: 1px solid #fff; |
| 48 | width: 96%; |
| 49 | } |
| 50 | div.fieldset { |
| 51 | margin: 2em 0; |
| 52 | } |
| 53 | div.fieldset div.legend { |
| 54 | font-weight: bolder; |
| 55 | margin-bottom: 0.5em; |
| 56 | } |
| 57 | div.fieldset div.mail-field { |
| 58 | margin: 0.3em 0; |
| 59 | } |
| 60 | input.wide { |
| 61 | width: 96%; |
| 62 | } |
| 63 | textarea { |
| 64 | width: 96%; |
| 65 | } |
| 66 | label.disabled { |
| 67 | color: #777; |
| 68 | } |
| 69 | p.submit { |
| 70 | margin: 0 24px; |
| 71 | } |
| 72 | div.tag-generator { |
| 73 | position: relative; |
| 74 | background: #fff; |
| 75 | padding: 5px 0 5px 1px; |
| 76 | } |
| 77 | div.tg-pane { |
| 78 | border: 1px solid #999; |
| 79 | background: #fff; |
| 80 | margin: 1ex 0 0; |
| 81 | padding: 10px; |
| 82 | } |
| 83 | div.tg-pane table { |
| 84 | width: 70%; |
| 85 | margin: 0 0 0.7em 0; |
| 86 | } |
| 87 | div.tg-pane table caption { |
| 88 | text-align: left; |
| 89 | padding: 0 0 0.2em 0; |
| 90 | font-weight: bolder; |
| 91 | color: #777; |
| 92 | } |
| 93 | div.tg-pane table td { |
| 94 | vertical-align: top; |
| 95 | width: 40%; |
| 96 | } |
| 97 | div.tg-pane input.tag { |
| 98 | border: 1px solid #fff; |
| 99 | color: #333; |
| 100 | background-color: #fff3f3; |
| 101 | } |
| 102 | div.tg-dropdown { |
| 103 | position: absolute; |
| 104 | top: 26px; |
| 105 | left: 0; |
| 106 | z-index: 10; |
| 107 | border: 1px solid #ddd; |
| 108 | } |
| 109 | span.tg-closebutton { |
| 110 | color: #777; |
| 111 | font: bold 16px monospace; |
| 112 | padding: 1px 4px; |
| 113 | cursor: pointer; |
| 114 | } |
| 115 | div.tg-panetitle { |
| 116 | font: bold 132% sans-serif; |
| 117 | margin: 0 0 10px; |
| 118 | color: #777; |
| 119 | } |