PluginProbe ʕ •ᴥ•ʔ
Contact Form 7 / 1.6.1
Contact Form 7 v1.6.1
6.1.6 5.0.2 5.0.3 5.0.4 5.0.5 5.1 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.2 5.2.1 5.2.2 5.3 5.3.1 5.3.2 5.4 5.4.1 5.4.2 5.5 5.5.1 5.5.2 5.5.3 5.5.4 5.5.5 5.5.6 5.5.6.1 5.6 5.6.1 5.6.2 5.6.3 5.6.4 5.7 5.7.1 5.7.2 5.7.3 5.7.4 5.7.5 5.7.5.1 5.7.6 5.7.7 5.8 5.8.1 5.8.2 5.8.3 5.8.4 5.8.5 5.8.6 5.8.7 5.9 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 6.0 6.0.1 6.0.2 6.0.3 6.0.4 6.0.5 6.0.6 6.1 6.1.1 6.1.2 6.1.3 6.1.4 6.1.5 trunk 1.1 1.10 1.10.0.1 1.10.1 1.2 1.3 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.4 1.7.5 1.7.6 1.7.6.1 1.7.7 1.7.7.1 1.7.8 1.8 1.8.0.1 1.8.0.2 1.8.0.3 1.8.0.4 1.8.1 1.8.1.1 1.9 1.9.1 1.9.2 1.9.2.1 1.9.2.2 1.9.3 1.9.4 1.9.5 1.9.5.1 2.0 2.0-beta 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1 2.1.1 2.1.2 2.2 2.2.1 2.3 2.3.1 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 3.0 3.0-beta 3.0.1 3.0.2 3.0.2.1 3.1 3.1.1 3.1.2 3.2 3.2.1 3.3 3.3.1 3.3.2 3.3.3 3.4 3.4.1 3.4.2 3.5 3.5.1 3.5.2 3.5.3 3.5.4 3.6 3.7 3.7.1 3.7.2 3.8 3.8.1 3.9 3.9-beta 3.9.1 3.9.2 3.9.3 4.0 4.0.1 4.0.2 4.0.3 4.1 4.1-beta 4.1.1 4.1.2 4.2 4.2-beta 4.2.1 4.2.2 4.3 4.3.1 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6 4.6.1 4.7 4.8 4.8.1 4.9 4.9.1 4.9.2 5.0 5.0.1
contact-form-7 / admin-stylesheet.css
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 }