PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 3.9.6
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v3.9.6
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
profile-builder / assets / lib / wck-api / wordpress-creation-kit.css

wordpress-creation-kit.css in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 3.9.6, at assets/lib/wck-api/wordpress-creation-kit.css

277 lines 5.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wck-post-box{
2 visibility:hidden;
3 height:0;
4 }
5
6 .mb-list-entry-fields li{
7 margin-bottom:15px;
8 clear:both;
9 overflow:hidden;
10 }
11
12 .mb-right-column{
13 overflow:hidden;
14 }
15
16 .field-label{
17 max-width:200px;
18 float:left;
19 min-height:30px;
20 font-weight:bold;
21 padding-right:10px;
22 }
23
24 .field-label.error{
25 color:#ff0000;
26 }
27
28 .field-label .required{
29 color:#ff0000;
30 padding:0 2px;
31 }
32
33 .mb-table-container strong{
34 max-width:200px;
35 }
36
37 .mb-right-column label{
38 padding:0 6px 0 0;
39 }
40
41 .mb-right-column input[type="checkbox"], .mb-right-column input[type="radio"]{
42 margin-right:3px;
43 }
44
45 #mb-ajax-loading{
46 position:absolute;
47 top:0;
48 left:0;
49 width:100%;
50 height:100%;
51 background:url(../../../../../../wp-admin/images/spinner-2x.gif) center center no-repeat; z-index:999;
52 }
53
54 .mb-table-container pre{
55 display:inline-block;
56 vertical-align:top;
57 margin:0;
58 white-space: -moz-pre-wrap;
59 white-space: -pre-wrap;
60 white-space: -o-pre-wrap;
61 white-space: pre-wrap;
62 word-wrap: break-word;
63 }
64
65
66 .wck-edit, .wck-delete, .wck-number{
67 width:50px;
68 text-align:center !important;
69 }
70
71 td.wck-number{
72 cursor:move;
73 }
74
75 .wck-content > ul{
76 margin:0;
77 }
78
79 .not-sortable td.wck-number{
80 cursor:auto;
81 }
82
83 .wck-edit .button-secondary{
84 padding:0 15px;
85 }
86
87 .mbdelete, .wck-remove-upload{
88 color:#BC0B0B;
89 cursor:pointer;
90 }
91
92 .mbdelete:hover, .wck-remove-upload:hover{
93 color:#FF0000;
94 }
95
96 .mb-list-entry-fields{
97 list-style:none;
98 }
99
100 .mb-table-container tr:nth-child(2n+1) {
101 background-color:#FCFCFC;
102 }
103
104 .mb-table-container tr:last-child td {
105 border-bottom: 0 none;
106 }
107
108 .mb-table-container tr td {
109 background: none repeat scroll 0 0 transparent;
110 border-bottom: 1px solid #EDEDED;
111 border-right: 1px solid #EDEDED;
112 padding: 8px;
113 position: relative;
114 }
115
116 .mb-table-container tr td:last-child {
117 border-right: 0 none;
118 }
119
120 .mb-table-container thead > tr > th {
121 border-right: 1px solid #E1E1E1;
122 }
123
124 .mb-table-container tr > th:last-child {
125 border-right: 0 none;
126 }
127
128 .mb-textarea{
129 width:60%;
130 max-width:600px;
131 height:130px;
132 }
133 .mb-text-input{
134 width:60%;
135 max-width:600px;
136 }
137
138 .mb-select, .mb-select-2{
139 min-width:250px;
140 }
141
142 .mb-table-container .wck-state-highlight{
143 background-color: #f0fbff !important;
144 }
145
146 /* upload field */
147 .upload-field-details{
148 display:inline-block;
149 vertical-align:middle;
150 min-height:24px;
151 padding:2px 0;
152 }
153
154 .upload-field-details p{
155 margin:2px 0 0;
156 }
157
158 .upload-field-details img{
159 margin:0 5px;
160 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
161 }
162
163 .upload-field-details > *{
164 float:left;
165 }
166
167 .upload-field-details span{
168 display:block;
169 }
170
171 .upload-field-details .file-name{
172 font-weight:bold;
173 color:#21759B;
174 }
175
176
177 /* Settings page. */
178 .side .form-table th {
179 width: 20%;
180 font-weight: bold;
181 text-align: left;
182 padding-left: 0;
183 }
184
185 .wck-post-body{
186 clear: left;
187 float: left;
188 margin-right: -2000px;
189 width: 100%;
190 }
191
192 .metabox-holder .column-1 {
193 margin-right:300px;
194 }
195 .metabox-holder .column-2 {
196 float: right;
197 width: 280px;
198 clear:right;
199 position:relative;
200 }
201 .metabox-holder .column-3 {
202 clear: both;
203 margin-right:300px;
204 }
205
206 /* wysiwyg */
207 .mb-right-column .wp_themeSkin table.mceLayout{
208 border-color: #CCCCCC #CCCCCC #DFDFDF;
209 border-style: solid;
210 border-top-left-radius: 3px;
211 border-top-right-radius: 3px;
212 border-width: 1px;
213 background-color:#fff;
214 }
215
216 /* nested repeater */
217 .mb-table-container .wck-nested{
218 background:#F5F5F5;
219 border:1px solid #DFDFDF;
220 box-shadow: 0 1px 0 #FFFFFF;
221 }
222
223 .mb-table-container .wck-nested > div{
224 padding:10px;
225 }
226
227 .mb-table-container li[data-type="nested-repeater"]{
228 display:none;
229 }
230
231 .wck_page_cptc-page #contextual-help-link-wrap, .wck_page_ctc-page #contextual-help-link-wrap, .wck_page_cfc-page #contextual-help-link-wrap, .wck_page_fep-page #contextual-help-link-wrap, .wck_page_opc-page #contextual-help-link-wrap{
232 background: rgb(248,79,79); /* Old browsers */
233 background: -moz-linear-gradient(top, rgba(248,79,79,1) 0%, rgba(210,11,11,1) 100%); /* FF3.6+ */
234 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,79,79,1)), color-stop(100%,rgba(210,11,11,1))); /* Chrome,Safari4+ */
235 background: -webkit-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Chrome10+,Safari5.1+ */
236 background: -o-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Opera 11.10+ */
237 background: -ms-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* IE10+ */
238 background: linear-gradient(to bottom, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* W3C */
239 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84f4f', endColorstr='#d20b0b',GradientType=0 ); /* IE6-9 */
240 }
241
242 .wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link{
243 padding-left:55px;
244 color: #FFFFFF;
245 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
246 }
247
248 .wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link:before{
249 content:"WCK";
250 width:15px;
251 height:20px;
252 background:url( ../images/wck-icon-dark.png ) no-repeat 0 0;
253 position:absolute;
254 top:4px;
255 left:4px;
256 line-height: 16px;
257 padding-left: 18px;
258 }
259
260 /*--------------------------------------------------------------
261 Media Queries
262 --------------------------------------------------------------*/
263 @media screen and ( max-width: 878px ) {
264 .wck-post-body{
265 float:none;
266 margin-right: 0;
267 }
268
269 .metabox-holder .column-2{
270 float:none;
271 width:100%;
272 }
273
274 .metabox-holder .column-1{
275 margin-right:0;
276 }
277 }