| 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, .awsm-team-member-sorting { |
| 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: 500px; |
| 84 |
} |
| 85 |
.wrap-awsm-members-list-selected, .awsm-members-list-selected { |
| 86 |
max-width: 500px; |
| 87 |
} |
| 88 |
.awsm-members-list-selected { |
| 89 |
position: relative; |
| 90 |
} |
| 91 |
/*.awsm-select-members { |
| 92 |
vertical-align: middle; |
| 93 |
position: relative; |
| 94 |
padding: 15px 20px; |
| 95 |
border: 1px solid #cccccc; |
| 96 |
position: relative; |
| 97 |
cursor: pointer; |
| 98 |
background-color: #fff; |
| 99 |
}*/ |
| 100 |
.awsm-select-members > ul { |
| 101 |
cursor: default; |
| 102 |
} |
| 103 |
.awsm-team-member-random-order{ |
| 104 |
padding-top: 20px; |
| 105 |
} |
| 106 |
.awsm-team-member-random-order label{ |
| 107 |
font-size: 14px; |
| 108 |
margin-bottom: 5px; |
| 109 |
display: inline-block; |
| 110 |
} |
| 111 |
.awsm-team-member-random-order span{ |
| 112 |
display: block; |
| 113 |
font-size: 12px; |
| 114 |
color: rgba(10, 10, 10, 0.6); |
| 115 |
} |
| 116 |
.select-arrow { |
| 117 |
float: right; |
| 118 |
font-weight: bold; |
| 119 |
margin-top: 5px; |
| 120 |
cursor: pointer; |
| 121 |
width: 10px; |
| 122 |
height: 10px; |
| 123 |
background: url('../images/down-arrow.png') no-repeat; |
| 124 |
background-size: contain; |
| 125 |
} |
| 126 |
.select-arrow.collapse { |
| 127 |
background: url('../images/close.png') no-repeat; |
| 128 |
background-size: contain; |
| 129 |
} |
| 130 |
.awsm-select-members.show ul { |
| 131 |
display: block; |
| 132 |
} |
| 133 |
.awsm-select-members.show { |
| 134 |
border-bottom: none; |
| 135 |
} |
| 136 |
/*.awsm-members-list { |
| 137 |
display: none; |
| 138 |
max-height: 200px; |
| 139 |
overflow: auto; |
| 140 |
position: absolute; |
| 141 |
width: 100%; |
| 142 |
left: -1px; |
| 143 |
top: 100%; |
| 144 |
background-color: #fff; |
| 145 |
z-index: 1; |
| 146 |
border: 1px solid #cccccc; |
| 147 |
margin-top: 0; |
| 148 |
box-sizing: content-box; |
| 149 |
}*/ |
| 150 |
/*.awsm-members-list li { |
| 151 |
margin-bottom: 0; |
| 152 |
border: none; |
| 153 |
border-bottom: 1px solid #eee; |
| 154 |
}*/ |
| 155 |
.awsm-members-list-selected li { |
| 156 |
border: 1px solid #ddd; |
| 157 |
margin-bottom: 2px; |
| 158 |
background-color: #fff; |
| 159 |
} |
| 160 |
.awsm-members-list-selected li.ui-sortable-helper, .awsm-social-profile-wrap.ui-sortable-helper{ |
| 161 |
cursor: move; |
| 162 |
} |
| 163 |
.awsm-members-list-selected li.ui-sortable-helper { |
| 164 |
-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2); |
| 165 |
box-shadow: 0 1px 3px 1px rgba(0,0,0,0.2); |
| 166 |
} |
| 167 |
.awsm-members-info { |
| 168 |
font-size: 16px; |
| 169 |
font-weight: 600; |
| 170 |
color: #bbb; |
| 171 |
text-align: center; |
| 172 |
margin-top: 40px; |
| 173 |
margin-bottom: 30px; |
| 174 |
display: none; |
| 175 |
} |
| 176 |
.awsm-preset-list label { |
| 177 |
width: 85px; |
| 178 |
height: 81px; |
| 179 |
display: block; |
| 180 |
float: left; |
| 181 |
margin-right: 4px; |
| 182 |
padding: 10px 10px 10px 10px; |
| 183 |
text-align: center; |
| 184 |
border: 1px solid #c2c2c2; |
| 185 |
border-radius: 2px; |
| 186 |
cursor: pointer; |
| 187 |
margin-bottom: 4px; |
| 188 |
} |
| 189 |
.awsm-preset-list label.drawer { |
| 190 |
background: url('../images/drawer.jpg') no-repeat; |
| 191 |
background-position: center 10px; |
| 192 |
} |
| 193 |
input.awsm-radio-hidden { |
| 194 |
display: none; |
| 195 |
} |
| 196 |
.awsm-radio-hidden:checked + label { |
| 197 |
border: 3px solid #00afe9; |
| 198 |
} |
| 199 |
.awsm-preset-list label.awsm_pro_feature { |
| 200 |
cursor: not-allowed; |
| 201 |
position: relative; |
| 202 |
border: 1px solid rgba(194, 194, 194, 0.2); |
| 203 |
|
| 204 |
} |
| 205 |
.awsm-preset-list label.awsm_pro_feature img, |
| 206 |
.awsm-preset-list label.awsm_pro_feature span { |
| 207 |
opacity: 0.2; |
| 208 |
} |
| 209 |
.awsm-preset-list label.awsm_pro_feature:before { |
| 210 |
opacity: 0; |
| 211 |
content: 'Pro Feature'; |
| 212 |
position: absolute; |
| 213 |
left: 0; |
| 214 |
right: 0; |
| 215 |
top: 0; |
| 216 |
bottom: 0; |
| 217 |
margin: auto; |
| 218 |
height: 20px; |
| 219 |
line-height: 20px; |
| 220 |
transition: all ease 0.3s; |
| 221 |
} |
| 222 |
.awsm-preset-list label.awsm_pro_feature:hover:before { |
| 223 |
opacity: 1; |
| 224 |
|
| 225 |
} |
| 226 |
select.awsm-select-default { |
| 227 |
width: 100%; |
| 228 |
display: block; |
| 229 |
border: 1px solid #acacac; |
| 230 |
height: 40px; |
| 231 |
box-shadow: none; |
| 232 |
margin-bottom: 10px; |
| 233 |
} |
| 234 |
.awsm-custom-css-wrap textarea { |
| 235 |
width: 100%; |
| 236 |
height: 75px; |
| 237 |
border: 1px solid #acacac; |
| 238 |
box-shadow: none; |
| 239 |
} |
| 240 |
.awsm-team-customize-footer { |
| 241 |
text-align: right; |
| 242 |
} |
| 243 |
.awsm-sorable-table-label, #member_details label{ |
| 244 |
font-weight: bold; |
| 245 |
margin-bottom: 10px; |
| 246 |
} |
| 247 |
#member_details label{ |
| 248 |
display: block; |
| 249 |
} |
| 250 |
.awsm-sorable-table { |
| 251 |
position: relative; |
| 252 |
border-collapse: collapse; |
| 253 |
} |
| 254 |
.awsm-sorable-table td{ |
| 255 |
border: 1px solid #ccc; |
| 256 |
padding: 10px; |
| 257 |
background: #fff; |
| 258 |
} |
| 259 |
.awsm-sorable-table thead td { |
| 260 |
background: #efefef; |
| 261 |
} |
| 262 |
.awsm-sorable-table tbody tr:nth-child(2n) td{ |
| 263 |
background: #efefef; |
| 264 |
} |
| 265 |
.awsm-sorable-table .remove-row{ |
| 266 |
color: #E85F5B; |
| 267 |
border-color: #E85F5B; |
| 268 |
background: rgba(232, 95, 91, 0.05); |
| 269 |
} |
| 270 |
.awsm-sorable-table .remove-row:hover, .awsm-sorable-table .remove-row:focus{ |
| 271 |
background: rgba(232, 95, 91, 0.15); |
| 272 |
color: #E85F5B; |
| 273 |
border-color: #E85F5B; |
| 274 |
} |
| 275 |
#member_details .awsm-sorable-table tbody tr:first-child td:last-child .remove-row { |
| 276 |
display: none; |
| 277 |
} |
| 278 |
#member_details .awsm-sorable-table .ui-sortable-helper { |
| 279 |
display: table; |
| 280 |
} |
| 281 |
#member_details .awsm-sorable-table .select2-container--default .select2-selection--single { |
| 282 |
border: 1px solid #ddd; |
| 283 |
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 284 |
box-shadow: inset 0 1px 2px rgba(0,0,0,.07); |
| 285 |
border-radius: 0; |
| 286 |
} |
| 287 |
|
| 288 |
/********* select2 Style ************/ |
| 289 |
|
| 290 |
|
| 291 |
.awsm-select-members .select2-container--default .select2-selection--single { |
| 292 |
height: 50px; |
| 293 |
border-radius: 0; |
| 294 |
border: 1px solid #ccc; |
| 295 |
} |
| 296 |
|
| 297 |
.awsm-select-members .select2-container--default .select2-selection--single .select2-selection__rendered { |
| 298 |
line-height: 50px; |
| 299 |
padding-left: 15px; |
| 300 |
padding-right: 40px; |
| 301 |
} |
| 302 |
|
| 303 |
.awsm-select-members .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 304 |
height: 50px; |
| 305 |
width: 40px |
| 306 |
} |
| 307 |
|
| 308 |
.select2-result-repository__title { |
| 309 |
margin: 5px 0 0; |
| 310 |
} |
| 311 |
.select2-result-repository__avatar { |
| 312 |
display: inline-block; |
| 313 |
vertical-align: middle; |
| 314 |
margin-right: 10px; |
| 315 |
} |
| 316 |
.select2-result-repository__disabled { |
| 317 |
position: absolute; |
| 318 |
right: 20px; |
| 319 |
top: 20px; |
| 320 |
cursor: pointer; |
| 321 |
color: #b9bec0; |
| 322 |
} |
| 323 |
.awsm-select-teams #teamchecklist li { |
| 324 |
line-height: 22px; |
| 325 |
word-wrap: break-word; |
| 326 |
} |
| 327 |
#team-add input[type="text"], #team-add select { |
| 328 |
width: 100%; |
| 329 |
max-width: 260px; |
| 330 |
vertical-align: baseline; |
| 331 |
|
| 332 |
} |
| 333 |
#team-adder #team-add #link-team-add-submit { |
| 334 |
margin: 10px 0 0 0; |
| 335 |
} |
| 336 |
/*.awsm-team-choose .awsm-team-choose-inner .awsm-select-teams .{ |
| 337 |
min-height: 42px; |
| 338 |
max-height: 200px; |
| 339 |
overflow: auto; |
| 340 |
padding: 0 .9em; |
| 341 |
border: solid 1px #ddd; |
| 342 |
background-color: #fdfdfd; |
| 343 |
}*/ |
| 344 |
.awsm-align-right { margin:0 10px 0 0px; } |
| 345 |
.awsm-filter-show.show{ display: block; } |
| 346 |
.awsm-filter-show{ display: none; } |
| 347 |
|
| 348 |
#select2-awsm-members-results{ |
| 349 |
display: -webkit-box; |
| 350 |
display: -moz-box; |
| 351 |
display: -ms-flexbox; |
| 352 |
display: -webkit-flex; |
| 353 |
display: flex; |
| 354 |
display: flexbox; |
| 355 |
-webkit-flex-flow: row wrap; |
| 356 |
flex-flow: row wrap; |
| 357 |
margin: 10px 0; |
| 358 |
} |
| 359 |
#select2-awsm-members-results .select2-results__option{ |
| 360 |
display: -webkit-box; |
| 361 |
display: -moz-box; |
| 362 |
display: -ms-flexbox; |
| 363 |
display: -webkit-flex; |
| 364 |
display: flex; |
| 365 |
flex-direction: column; |
| 366 |
-webkit-flex-direction: column; |
| 367 |
padding: 0 8px; |
| 368 |
margin-bottom: 16px; |
| 369 |
width: 25%; |
| 370 |
background: none !important; |
| 371 |
color: #444 !important; |
| 372 |
text-align: center; |
| 373 |
} |
| 374 |
.awsm-member-thumb{ |
| 375 |
position: relative; |
| 376 |
padding-top: 100%; |
| 377 |
overflow: hidden; |
| 378 |
} |
| 379 |
.awsm-member-thumb img{ |
| 380 |
max-width: 100%; |
| 381 |
height: auto; |
| 382 |
position: absolute; |
| 383 |
left: 0; |
| 384 |
top: 0; |
| 385 |
right: 0; |
| 386 |
bottom: 0; |
| 387 |
margin: auto; |
| 388 |
} |
| 389 |
/* .awsm-member-thumb span{ |
| 390 |
|
| 391 |
} */ |
| 392 |
.awsm-member-thumb::before{ |
| 393 |
content: "\e921"; |
| 394 |
font-family: 'awsmicon'; |
| 395 |
width: 40px; |
| 396 |
height: 40px; |
| 397 |
border: 1px solid #fff; |
| 398 |
border-radius: 50%; |
| 399 |
position: absolute; |
| 400 |
left: calc(50% - 20px); |
| 401 |
top: calc(50% - 20px); |
| 402 |
text-align: center; |
| 403 |
line-height: 38px; |
| 404 |
color: #fff; |
| 405 |
font-size: 20px; |
| 406 |
z-index: 2; |
| 407 |
opacity: 0; |
| 408 |
transition: all 0.3s ease; |
| 409 |
} |
| 410 |
.select2-container--default .select2-results__option[aria-disabled="true"] .awsm-member-thumb::before, |
| 411 |
.select2-container--default .select2-results__option[member-disabled="true"] .awsm-member-thumb::before{ |
| 412 |
opacity: 1; |
| 413 |
} |
| 414 |
.select2-container--default .select2-results__option .awsm-member-thumb::after{ |
| 415 |
content: ""; |
| 416 |
position: absolute; |
| 417 |
left: 0; |
| 418 |
top: 0; |
| 419 |
right: 0; |
| 420 |
bottom: 0; |
| 421 |
background: rgba(0, 0, 0, 0); |
| 422 |
transition: all 0.3s ease; |
| 423 |
} |
| 424 |
.select2-container--default .select2-results__option[aria-disabled="true"] .awsm-member-thumb::after, |
| 425 |
.select2-container--default .select2-results__option[member-disabled="true"] .awsm-member-thumb::after, |
| 426 |
.select2-container--default .select2-results__option:hover .awsm-member-thumb::after{ |
| 427 |
background: rgba(0, 0, 0, 0.5); |
| 428 |
} |
| 429 |
.awsm-filter-show .select2-container--default .select2-selection--multiple .select2-selection__choice{ |
| 430 |
background-color: #e4e4e4; |
| 431 |
border: none; |
| 432 |
border-radius: 4px; |
| 433 |
cursor: default; |
| 434 |
float: left; |
| 435 |
margin-right: 5px; |
| 436 |
margin-top: 5px; |
| 437 |
padding: 6px 14px; |
| 438 |
} |
| 439 |
.awsm-filter-show .select2-container--default .select2-results__option{ |
| 440 |
position: relative; |
| 441 |
padding: 12px 40px 12px 10px; |
| 442 |
} |
| 443 |
.awsm-filter-show .select2-container--default .select2-results__option::after{ |
| 444 |
content: "\e921"; |
| 445 |
font-family: 'awsmicon'; |
| 446 |
position: absolute; |
| 447 |
right: 10px; |
| 448 |
font-size: 20px; |
| 449 |
top: calc(50% - 10px); |
| 450 |
color: #39C085; |
| 451 |
transition: all 0.3s ease; |
| 452 |
opacity: 0; |
| 453 |
} |
| 454 |
.awsm-filter-show .select2-container--default .select2-results__option[aria-selected=true]{ |
| 455 |
background: none !important; |
| 456 |
position: relative; |
| 457 |
} |
| 458 |
.awsm-filter-show .select2-container--default .select2-results__option[aria-selected=true]::after{ |
| 459 |
opacity: 1; |
| 460 |
} |
| 461 |
.awsm-filter-show .select2-container--default .select2-results__option--highlighted[aria-selected]{ |
| 462 |
background: none !important; |
| 463 |
color: #444 !important; |
| 464 |
} |
| 465 |
.awsm-filter-show .select2-container--default .select2-results__option[aria-disabled=true]{ |
| 466 |
pointer-events: none; |
| 467 |
opacity: 0.8; |
| 468 |
} |
| 469 |
.awsm-filter-show .select2-container--default .select2-results__option:hover{ |
| 470 |
background: #eee !important; |
| 471 |
} |
| 472 |
.select2-container .select2-search--dropdown .select2-search__field{ |
| 473 |
min-height: 30px !important; |
| 474 |
border-color: #ccc !important; |
| 475 |
} |
| 476 |
.select2-container .select2-search--dropdown .select2-search__field:focus{ |
| 477 |
box-shadow: none !important; |
| 478 |
outline: none !important; |
| 479 |
border-color: #111 !important; |
| 480 |
} |
| 481 |
.awsm-filter-show .select2-container--default.select2-container--focus .select2-selection--multiple, .awsm-filter-show .select2-dropdown{ |
| 482 |
border-color: #acacac; |
| 483 |
} |
| 484 |
.awsm-team-upgrade-msg h3{ |
| 485 |
text-align: center; |
| 486 |
line-height: 1.7; |
| 487 |
} |
| 488 |
.awsm-team-upgrade-list li:before { |
| 489 |
content: "\f147"; |
| 490 |
font-size: 28px; |
| 491 |
font-family: 'dashicons'; |
| 492 |
position: absolute; |
| 493 |
left: 0; |
| 494 |
top: 3px; |
| 495 |
} |
| 496 |
.awsm-team-upgrade-list li { |
| 497 |
padding-left: 35px; |
| 498 |
position: relative; |
| 499 |
margin-bottom: 10px; |
| 500 |
} |
| 501 |
.awsm-team-btn-upgrade { |
| 502 |
background-color: #0085ba; |
| 503 |
font-size: 14px; |
| 504 |
height: 60px; |
| 505 |
line-height: 60px; |
| 506 |
display: block; |
| 507 |
margin:20px 0 10px 0; |
| 508 |
border-radius: 4px; |
| 509 |
text-align: center; |
| 510 |
color: #fff; |
| 511 |
font-weight: bold; |
| 512 |
} |
| 513 |
.awsm-team-upgrade-msg p { |
| 514 |
font-size: 12px; |
| 515 |
color: #414141; |
| 516 |
text-align: center; |
| 517 |
margin-bottom: 0; |
| 518 |
} |
| 519 |
.awsm-team-btn-upgrade:hover, .awsm-team-btn-upgrade:active, .awsm-team-btn-upgrade:focus { |
| 520 |
color: #fff; |
| 521 |
background-color: #008fc8; |
| 522 |
} |