PluginProbe ʕ •ᴥ•ʔ
Contact Form 7 / 1.9.1
Contact Form 7 v1.9.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 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