contact-form-7
Last commit date
includes
18 years ago
languages
18 years ago
README.txt
18 years ago
admin-stylesheet.css
18 years ago
screenshot-1.jpg
18 years ago
stylesheet.css
18 years ago
wp-contact-form-7.php
18 years ago
admin-stylesheet.css
104 lines
| 1 | ul.cfmenu { |
| 2 | padding: 2em 0 3px; |
| 3 | border-bottom: 1px solid #777; |
| 4 | } |
| 5 | ul.cfmenu li { |
| 6 | display: inline; |
| 7 | list-style: none; |
| 8 | margin: 1em 0.5em; |
| 9 | } |
| 10 | ul.cfmenu li.current { |
| 11 | padding: 4px; |
| 12 | border: 1px solid #777; |
| 13 | border-bottom: 1px solid #fff; |
| 14 | font-weight: bolder; |
| 15 | } |
| 16 | ul.cfmenu li.add-new { |
| 17 | margin-left: 1em; |
| 18 | color: #eba80e; |
| 19 | } |
| 20 | ul.cfmenu li.add-new a { |
| 21 | color: #eba80e; |
| 22 | } |
| 23 | ul.cfmenu a { |
| 24 | border-bottom: none; |
| 25 | color: #454545; |
| 26 | } |
| 27 | ul.cfmenu a:hover { |
| 28 | border-bottom: 1px solid #0e98ea; |
| 29 | } |
| 30 | div.cfdiv { |
| 31 | margin: 0; |
| 32 | padding: 12px; |
| 33 | } |
| 34 | input.cfsave { |
| 35 | font-weight: bold; |
| 36 | } |
| 37 | input.cfdelete:hover { |
| 38 | background: #ce0000; |
| 39 | color: #fff; |
| 40 | } |
| 41 | p.important { |
| 42 | color: #eba80e; |
| 43 | } |
| 44 | input#contact-form-anchor-text { |
| 45 | margin-left: 1em; |
| 46 | color: #333; |
| 47 | background: #fff; |
| 48 | border: 1px solid #eba80e; |
| 49 | font-family: monospace; |
| 50 | } |
| 51 | fieldset { |
| 52 | padding: .5em 2em 1em; |
| 53 | margin: 1em 1em 1em 0; |
| 54 | } |
| 55 | fieldset legend { |
| 56 | font-weight: bolder; |
| 57 | } |
| 58 | input.wide { |
| 59 | width: 97%; |
| 60 | } |
| 61 | textarea { |
| 62 | width: 97%; |
| 63 | } |
| 64 | p.submit { |
| 65 | margin: 0 24px; |
| 66 | } |
| 67 | input.quick-button { |
| 68 | background: #fff url( images/fade-butt.png ) repeat-x 0 -2px; |
| 69 | margin: 3px 0; |
| 70 | padding: 1px 0; |
| 71 | } |
| 72 | div#quick-panel { |
| 73 | display: none; |
| 74 | border: 1px dotted #ccc; |
| 75 | margin: 0 0 4px; |
| 76 | padding: 4px; |
| 77 | width: 97%; |
| 78 | background: #aaecf5; |
| 79 | } |
| 80 | div#quick-panel div.close { |
| 81 | float: right; |
| 82 | font-size: 8pt; |
| 83 | font-weight: bold; |
| 84 | border: 1px solid #999; |
| 85 | background: #bbb; |
| 86 | color: #fff; |
| 87 | padding: 1px 3px; |
| 88 | cursor: pointer; |
| 89 | } |
| 90 | div#quick-panel input { |
| 91 | background: #fff; |
| 92 | } |
| 93 | div#quick-panel input.qp-button { |
| 94 | background: #fff url( images/fade-butt.png ) repeat-x 0 -2px; |
| 95 | margin: 3px 1px 2px; |
| 96 | padding: 2px; |
| 97 | } |
| 98 | div#quick-panel input.required { |
| 99 | border: 1px solid #777; |
| 100 | } |
| 101 | div#quick-panel table td { |
| 102 | text-align: right; |
| 103 | padding: 0 1em; |
| 104 | } |