PluginProbe
AWSM Team – Team Showcase Plugin / 1.1
AWSM Team – Team Showcase Plugin v1.1
trunk 1.0 1.1 1.1.2 1.2.1 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4
awsm-team / css / admin.css

admin.css in AWSM Team – Team Showcase Plugin 1.1, at css/admin.css

339 lines 6.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 *, *:after, *:before {
2 -webkit-box-sizing: border-box;
3 -moz-box-sizing: border-box;
4 box-sizing: border-box;
5 }
6 .awsm-clearfix::after {
7 display: table;
8 clear:both;
9 content: " ";
10 }
11 .awsm-row {
12 margin-right: -15px;
13 margin-left: -15px;
14 }
15 .awsm-row:before {
16 display: table;
17 content: " ";
18 }
19 .awsm-row:after {
20 display: table;
21 content: " ";
22 clear: both;
23 }
24 .awsm-col {
25 padding-right: 15px;
26 padding-left: 15px;
27 }
28 .awsm-col-2 {
29 width: 50%;
30 float: left;
31 position: relative;
32 min-height: 1px;
33 padding-right: 15px;
34 padding-left: 15px;
35 }
36 .awsm-team-customize-inner {
37 padding: 15px 0;
38 }
39 .awsm-preset-list, .awsm-team-customize-member, .awsm-section {
40 margin-top: 0;
41 padding-bottom: 30px;
42 margin-bottom: 20px;
43 border-bottom: 1px solid #ddd;
44 }
45 .awsm-team-customize-member ul li {
46 vertical-align: middle;
47 position: relative;
48 padding: 15px 20px;
49 }
50 .awsm-team-customize-member ul li img {
51 display: inline-block;
52 vertical-align: middle;
53 margin-right: 10px;
54 }
55 .awsm-team-customize-member ul li p {
56 display: inline-block;
57 vertical-align: middle;
58 margin: 0;
59 }
60 .awsm-team-customize-member ul li span {
61 position: absolute;
62 right: 20px;
63 top: 20px;
64 cursor: pointer;
65 color: #2ea2cc;
66 }
67 .awsm-team-customize-member ul li span.add-disabled {
68 color: #b9bec0;
69 }
70 .awsm-heading-group {
71 margin-bottom: 20px;
72 }
73 #poststuff h2.sub-h {
74 font-size: 14px;
75 margin: 0 0 5px 0;
76 padding: 0;
77 }
78 .awsm-heading-group span {
79 font-size: 12px;
80 color: rgba(10, 10, 10, 0.6);
81 }
82 .awsm-select-members {
83 max-width: 400px;
84 margin-left: auto;
85 margin-right: auto;
86 }
87 .wrap-awsm-members-list-selected, .awsm-members-list-selected {
88 max-width: 400px;
89 margin-left: auto;
90 margin-right: auto;
91 }
92 .awsm-members-list-selected {
93 position: relative;
94 }
95 /*.awsm-select-members {
96 vertical-align: middle;
97 position: relative;
98 padding: 15px 20px;
99 border: 1px solid #cccccc;
100 position: relative;
101 cursor: pointer;
102 background-color: #fff;
103 }*/
104 .awsm-select-members > ul {
105 cursor: default;
106 }
107 .select-arrow {
108 float: right;
109 font-weight: bold;
110 margin-top: 5px;
111 cursor: pointer;
112 width: 10px;
113 height: 10px;
114 background: url('../images/down-arrow.png') no-repeat;
115 background-size: contain;
116 }
117 .select-arrow.collapse {
118 background: url('../images/close.png') no-repeat;
119 background-size: contain;
120 }
121 .awsm-select-members.show ul {
122 display: block;
123 }
124 .awsm-select-members.show {
125 border-bottom: none;
126 }
127 /*.awsm-members-list {
128 display: none;
129 max-height: 200px;
130 overflow: auto;
131 position: absolute;
132 width: 100%;
133 left: -1px;
134 top: 100%;
135 background-color: #fff;
136 z-index: 1;
137 border: 1px solid #cccccc;
138 margin-top: 0;
139 box-sizing: content-box;
140 }*/
141 /*.awsm-members-list li {
142 margin-bottom: 0;
143 border: none;
144 border-bottom: 1px solid #eee;
145 }*/
146 .awsm-members-list-selected li {
147 border: 1px solid #ddd;
148 margin-bottom: 2px;
149 background-color: #fff;
150 }
151 .awsm-members-list-selected li.ui-sortable-helper, .awsm-social-profile-wrap.ui-sortable-helper{
152 cursor: move;
153 }
154 .awsm-members-list-selected li.ui-sortable-helper {
155 -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
156 box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2);
157 }
158 .awsm-members-info {
159 font-size: 16px;
160 font-weight: 600;
161 color: #bbb;
162 text-align: center;
163 margin-top: 40px;
164 margin-bottom: 30px;
165 display: none;
166 }
167 .awsm-preset-list label {
168 width: 85px;
169 height: 81px;
170 display: block;
171 float: left;
172 margin-right: 4px;
173 padding: 10px 10px 10px 10px;
174 text-align: center;
175 border: 1px solid #c2c2c2;
176 border-radius: 2px;
177 cursor: pointer;
178 margin-bottom: 4px;
179 }
180 .awsm-preset-list label.drawer {
181 background: url('../images/drawer.jpg') no-repeat;
182 background-position: center 10px;
183 }
184 input.awsm-radio-hidden {
185 display: none;
186 }
187 .awsm-radio-hidden:checked + label {
188 border: 3px solid #00afe9;
189 }
190 .awsm-preset-list label.awsm_pro_feature {
191 cursor: not-allowed;
192 position: relative;
193 border: 1px solid rgba(194, 194, 194, 0.2);
194
195 }
196 .awsm-preset-list label.awsm_pro_feature img,
197 .awsm-preset-list label.awsm_pro_feature span {
198 opacity: 0.2;
199 }
200 .awsm-preset-list label.awsm_pro_feature:before {
201 opacity: 0;
202 content: 'Pro Feature';
203 position: absolute;
204 left: 0;
205 right: 0;
206 top: 0;
207 bottom: 0;
208 margin: auto;
209 height: 20px;
210 line-height: 20px;
211 transition: all ease 0.3s;
212 }
213 .awsm-preset-list label.awsm_pro_feature:hover:before {
214 opacity: 1;
215
216 }
217 select.awsm-select-default {
218 width: 100%;
219 display: block;
220 border: 1px solid #acacac;
221 height: 40px;
222 box-shadow: none;
223 margin-bottom: 10px;
224 }
225 .awsm-custom-css-wrap textarea {
226 width: 100%;
227 height: 75px;
228 border: 1px solid #acacac;
229 box-shadow: none;
230 }
231 .awsm-team-customize-footer {
232 text-align: right;
233 }
234 .awsm-sorable-table {
235 position: relative;
236 }
237 #member_details .awsm-sorable-table tbody tr:first-child td:last-child .remove-row {
238 display: none;
239 }
240 #member_details .awsm-sorable-table .ui-sortable-helper {
241 display: table;
242 }
243 #member_details .awsm-sorable-table .select2-container--default .select2-selection--single {
244 border: 1px solid #ddd;
245 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
246 box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
247 border-radius: 0;
248 }
249 #member_details .inside{
250 padding: 0 0 12px;
251 }
252 #member_details .member-details-section{
253 padding: 0 12px;
254 }
255 #member_details .inside h3{
256 font-size: 14px;
257 padding: 12px 12px 0;
258 border-top: 1px solid #eee;
259 }
260
261 /********* select2 Style ************/
262
263
264 .awsm-select-members .select2-container--default .select2-selection--single {
265 height: 50px;
266 border-radius: 0;
267 border: 1px solid #ccc;
268 }
269
270 .awsm-select-members .select2-container--default .select2-selection--single .select2-selection__rendered {
271 line-height: 50px;
272 padding-left: 15px;
273 padding-right: 40px;
274 }
275
276 .awsm-select-members .select2-container--default .select2-selection--single .select2-selection__arrow {
277 height: 50px;
278 width: 40px
279 }
280 .select2-result-repository {
281 position: relative;
282 padding: 10px;
283 }
284 .select2-result-repository__title {
285 display: inline-block;
286 vertical-align: middle;
287 margin: 0;
288 }
289 .select2-result-repository__avatar {
290 display: inline-block;
291 vertical-align: middle;
292 margin-right: 10px;
293 }
294 .select2-result-repository__disabled {
295 position: absolute;
296 right: 20px;
297 top: 20px;
298 cursor: pointer;
299 color: #b9bec0;
300 }
301 .awsm-team-upgrade-msg h3{
302 text-align: center;
303 line-height: 1.7;
304 }
305 .awsm-team-upgrade-list li:before {
306 content: "\f147";
307 font-size: 28px;
308 font-family: 'dashicons';
309 position: absolute;
310 left: 0;
311 top: 3px;
312 }
313 .awsm-team-upgrade-list li {
314 padding-left: 35px;
315 position: relative;
316 margin-bottom: 10px;
317 }
318 .awsm-team-btn-upgrade {
319 background-color: #0085ba;
320 font-size: 14px;
321 height: 60px;
322 line-height: 60px;
323 display: block;
324 margin:20px 0 10px 0;
325 border-radius: 4px;
326 text-align: center;
327 color: #fff;
328 font-weight: bold;
329 }
330 .awsm-team-upgrade-msg p {
331 font-size: 12px;
332 color: #414141;
333 text-align: center;
334 margin-bottom: 0;
335 }
336 .awsm-team-btn-upgrade:hover, .awsm-team-btn-upgrade:active, .awsm-team-btn-upgrade:focus {
337 color: #fff;
338 background-color: #008fc8;
339 }