PluginProbe ʕ •ᴥ•ʔ
Strong Testimonials / 2.33
Strong Testimonials v2.33
3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 trunk 1.0.1 2.30.9 2.31.10 2.32 2.32.1 2.32.2 2.32.3 2.32.4 2.33 2.34 2.35 2.36 2.37 2.38 2.38.1 2.39 2.39.1 2.39.2 2.39.3 2.40.0 2.40.1 2.40.2 2.40.3 2.40.4 2.40.5 2.40.6 2.40.7 2.41.0 2.41.1 2.50.0 2.50.1 2.50.2 2.50.3 2.50.4 2.51.0 2.51.1 2.51.2 2.51.3 2.51.4 2.51.5 2.51.6 2.51.7 2.51.8 2.51.9 3.0.0 3.0.1 3.0.2 3.0.3 3.1.0 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.20 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.17 3.2.18 3.2.19 3.2.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 3.3.0
strong-testimonials / templates / default-form / form.css
strong-testimonials / templates / default-form Last commit date
config.json 8 years ago form.css 7 years ago form.php 8 years ago
form.css
184 lines
1 /**
2 * Strong Testimonials Default Form template
3 */
4 .strong-form {
5 position: relative;
6 margin: 0 auto;
7 }
8 .strong-form .form-field {
9 margin-bottom: 1.5em;
10 }
11 .strong-form .form-field.wpmtst-submit {
12 margin-bottom: 0;
13 }
14 .strong-form .required.symbol:after {
15 content: '*';
16 color: #FF0000;
17 font-size: 1.5em;
18 font-weight: 400;
19 margin: 0 5px;
20 position: relative;
21 top: 5px;
22 }
23 .strong-form label {
24 display: inline-block;
25 float: none;
26 width: auto;
27 }
28 .strong-form input[type="text"],
29 .strong-form input[type="email"],
30 .strong-form input[type="url"],
31 .strong-form input[type="file"],
32 .strong-form select,
33 .strong-form textarea {
34 box-sizing: border-box;
35 display: block;
36 float: none;
37 width: 100%;
38 }
39 .strong-form input[type="checkbox"] {
40 -webkit-transform: scale(1.4);
41 -moz-transform: scale(1.4);
42 -ms-transform: scale(1.4);
43 transform: scale(1.4);
44 margin-left: 12px;
45 margin-right: 6px;
46 }
47 .strong-form input[type="checkbox"] + label {
48 font-weight: 400;
49 padding: 5px;
50 }
51 .strong-form input[type="checkbox"]:focus + label {
52 outline: 1px solid #CCC;
53 }
54 .strong-form textarea {
55 height: 16em;
56 }
57 .strong-form span.error,
58 .strong-form label.error {
59 display: block;
60 }
61 .strong-form .before {
62 display: block;
63 }
64 .strong-form .after {
65 display: block;
66 }
67
68 .strong-form-inner {
69 padding: 20px;
70 }
71
72 input.captcha {
73 display: block;
74 width: auto;
75 }
76
77 img.captcha {
78 border: 0;
79 }
80
81 .wpmtst-captcha {
82 margin-bottom: 1em;
83 }
84
85 /* category checklist */
86 .strong-form ul.strong-category-list,
87 .strong-form ul.strong-category-list ul.children {
88 list-style-type: none;
89 }
90 .strong-form ul.strong-category-list label,
91 .strong-form ul.strong-category-list ul.children label {
92 font-weight: 400;
93 white-space: nowrap;
94 word-wrap: break-word;
95 }
96 .strong-form ul.strong-category-list {
97 margin: 0;
98 padding-left: 0;
99 }
100 .strong-form ul.strong-category-list ul.children {
101 margin-left: 1.5em;
102 padding-left: 0;
103 }
104
105 /* The "wait" spinner on form submission.
106 -----------------------------------------------*/
107 .strong-form-wait {
108 display: none;
109 position: absolute;
110 top: 0;
111 bottom: 0;
112 left: 0;
113 right: 0;
114 background: rgba(255, 255, 255, 0.7);
115 }
116 .strong-form-wait .message {
117 position: absolute;
118 top: calc( 50% - 25px );
119 text-align: center;
120 width: 100%;
121 height: 50px;
122 line-height: 50px;
123 color: #111;
124 }
125
126 .strong-form {
127 /* field-wrap is used for checkboxes, radios, star ratings */
128 }
129 .strong-form label {
130 font-weight: 700;
131 }
132 .strong-form .form-field .after {
133 font-size: .9em;
134 font-style: italic;
135 }
136 .strong-form input.error,
137 .strong-form textarea.error,
138 .strong-form select.error {
139 background: #F9E5E6;
140 border: 1px solid #E8AAAD;
141 color: #B50007;
142 }
143 .strong-form span.error,
144 .strong-form label.error {
145 color: #B50007;
146 }
147 .strong-form .field-wrap {
148 display: block;
149 font-weight: 400;
150 border: 1px solid transparent;
151 }
152 .strong-form .field-wrap.error {
153 border-radius: 3px;
154 background: #F9E5E6;
155 border: 1px solid #E8AAAD;
156 color: #B50007;
157 }
158 .strong-form .field-wrap.error .checkbox-label {
159 outline: none;
160 }
161 .strong-form .field-wrap.error .strong-rating {
162 outline-color: #E8AAAD;
163 }
164 .strong-form .field-wrap input + label + .required.symbol:after {
165 margin-left: 0;
166 }
167
168 /* Dark Theme
169 -----------------------------------------------*/
170 .strong-form.dark input.error,
171 .strong-form.dark textarea.error,
172 .strong-form.dark select.error {
173 border: 1px solid #FF6666;
174 }
175 .strong-form.dark .field-wrap.error {
176 border: 1px solid #FF6666;
177 }
178 .strong-form.dark .field-wrap.error .checkbox-label {
179 color: #111;
180 }
181 .strong-form.dark .field-wrap.error .strong-rating {
182 outline-color: #FF6666;
183 }
184