| 1 |
@font-face { |
| 2 |
font-family: 'wppb_re_font'; |
| 3 |
src: url('../font/wppb_re_font.eot?45804157'); |
| 4 |
src: url('../font/wppb_re_font.eot?45804157#iefix') format('embedded-opentype'), |
| 5 |
url('../font/wppb_re_font.woff2?45804157') format('woff2'), |
| 6 |
url('../font/wppb_re_font.woff?45804157') format('woff'), |
| 7 |
url('../font/wppb_re_font.ttf?45804157') format('truetype'), |
| 8 |
url('../font/wppb_re_font.svg?45804157#wppb_re_font') format('svg'); |
| 9 |
font-weight: normal; |
| 10 |
font-style: normal; |
| 11 |
} |
| 12 |
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
| 13 |
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
| 14 |
/* |
| 15 |
@media screen and (-webkit-min-device-pixel-ratio:0) { |
| 16 |
@font-face { |
| 17 |
font-family: 'wppb_re_font'; |
| 18 |
src: url('../font/wppb_re_font.svg?45804157#wppb_re_font') format('svg'); |
| 19 |
} |
| 20 |
} |
| 21 |
*/ |
| 22 |
|
| 23 |
[class^="icon-wppb-re-"]:before, [class*=" icon-wppb-re-"]:before { |
| 24 |
font-family: "wppb_re_font"; |
| 25 |
font-style: normal; |
| 26 |
font-weight: normal; |
| 27 |
speak: none; |
| 28 |
|
| 29 |
display: inline-block; |
| 30 |
text-decoration: inherit; |
| 31 |
width: 1em; |
| 32 |
margin-right: .2em; |
| 33 |
text-align: center; |
| 34 |
/* opacity: .8; */ |
| 35 |
|
| 36 |
/* For safety - reset parent styles, that can break glyph codes*/ |
| 37 |
font-variant: normal; |
| 38 |
text-transform: none; |
| 39 |
|
| 40 |
/* fix buttons height, for twitter bootstrap */ |
| 41 |
line-height: 1em; |
| 42 |
|
| 43 |
/* Animation center compensation - margins should be symmetric */ |
| 44 |
/* remove if not needed */ |
| 45 |
margin-left: .2em; |
| 46 |
|
| 47 |
/* you can be more comfortable with increased icons size */ |
| 48 |
/* font-size: 120%; */ |
| 49 |
|
| 50 |
/* Font smoothing. That was taken from TWBS */ |
| 51 |
-webkit-font-smoothing: antialiased; |
| 52 |
-moz-osx-font-smoothing: grayscale; |
| 53 |
|
| 54 |
/* Uncomment for 3D effect */ |
| 55 |
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
| 56 |
} |
| 57 |
|
| 58 |
.icon-wppb-re-users:before { content: '\e801'; } /* '' */ |
| 59 |
.icon-wppb-re-slug:before { content: '\e802'; } /* '' */ |
| 60 |
.icon-wppb-re-caps:before { content: '\e803'; } /* '' */ |
| 61 |
.icon-wppb-re-spinner:before { content: '\e838'; } /* '' */ |
| 62 |
|
| 63 |
.post-type-wppb-roles-editor .table-role-info { |
| 64 |
font-size: 13px; |
| 65 |
} |
| 66 |
|
| 67 |
.post-type-wppb-roles-editor #post-query-submit { |
| 68 |
display: none; |
| 69 |
} |
| 70 |
|
| 71 |
.post-type-wppb-roles-editor .column-role { |
| 72 |
width: 25%; |
| 73 |
} |
| 74 |
|
| 75 |
.post-type-wppb-roles-editor .column-role .wppb-role-slug-input{ |
| 76 |
width:90%; |
| 77 |
} |
| 78 |
|
| 79 |
.post-type-wppb-roles-editor .column-capabilities { |
| 80 |
width: 15%; |
| 81 |
text-align: center; |
| 82 |
} |
| 83 |
|
| 84 |
.post-type-wppb-roles-editor .column-users { |
| 85 |
width: 10%; |
| 86 |
text-align: center; |
| 87 |
} |
| 88 |
|
| 89 |
.post-type-wppb-roles-editor .wppb-delete-capability-disabled, |
| 90 |
.post-type-wppb-roles-editor .row-actions span.delete_notify { |
| 91 |
color: #a00; |
| 92 |
cursor: not-allowed; |
| 93 |
} |
| 94 |
|
| 95 |
.post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-users, |
| 96 |
.post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-slug, |
| 97 |
.post-type-wppb-roles-editor .misc-pub-section .icon-wppb-re-caps { |
| 98 |
font-size: 20px; |
| 99 |
} |
| 100 |
|
| 101 |
.post-type-wppb-roles-editor #wppb-role-edit-add-caps { |
| 102 |
height: 100px; |
| 103 |
} |
| 104 |
|
| 105 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities .select2 .select2-container { |
| 106 |
padding: 0 5px 5px 0 !important; |
| 107 |
} |
| 108 |
|
| 109 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities a.button-primary { |
| 110 |
vertical-align: top; |
| 111 |
margin: 1px 0 0 10px; |
| 112 |
height: 32px; |
| 113 |
line-height: 30px; |
| 114 |
} |
| 115 |
|
| 116 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link { |
| 117 |
margin: 10px 5px; |
| 118 |
} |
| 119 |
|
| 120 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:link, |
| 121 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:hover, |
| 122 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:visited, |
| 123 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities #wppb-add-new-cap-link a:active { |
| 124 |
text-decoration: none; |
| 125 |
box-shadow: none; |
| 126 |
} |
| 127 |
|
| 128 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities .wppb-add-new-cap-input { |
| 129 |
display: none; |
| 130 |
vertical-align: middle; |
| 131 |
width: 40%; |
| 132 |
line-height: 20px; |
| 133 |
padding-bottom: 10px; |
| 134 |
border: 1px solid #AAAAAA; |
| 135 |
border-radius: 4px; |
| 136 |
outline: none; |
| 137 |
box-shadow: none; |
| 138 |
font-size: 13px; |
| 139 |
margin: 0; |
| 140 |
} |
| 141 |
|
| 142 |
.post-type-wppb-roles-editor #wppb_edit_role_capabilities .wppb-add-new-cap-input:focus { |
| 143 |
border: 1px solid #000; |
| 144 |
outline: none; |
| 145 |
box-shadow: none; |
| 146 |
} |
| 147 |
|
| 148 |
.post-type-wppb-roles-editor #wppb-duplicate-capability-error, |
| 149 |
.post-type-wppb-roles-editor #wppb-hidden-capability-error, |
| 150 |
.post-type-wppb-roles-editor #wppb-add-capability-error { |
| 151 |
border-left: 3px solid #a00; |
| 152 |
display: none; |
| 153 |
color: #a00; |
| 154 |
font-size: 14px; |
| 155 |
margin-left: 6px; |
| 156 |
padding: 5px 10px; |
| 157 |
line-height: 35px; |
| 158 |
vertical-align: top; |
| 159 |
} |
| 160 |
|
| 161 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs { |
| 162 |
float: left; |
| 163 |
width: 11%; |
| 164 |
min-width: 150px; |
| 165 |
padding: 20px 0 0 5px; |
| 166 |
margin: 0; |
| 167 |
} |
| 168 |
|
| 169 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title { |
| 170 |
margin: 5px 0.5% 5px 0.5%; |
| 171 |
/*padding: 10px 0 10px 10px;*/ |
| 172 |
background-color: #f7f7f7; |
| 173 |
} |
| 174 |
|
| 175 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title i { |
| 176 |
margin-right: 10px; |
| 177 |
line-height: 25px; |
| 178 |
} |
| 179 |
|
| 180 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a { |
| 181 |
text-decoration: none; |
| 182 |
color: inherit; |
| 183 |
display: block; |
| 184 |
padding: 10px 0 10px 10px; |
| 185 |
height: 24px; |
| 186 |
line-height: 24px; |
| 187 |
} |
| 188 |
|
| 189 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:active, |
| 190 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:focus, |
| 191 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title a:hover { |
| 192 |
text-decoration: none; |
| 193 |
color: #a00; |
| 194 |
box-shadow: none; |
| 195 |
} |
| 196 |
|
| 197 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title.wppb-role-editor-tab-active { |
| 198 |
color: #a00; |
| 199 |
font-weight: bold; |
| 200 |
} |
| 201 |
|
| 202 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 203 |
padding: 20px 5px 0 5px; |
| 204 |
float: right; |
| 205 |
width: 84%; |
| 206 |
} |
| 207 |
|
| 208 |
.post-type-wppb-roles-editor .wppb-re-spinner-container { |
| 209 |
margin: 5px 3px 0 2px; |
| 210 |
padding: 11px 0; |
| 211 |
width: 100%; |
| 212 |
} |
| 213 |
|
| 214 |
.post-type-wppb-roles-editor .wppb-re-spinner-container i.icon-wppb-re-spinner { |
| 215 |
font-size: 35px; |
| 216 |
margin-left: 45%; |
| 217 |
} |
| 218 |
|
| 219 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry { |
| 220 |
width: 32.3%; |
| 221 |
float: left; |
| 222 |
margin: 5px 3px 0 2px; |
| 223 |
padding: 6px 0; |
| 224 |
background-color: #f7f7f7; |
| 225 |
display: block; |
| 226 |
height: 32px; |
| 227 |
} |
| 228 |
|
| 229 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-new-capability-highlight { |
| 230 |
background-color: #e6e6e6; |
| 231 |
} |
| 232 |
|
| 233 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-capability { |
| 234 |
padding: 0 10px; |
| 235 |
width: 70%; |
| 236 |
overflow-wrap: break-word; |
| 237 |
word-wrap: break-word; |
| 238 |
-ms-word-break: break-all; |
| 239 |
word-break: break-all; |
| 240 |
word-break: break-word; |
| 241 |
-ms-hyphens: auto; |
| 242 |
-moz-hyphens: auto; |
| 243 |
-webkit-hyphens: auto; |
| 244 |
hyphens: auto; |
| 245 |
display: inline-block; |
| 246 |
} |
| 247 |
|
| 248 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-capability.wppb-new-capability { |
| 249 |
color: #0085ba; |
| 250 |
} |
| 251 |
|
| 252 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability { |
| 253 |
float: right; |
| 254 |
padding-right: 5px; |
| 255 |
display: inline-block; |
| 256 |
width: 15%; |
| 257 |
} |
| 258 |
|
| 259 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:link { |
| 260 |
text-decoration: none; |
| 261 |
color: #a00; |
| 262 |
} |
| 263 |
|
| 264 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:active, |
| 265 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:hover, |
| 266 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry .wppb-delete-capability a:visited { |
| 267 |
text-decoration: none; |
| 268 |
color: #FF0000; |
| 269 |
} |
| 270 |
|
| 271 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-role-edit-no-cap { |
| 272 |
background-color: inherit; |
| 273 |
} |
| 274 |
|
| 275 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry.wppb-role-edit-no-cap span { |
| 276 |
color: #a00; |
| 277 |
} |
| 278 |
|
| 279 |
.post-type-wppb-roles-editor #wppb-role-edit-table #wppb-role-edit-caps-clear, |
| 280 |
.post-type-wppb-roles-editor #wppb-role-edit-caps-div #wppb-role-edit-divs-clear { |
| 281 |
width: 100%; |
| 282 |
clear: both; |
| 283 |
} |
| 284 |
|
| 285 |
.post-type-wppb-roles-editor .misc-pub-section #wppb-role-slug { |
| 286 |
width: 59%; |
| 287 |
margin-left: 5px; |
| 288 |
text-transform: lowercase; |
| 289 |
} |
| 290 |
|
| 291 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-users, |
| 292 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-capabilities, |
| 293 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-edit-slug { |
| 294 |
padding-top: 10px; |
| 295 |
margin: 5px 0; |
| 296 |
} |
| 297 |
|
| 298 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-users span, |
| 299 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-capabilities span, |
| 300 |
.post-type-wppb-roles-editor .misc-pub-section.misc-pub-section-edit-slug span { |
| 301 |
font-size: 14px; |
| 302 |
bottom: 1px; |
| 303 |
position: relative; |
| 304 |
} |
| 305 |
|
| 306 |
.post-type-wppb-roles-editor .wppb-re-cap-perm-delete { |
| 307 |
color: #a00; |
| 308 |
font-size: 13px; |
| 309 |
float: right; |
| 310 |
position: relative; |
| 311 |
z-index: 1; |
| 312 |
} |
| 313 |
|
| 314 |
.post-type-wppb-roles-editor .wppb-re-cap-perm-delete:active, |
| 315 |
.post-type-wppb-roles-editor .wppb-re-cap-perm-delete:focus, |
| 316 |
.post-type-wppb-roles-editor .wppb-re-cap-perm-delete:hover { |
| 317 |
color: #000000; |
| 318 |
cursor: pointer; |
| 319 |
} |
| 320 |
|
| 321 |
.post-type-wppb-roles-editor #wpbody .wrap .wp-heading-inline, .post-type-wppb-roles-editor #wpbody .wrap .page-title-action { |
| 322 |
display: inline-block !important; |
| 323 |
} |
| 324 |
|
| 325 |
@media screen and ( max-width: 1600px ) { |
| 326 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry { |
| 327 |
width: 49%; |
| 328 |
} |
| 329 |
|
| 330 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 331 |
width: 80%; |
| 332 |
} |
| 333 |
} |
| 334 |
|
| 335 |
@media screen and ( max-width: 1400px ) { |
| 336 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 337 |
width: 76%; |
| 338 |
} |
| 339 |
} |
| 340 |
|
| 341 |
@media screen and ( max-width: 1350px ) { |
| 342 |
.post-type-wppb-roles-editor #wppb-role-edit-table .wppb-role-edit-table-entry { |
| 343 |
width: 100%; |
| 344 |
} |
| 345 |
} |
| 346 |
|
| 347 |
@media screen and ( max-width: 1250px ) { |
| 348 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 349 |
width: 72%; |
| 350 |
} |
| 351 |
} |
| 352 |
|
| 353 |
@media screen and ( max-width: 1150px ) { |
| 354 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 355 |
width: 68%; |
| 356 |
} |
| 357 |
} |
| 358 |
|
| 359 |
@media screen and ( max-width: 1100px ) { |
| 360 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 361 |
width: 62%; |
| 362 |
} |
| 363 |
} |
| 364 |
|
| 365 |
@media screen and ( max-width: 850px ) { |
| 366 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 367 |
width: 70%; |
| 368 |
} |
| 369 |
} |
| 370 |
|
| 371 |
@media screen and ( max-width: 782px ) { |
| 372 |
.post-type-wppb-roles-editor .column-role input.wppb-role-slug-input { |
| 373 |
height: 25px; |
| 374 |
} |
| 375 |
|
| 376 |
.post-type-wppb-roles-editor .column-capabilities, |
| 377 |
.post-type-wppb-roles-editor .column-users { |
| 378 |
text-align: inherit; |
| 379 |
} |
| 380 |
} |
| 381 |
|
| 382 |
@media screen and ( max-width: 650px ) { |
| 383 |
.post-type-wppb-roles-editor #wppb-role-edit-table { |
| 384 |
width: 100%; |
| 385 |
} |
| 386 |
|
| 387 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs { |
| 388 |
width: 100%; |
| 389 |
padding: 20px 0 0 0; |
| 390 |
} |
| 391 |
|
| 392 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title { |
| 393 |
padding: 0 25px 0 5px; |
| 394 |
margin: 2px 0; |
| 395 |
display: inline-block; |
| 396 |
min-width: 40%; |
| 397 |
} |
| 398 |
} |
| 399 |
|
| 400 |
@media screen and ( max-width: 450px ) { |
| 401 |
.post-type-wppb-roles-editor #wppb-capabilities-tabs .wppb-role-editor-tab-title { |
| 402 |
min-width: 91%; |
| 403 |
} |
| 404 |
} |
| 405 |
|
| 406 |
.post-type-wppb-roles-editor .wppb-re-spin { |
| 407 |
-moz-animation: wppb_re_spin 2s infinite linear; |
| 408 |
-o-animation: wppb_re_spin 2s infinite linear; |
| 409 |
-webkit-animation: wppb_re_spin 2s infinite linear; |
| 410 |
animation: wppb_re_spin 2s infinite linear; |
| 411 |
display: inline-block; |
| 412 |
} |
| 413 |
@-moz-keyframes wppb_re_spin { |
| 414 |
0% { |
| 415 |
-moz-transform: rotate(0deg); |
| 416 |
-o-transform: rotate(0deg); |
| 417 |
-webkit-transform: rotate(0deg); |
| 418 |
transform: rotate(0deg); |
| 419 |
} |
| 420 |
|
| 421 |
100% { |
| 422 |
-moz-transform: rotate(359deg); |
| 423 |
-o-transform: rotate(359deg); |
| 424 |
-webkit-transform: rotate(359deg); |
| 425 |
transform: rotate(359deg); |
| 426 |
} |
| 427 |
} |
| 428 |
@-webkit-keyframes wppb_re_spin { |
| 429 |
0% { |
| 430 |
-moz-transform: rotate(0deg); |
| 431 |
-o-transform: rotate(0deg); |
| 432 |
-webkit-transform: rotate(0deg); |
| 433 |
transform: rotate(0deg); |
| 434 |
} |
| 435 |
|
| 436 |
100% { |
| 437 |
-moz-transform: rotate(359deg); |
| 438 |
-o-transform: rotate(359deg); |
| 439 |
-webkit-transform: rotate(359deg); |
| 440 |
transform: rotate(359deg); |
| 441 |
} |
| 442 |
} |
| 443 |
@-o-keyframes wppb_re_spin { |
| 444 |
0% { |
| 445 |
-moz-transform: rotate(0deg); |
| 446 |
-o-transform: rotate(0deg); |
| 447 |
-webkit-transform: rotate(0deg); |
| 448 |
transform: rotate(0deg); |
| 449 |
} |
| 450 |
|
| 451 |
100% { |
| 452 |
-moz-transform: rotate(359deg); |
| 453 |
-o-transform: rotate(359deg); |
| 454 |
-webkit-transform: rotate(359deg); |
| 455 |
transform: rotate(359deg); |
| 456 |
} |
| 457 |
} |
| 458 |
@-ms-keyframes wppb_re_spin { |
| 459 |
0% { |
| 460 |
-moz-transform: rotate(0deg); |
| 461 |
-o-transform: rotate(0deg); |
| 462 |
-webkit-transform: rotate(0deg); |
| 463 |
transform: rotate(0deg); |
| 464 |
} |
| 465 |
|
| 466 |
100% { |
| 467 |
-moz-transform: rotate(359deg); |
| 468 |
-o-transform: rotate(359deg); |
| 469 |
-webkit-transform: rotate(359deg); |
| 470 |
transform: rotate(359deg); |
| 471 |
} |
| 472 |
} |
| 473 |
@keyframes wppb_re_spin { |
| 474 |
0% { |
| 475 |
-moz-transform: rotate(0deg); |
| 476 |
-o-transform: rotate(0deg); |
| 477 |
-webkit-transform: rotate(0deg); |
| 478 |
transform: rotate(0deg); |
| 479 |
} |
| 480 |
|
| 481 |
100% { |
| 482 |
-moz-transform: rotate(359deg); |
| 483 |
-o-transform: rotate(359deg); |
| 484 |
-webkit-transform: rotate(359deg); |
| 485 |
transform: rotate(359deg); |
| 486 |
} |
| 487 |
} |
| 488 |
|
| 489 |
|