adminbar-style.css
10 years ago
chosen-sprite.png
11 years ago
chosen-sprite@2x.png
10 years ago
chosen.css
8 years ago
chosen.min.css
8 years ago
give-admin-rtl.css
8 years ago
give-admin-rtl.min.css
8 years ago
give-admin.css
8 years ago
give-admin.css.map
10 years ago
give-admin.min.css
8 years ago
give-dashicon.css
10 years ago
jquery-ui-fresh.css
8 years ago
jquery-ui-fresh.min.css
8 years ago
give-admin.css
3074 lines
| 1 | /*! |
| 2 | * Give Admin SCSS/CSS |
| 3 | * |
| 4 | * @description: The Main SCSS file for ADMIN styles which is compiled and minified via Gulp taskrunner |
| 5 | * @package: Give |
| 6 | * @subpackage: SCSS/Admin |
| 7 | * @copyright: Copyright (c) 2016, WordImpress |
| 8 | * @license: http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 9 | */ |
| 10 | /** |
| 11 | * Clearfix |
| 12 | */ |
| 13 | .give-clearfix { |
| 14 | *zoom: 1; } |
| 15 | .give-clearfix:before, .give-clearfix:after { |
| 16 | content: " "; |
| 17 | display: table; } |
| 18 | .give-clearfix:after { |
| 19 | clear: both; } |
| 20 | |
| 21 | /** |
| 22 | * Box Sizing |
| 23 | * https://github.com/timrogers/sass-box-sizing-mixin |
| 24 | */ |
| 25 | /** |
| 26 | * CSS3 Easing |
| 27 | */ |
| 28 | .give-item-label { |
| 29 | padding: .2em .4em .3em; |
| 30 | font-size: 11px; |
| 31 | line-height: 1; |
| 32 | color: #fff; |
| 33 | text-align: center; |
| 34 | white-space: nowrap; |
| 35 | vertical-align: baseline; |
| 36 | border-radius: .25em; } |
| 37 | .give-item-label:hover { |
| 38 | color: #fff; |
| 39 | text-decoration: none; } |
| 40 | |
| 41 | .give-item-label-gray, #give-payments-filter .give-payment-id { |
| 42 | background-color: #929292; } |
| 43 | |
| 44 | .give-item-label-orange { |
| 45 | background-color: #ffba00; } |
| 46 | |
| 47 | .give-item-label { |
| 48 | padding: .2em .4em .3em; |
| 49 | font-size: 11px; |
| 50 | line-height: 1; |
| 51 | color: #fff; |
| 52 | text-align: center; |
| 53 | white-space: nowrap; |
| 54 | vertical-align: baseline; |
| 55 | border-radius: .25em; } |
| 56 | .give-item-label:hover { |
| 57 | color: #fff; |
| 58 | text-decoration: none; } |
| 59 | |
| 60 | /** |
| 61 | * Give CSS Variables |
| 62 | */ |
| 63 | /*! Hint.css - v2.5.0 - 2017-04-23 |
| 64 | * http://kushagragour.in/lab/hint/ |
| 65 | * Copyright (c) 2017 Kushagra Gour */ |
| 66 | [class*=hint--] { |
| 67 | position: relative; |
| 68 | display: inline-block; } |
| 69 | |
| 70 | [class*=hint--]:after, [class*=hint--]:before { |
| 71 | position: absolute; |
| 72 | -webkit-transform: translate3d(0, 0, 0); |
| 73 | -moz-transform: translate3d(0, 0, 0); |
| 74 | transform: translate3d(0, 0, 0); |
| 75 | visibility: hidden; |
| 76 | opacity: 0; |
| 77 | z-index: 1000000; |
| 78 | pointer-events: none; |
| 79 | -webkit-transition: .3s ease; |
| 80 | -moz-transition: .3s ease; |
| 81 | transition: .3s ease; |
| 82 | -webkit-transition-delay: 0s; |
| 83 | -moz-transition-delay: 0s; |
| 84 | transition-delay: 0s; } |
| 85 | |
| 86 | [class*=hint--]:hover:after, [class*=hint--]:hover:before { |
| 87 | visibility: visible; |
| 88 | opacity: 1; |
| 89 | -webkit-transition-delay: .1s; |
| 90 | -moz-transition-delay: .1s; |
| 91 | transition-delay: .1s; } |
| 92 | |
| 93 | [class*=hint--]:before { |
| 94 | content: ''; |
| 95 | position: absolute; |
| 96 | background: 0 0; |
| 97 | border: 6px solid transparent; |
| 98 | z-index: 1000001; } |
| 99 | |
| 100 | [class*=hint--]:after { |
| 101 | background: #383838; |
| 102 | color: #fff; |
| 103 | padding: 8px 10px; |
| 104 | font-size: 12px; |
| 105 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; |
| 106 | line-height: 12px; |
| 107 | white-space: nowrap; |
| 108 | text-shadow: 0 -1px 0 #000; |
| 109 | box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); } |
| 110 | |
| 111 | [class*=hint--][aria-label]:after { |
| 112 | content: attr(aria-label); } |
| 113 | |
| 114 | [class*=hint--][data-hint]:after { |
| 115 | content: attr(data-hint); } |
| 116 | |
| 117 | [aria-label='']:after, [aria-label='']:before, [data-hint='']:after, [data-hint='']:before { |
| 118 | display: none !important; } |
| 119 | |
| 120 | .hint--top-left:before, .hint--top-right:before, .hint--top:before { |
| 121 | border-top-color: #383838; } |
| 122 | |
| 123 | .hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before { |
| 124 | border-bottom-color: #383838; } |
| 125 | |
| 126 | .hint--top:after, .hint--top:before { |
| 127 | bottom: 100%; |
| 128 | left: 50%; } |
| 129 | |
| 130 | .hint--top:before { |
| 131 | margin-bottom: -11px; |
| 132 | left: calc(50% - 6px); } |
| 133 | |
| 134 | .hint--top:after { |
| 135 | -webkit-transform: translateX(-50%); |
| 136 | -moz-transform: translateX(-50%); |
| 137 | transform: translateX(-50%); } |
| 138 | |
| 139 | .hint--top:hover:before { |
| 140 | -webkit-transform: translateY(-8px); |
| 141 | -moz-transform: translateY(-8px); |
| 142 | transform: translateY(-8px); } |
| 143 | |
| 144 | .hint--top:hover:after { |
| 145 | -webkit-transform: translateX(-50%) translateY(-8px); |
| 146 | -moz-transform: translateX(-50%) translateY(-8px); |
| 147 | transform: translateX(-50%) translateY(-8px); } |
| 148 | |
| 149 | .hint--bottom:after, .hint--bottom:before { |
| 150 | top: 100%; |
| 151 | left: 50%; } |
| 152 | |
| 153 | .hint--bottom:before { |
| 154 | margin-top: -11px; |
| 155 | left: calc(50% - 6px); } |
| 156 | |
| 157 | .hint--bottom:after { |
| 158 | -webkit-transform: translateX(-50%); |
| 159 | -moz-transform: translateX(-50%); |
| 160 | transform: translateX(-50%); } |
| 161 | |
| 162 | .hint--bottom:hover:before { |
| 163 | -webkit-transform: translateY(8px); |
| 164 | -moz-transform: translateY(8px); |
| 165 | transform: translateY(8px); } |
| 166 | |
| 167 | .hint--bottom:hover:after { |
| 168 | -webkit-transform: translateX(-50%) translateY(8px); |
| 169 | -moz-transform: translateX(-50%) translateY(8px); |
| 170 | transform: translateX(-50%) translateY(8px); } |
| 171 | |
| 172 | .hint--right:before { |
| 173 | border-right-color: #383838; |
| 174 | margin-left: -11px; |
| 175 | margin-bottom: -6px; } |
| 176 | |
| 177 | .hint--right:after { |
| 178 | margin-bottom: -14px; } |
| 179 | |
| 180 | .hint--right:after, .hint--right:before { |
| 181 | left: 100%; |
| 182 | bottom: 50%; } |
| 183 | |
| 184 | .hint--right:hover:after, .hint--right:hover:before { |
| 185 | -webkit-transform: translateX(8px); |
| 186 | -moz-transform: translateX(8px); |
| 187 | transform: translateX(8px); } |
| 188 | |
| 189 | .hint--left:before { |
| 190 | border-left-color: #383838; |
| 191 | margin-right: -11px; |
| 192 | margin-bottom: -6px; } |
| 193 | |
| 194 | .hint--left:after { |
| 195 | margin-bottom: -14px; } |
| 196 | |
| 197 | .hint--left:after, .hint--left:before { |
| 198 | right: 100%; |
| 199 | bottom: 50%; } |
| 200 | |
| 201 | .hint--left:hover:after, .hint--left:hover:before { |
| 202 | -webkit-transform: translateX(-8px); |
| 203 | -moz-transform: translateX(-8px); |
| 204 | transform: translateX(-8px); } |
| 205 | |
| 206 | .hint--top-left:after, .hint--top-left:before { |
| 207 | bottom: 100%; |
| 208 | left: 50%; } |
| 209 | |
| 210 | .hint--top-left:before { |
| 211 | margin-bottom: -11px; |
| 212 | left: calc(50% - 6px); } |
| 213 | |
| 214 | .hint--top-left:after { |
| 215 | -webkit-transform: translateX(-100%); |
| 216 | -moz-transform: translateX(-100%); |
| 217 | transform: translateX(-100%); |
| 218 | margin-left: 12px; } |
| 219 | |
| 220 | .hint--top-left:hover:before { |
| 221 | -webkit-transform: translateY(-8px); |
| 222 | -moz-transform: translateY(-8px); |
| 223 | transform: translateY(-8px); } |
| 224 | |
| 225 | .hint--top-left:hover:after { |
| 226 | -webkit-transform: translateX(-100%) translateY(-8px); |
| 227 | -moz-transform: translateX(-100%) translateY(-8px); |
| 228 | transform: translateX(-100%) translateY(-8px); } |
| 229 | |
| 230 | .hint--top-right:after, .hint--top-right:before { |
| 231 | bottom: 100%; |
| 232 | left: 50%; } |
| 233 | |
| 234 | .hint--top-right:before { |
| 235 | margin-bottom: -11px; |
| 236 | left: calc(50% - 6px); } |
| 237 | |
| 238 | .hint--top-right:after { |
| 239 | -webkit-transform: translateX(0); |
| 240 | -moz-transform: translateX(0); |
| 241 | transform: translateX(0); |
| 242 | margin-left: -12px; } |
| 243 | |
| 244 | .hint--top-right:hover:after, .hint--top-right:hover:before { |
| 245 | -webkit-transform: translateY(-8px); |
| 246 | -moz-transform: translateY(-8px); |
| 247 | transform: translateY(-8px); } |
| 248 | |
| 249 | .hint--bottom-left:after, .hint--bottom-left:before { |
| 250 | top: 100%; |
| 251 | left: 50%; } |
| 252 | |
| 253 | .hint--bottom-left:before { |
| 254 | margin-top: -11px; |
| 255 | left: calc(50% - 6px); } |
| 256 | |
| 257 | .hint--bottom-left:after { |
| 258 | -webkit-transform: translateX(-100%); |
| 259 | -moz-transform: translateX(-100%); |
| 260 | transform: translateX(-100%); |
| 261 | margin-left: 12px; } |
| 262 | |
| 263 | .hint--bottom-left:hover:before { |
| 264 | -webkit-transform: translateY(8px); |
| 265 | -moz-transform: translateY(8px); |
| 266 | transform: translateY(8px); } |
| 267 | |
| 268 | .hint--bottom-left:hover:after { |
| 269 | -webkit-transform: translateX(-100%) translateY(8px); |
| 270 | -moz-transform: translateX(-100%) translateY(8px); |
| 271 | transform: translateX(-100%) translateY(8px); } |
| 272 | |
| 273 | .hint--bottom-right:after, .hint--bottom-right:before { |
| 274 | top: 100%; |
| 275 | left: 50%; } |
| 276 | |
| 277 | .hint--bottom-right:before { |
| 278 | margin-top: -11px; |
| 279 | left: calc(50% - 6px); } |
| 280 | |
| 281 | .hint--bottom-right:after { |
| 282 | -webkit-transform: translateX(0); |
| 283 | -moz-transform: translateX(0); |
| 284 | transform: translateX(0); |
| 285 | margin-left: -12px; } |
| 286 | |
| 287 | .hint--bottom-right:hover:after, .hint--bottom-right:hover:before { |
| 288 | -webkit-transform: translateY(8px); |
| 289 | -moz-transform: translateY(8px); |
| 290 | transform: translateY(8px); } |
| 291 | |
| 292 | .hint--large:after, .hint--medium:after, .hint--small:after { |
| 293 | white-space: normal; |
| 294 | line-height: 1.4em; |
| 295 | word-wrap: break-word; } |
| 296 | |
| 297 | .hint--small:after { |
| 298 | width: 80px; } |
| 299 | |
| 300 | .hint--medium:after { |
| 301 | width: 150px; } |
| 302 | |
| 303 | .hint--large:after { |
| 304 | width: 300px; } |
| 305 | |
| 306 | .hint--error:after { |
| 307 | background-color: #b34e4d; |
| 308 | text-shadow: 0 -1px 0 #592726; } |
| 309 | |
| 310 | .hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before { |
| 311 | border-top-color: #b34e4d; } |
| 312 | |
| 313 | .hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before { |
| 314 | border-bottom-color: #b34e4d; } |
| 315 | |
| 316 | .hint--error.hint--left:before { |
| 317 | border-left-color: #b34e4d; } |
| 318 | |
| 319 | .hint--error.hint--right:before { |
| 320 | border-right-color: #b34e4d; } |
| 321 | |
| 322 | .hint--warning:after { |
| 323 | background-color: #c09854; |
| 324 | text-shadow: 0 -1px 0 #6c5328; } |
| 325 | |
| 326 | .hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before { |
| 327 | border-top-color: #c09854; } |
| 328 | |
| 329 | .hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before { |
| 330 | border-bottom-color: #c09854; } |
| 331 | |
| 332 | .hint--warning.hint--left:before { |
| 333 | border-left-color: #c09854; } |
| 334 | |
| 335 | .hint--warning.hint--right:before { |
| 336 | border-right-color: #c09854; } |
| 337 | |
| 338 | .hint--info:after { |
| 339 | background-color: #3986ac; |
| 340 | text-shadow: 0 -1px 0 #1a3c4d; } |
| 341 | |
| 342 | .hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before { |
| 343 | border-top-color: #3986ac; } |
| 344 | |
| 345 | .hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before { |
| 346 | border-bottom-color: #3986ac; } |
| 347 | |
| 348 | .hint--info.hint--left:before { |
| 349 | border-left-color: #3986ac; } |
| 350 | |
| 351 | .hint--info.hint--right:before { |
| 352 | border-right-color: #3986ac; } |
| 353 | |
| 354 | .hint--success:after { |
| 355 | background-color: #458746; |
| 356 | text-shadow: 0 -1px 0 #1a321a; } |
| 357 | |
| 358 | .hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before { |
| 359 | border-top-color: #458746; } |
| 360 | |
| 361 | .hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before { |
| 362 | border-bottom-color: #458746; } |
| 363 | |
| 364 | .hint--success.hint--left:before { |
| 365 | border-left-color: #458746; } |
| 366 | |
| 367 | .hint--success.hint--right:before { |
| 368 | border-right-color: #458746; } |
| 369 | |
| 370 | .hint--always:after, .hint--always:before { |
| 371 | opacity: 1; |
| 372 | visibility: visible; } |
| 373 | |
| 374 | .hint--always.hint--top:before { |
| 375 | -webkit-transform: translateY(-8px); |
| 376 | -moz-transform: translateY(-8px); |
| 377 | transform: translateY(-8px); } |
| 378 | |
| 379 | .hint--always.hint--top:after { |
| 380 | -webkit-transform: translateX(-50%) translateY(-8px); |
| 381 | -moz-transform: translateX(-50%) translateY(-8px); |
| 382 | transform: translateX(-50%) translateY(-8px); } |
| 383 | |
| 384 | .hint--always.hint--top-left:before { |
| 385 | -webkit-transform: translateY(-8px); |
| 386 | -moz-transform: translateY(-8px); |
| 387 | transform: translateY(-8px); } |
| 388 | |
| 389 | .hint--always.hint--top-left:after { |
| 390 | -webkit-transform: translateX(-100%) translateY(-8px); |
| 391 | -moz-transform: translateX(-100%) translateY(-8px); |
| 392 | transform: translateX(-100%) translateY(-8px); } |
| 393 | |
| 394 | .hint--always.hint--top-right:after, .hint--always.hint--top-right:before { |
| 395 | -webkit-transform: translateY(-8px); |
| 396 | -moz-transform: translateY(-8px); |
| 397 | transform: translateY(-8px); } |
| 398 | |
| 399 | .hint--always.hint--bottom:before { |
| 400 | -webkit-transform: translateY(8px); |
| 401 | -moz-transform: translateY(8px); |
| 402 | transform: translateY(8px); } |
| 403 | |
| 404 | .hint--always.hint--bottom:after { |
| 405 | -webkit-transform: translateX(-50%) translateY(8px); |
| 406 | -moz-transform: translateX(-50%) translateY(8px); |
| 407 | transform: translateX(-50%) translateY(8px); } |
| 408 | |
| 409 | .hint--always.hint--bottom-left:before { |
| 410 | -webkit-transform: translateY(8px); |
| 411 | -moz-transform: translateY(8px); |
| 412 | transform: translateY(8px); } |
| 413 | |
| 414 | .hint--always.hint--bottom-left:after { |
| 415 | -webkit-transform: translateX(-100%) translateY(8px); |
| 416 | -moz-transform: translateX(-100%) translateY(8px); |
| 417 | transform: translateX(-100%) translateY(8px); } |
| 418 | |
| 419 | .hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before { |
| 420 | -webkit-transform: translateY(8px); |
| 421 | -moz-transform: translateY(8px); |
| 422 | transform: translateY(8px); } |
| 423 | |
| 424 | .hint--always.hint--left:after, .hint--always.hint--left:before { |
| 425 | -webkit-transform: translateX(-8px); |
| 426 | -moz-transform: translateX(-8px); |
| 427 | transform: translateX(-8px); } |
| 428 | |
| 429 | .hint--always.hint--right:after, .hint--always.hint--right:before { |
| 430 | -webkit-transform: translateX(8px); |
| 431 | -moz-transform: translateX(8px); |
| 432 | transform: translateX(8px); } |
| 433 | |
| 434 | .hint--rounded:after { |
| 435 | border-radius: 4px; } |
| 436 | |
| 437 | .hint--no-animate:after, .hint--no-animate:before { |
| 438 | -webkit-transition-duration: 0s; |
| 439 | -moz-transition-duration: 0s; |
| 440 | transition-duration: 0s; } |
| 441 | |
| 442 | .hint--bounce:after, .hint--bounce:before { |
| 443 | -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 444 | -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); |
| 445 | transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); } |
| 446 | |
| 447 | /** |
| 448 | * Give Frontend Fonts SCSS |
| 449 | * |
| 450 | * Fonts are from icomoon and the src paths need to be relative to template directory. |
| 451 | * @package Give |
| 452 | * @subpackage SCSS/Frontend |
| 453 | * @copyright Copyright (c) 2016, WordImpress |
| 454 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 455 | */ |
| 456 | @font-face { |
| 457 | font-family: 'give-icomoon'; |
| 458 | src: url("../assets/fonts/icomoon.eot?kdnr3d"); |
| 459 | src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg"); |
| 460 | font-weight: normal; |
| 461 | font-style: normal; } |
| 462 | |
| 463 | [class^="give-icon-"], [class*=" give-icon-"] { |
| 464 | font-family: 'give-icomoon'; |
| 465 | speak: none; |
| 466 | font-style: normal; |
| 467 | font-weight: normal; |
| 468 | font-variant: normal; |
| 469 | text-transform: none; |
| 470 | line-height: 1; |
| 471 | -webkit-font-smoothing: antialiased; |
| 472 | -moz-osx-font-smoothing: grayscale; } |
| 473 | |
| 474 | .give-icon-lamp:before { |
| 475 | content: "\e603"; } |
| 476 | |
| 477 | .give-icon-heart:before { |
| 478 | content: "\e604"; } |
| 479 | |
| 480 | .give-icon-question:before { |
| 481 | content: "\e602"; } |
| 482 | |
| 483 | .give-icon-info:before { |
| 484 | content: "\e601"; } |
| 485 | |
| 486 | .give-icon-new-tab:before { |
| 487 | content: "\ea7e"; } |
| 488 | |
| 489 | .give-icon-alert:before { |
| 490 | content: "\f02d"; } |
| 491 | |
| 492 | .give-icon-help:before { |
| 493 | content: "\e606"; } |
| 494 | |
| 495 | .give-icon-spinner:before { |
| 496 | content: "\e605"; } |
| 497 | |
| 498 | .give-icon-spinner2:before { |
| 499 | content: "\e607"; } |
| 500 | |
| 501 | .give-icon-plus:before { |
| 502 | content: "\e040"; } |
| 503 | |
| 504 | .give-icon-minus:before { |
| 505 | content: "\e041"; } |
| 506 | |
| 507 | .give-icon-locked:before { |
| 508 | content: "\e600"; } |
| 509 | |
| 510 | .dashicons-give:before { |
| 511 | font-family: 'give-icomoon'; |
| 512 | speak: none; |
| 513 | font-style: normal; |
| 514 | font-weight: normal; |
| 515 | font-variant: normal; |
| 516 | text-transform: none; |
| 517 | line-height: 1; |
| 518 | -webkit-font-smoothing: antialiased; |
| 519 | -moz-osx-font-smoothing: grayscale; |
| 520 | content: "\e800"; } |
| 521 | |
| 522 | .fa-spin { |
| 523 | -webkit-animation: spin 1000ms infinite linear; |
| 524 | animation: spin 1000ms infinite linear; } |
| 525 | |
| 526 | @-webkit-keyframes spin { |
| 527 | 0% { |
| 528 | -webkit-transform: rotate(0deg); |
| 529 | transform: rotate(0deg); } |
| 530 | 100% { |
| 531 | -webkit-transform: rotate(359deg); |
| 532 | transform: rotate(359deg); } } |
| 533 | |
| 534 | @keyframes spin { |
| 535 | 0% { |
| 536 | -webkit-transform: rotate(0deg); |
| 537 | transform: rotate(0deg); } |
| 538 | 100% { |
| 539 | -webkit-transform: rotate(359deg); |
| 540 | transform: rotate(359deg); } } |
| 541 | |
| 542 | @font-face { |
| 543 | font-family: 'give-icomoon'; |
| 544 | font-weight: normal; |
| 545 | font-style: normal; } |
| 546 | |
| 547 | .give-metabox-tabs li .give-icon:before { |
| 548 | font-family: 'give-icomoon'; |
| 549 | src: url("../assets/fonts/icomoon.eot?kdnr3d"); |
| 550 | src: url("../assets/fonts/icomoon.eot?kdnr3d#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon.woff?kdnr3d") format("woff"), url("../assets/fonts/icomoon.svg?kdnr3d#icomoon") format("svg"); |
| 551 | speak: none; |
| 552 | font-style: normal; |
| 553 | font-weight: normal; |
| 554 | font-variant: normal; |
| 555 | text-transform: none; |
| 556 | line-height: 1; |
| 557 | -webkit-font-smoothing: antialiased; |
| 558 | -moz-osx-font-smoothing: grayscale; |
| 559 | font-size: 12px; |
| 560 | vertical-align: top; |
| 561 | line-height: 20px; |
| 562 | margin: 0 5px 0 0; } |
| 563 | |
| 564 | .give-metabox-tabs li .give-icon-default:before { |
| 565 | content: "\e903"; } |
| 566 | |
| 567 | .give-metabox-tabs li .give-icon-heart:before { |
| 568 | content: "\e604"; } |
| 569 | |
| 570 | .give-metabox-tabs li .give-icon-target:before { |
| 571 | content: "\e901"; } |
| 572 | |
| 573 | .give-metabox-tabs li .give-icon-display:before { |
| 574 | content: "\e90c"; } |
| 575 | |
| 576 | .give-metabox-tabs li .give-icon-edit:before { |
| 577 | content: "\e902"; } |
| 578 | |
| 579 | .give-metabox-tabs li .give-icon-checklist:before { |
| 580 | position: relative; |
| 581 | top: 1px; |
| 582 | content: "\e900"; } |
| 583 | |
| 584 | .give-metabox-tabs li .give-icon-purse:before { |
| 585 | content: "\e8df"; } |
| 586 | |
| 587 | .give-metabox-tabs li .dashicons { |
| 588 | font-size: 14px; |
| 589 | width: 14px; |
| 590 | line-height: 20px; } |
| 591 | |
| 592 | .give-grid-row { |
| 593 | position: relative; |
| 594 | width: 100%; } |
| 595 | .give-grid-row [class^="give-grid-col"] { |
| 596 | float: left; |
| 597 | margin: 0.5rem 1%; |
| 598 | min-height: 0.125rem; } |
| 599 | .give-grid-row::after { |
| 600 | content: ""; |
| 601 | display: table; |
| 602 | clear: both; } |
| 603 | |
| 604 | .give-grid-col-1 { |
| 605 | width: 6.33333%; } |
| 606 | |
| 607 | .give-grid-col-2 { |
| 608 | width: 14.66667%; } |
| 609 | |
| 610 | .give-grid-col-3 { |
| 611 | width: 23%; } |
| 612 | |
| 613 | .give-grid-col-4 { |
| 614 | width: 31.33333%; } |
| 615 | |
| 616 | .give-grid-col-5 { |
| 617 | width: 39.66667%; } |
| 618 | |
| 619 | .give-grid-col-6 { |
| 620 | width: 48%; } |
| 621 | |
| 622 | .give-grid-col-7 { |
| 623 | width: 56.33333%; } |
| 624 | |
| 625 | .give-grid-col-8 { |
| 626 | width: 64.66667%; } |
| 627 | |
| 628 | .give-grid-col-9 { |
| 629 | width: 73%; } |
| 630 | |
| 631 | .give-grid-col-10 { |
| 632 | width: 81.33333%; } |
| 633 | |
| 634 | .give-grid-col-11 { |
| 635 | width: 89.66667%; } |
| 636 | |
| 637 | .give-grid-col-12 { |
| 638 | width: 98%; } |
| 639 | |
| 640 | @media only screen and (max-width: 33.75em) { |
| 641 | .give-grid-row [class^="give-grid-col"] { |
| 642 | width: 98%; } } |
| 643 | |
| 644 | /** |
| 645 | * Give Forms SCSS |
| 646 | * |
| 647 | * @package Give |
| 648 | * @subpackage SCSS/Admin |
| 649 | * @copyright Copyright (c) 2016, WordImpress |
| 650 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 651 | */ |
| 652 | /*------------------------------------ |
| 653 | Forms CPT |
| 654 | --------------------------------------*/ |
| 655 | /* Hide conditional fields */ |
| 656 | .cmb2-id--give-set-price, |
| 657 | .cmb2-id--give-levels-header, |
| 658 | .cmb2-id--give-levels-header + .cmb-repeat-group-wrap, |
| 659 | .cmb2-id--give-display-style, |
| 660 | .post-type-give_forms .tablenav #post-query-submit, |
| 661 | .give-hidden, |
| 662 | .cmb2-id--give-form-content, |
| 663 | .cmb2-id--give-reveal-label, |
| 664 | .cmb2-id--give-custom-amount-minimum, |
| 665 | .cmb2-id--give-custom-amount-text, |
| 666 | .cmb2-id--give-offline-checkout-notes, |
| 667 | .cmb-type-levels-id, |
| 668 | #_give_donation_levels_repeat .cmb-group-title, |
| 669 | #_give_donation_levels_repeat .cmb-row > .cmb-remove-group-row, |
| 670 | #_give_donation_levels_repeat .cmb-row > .handlediv { |
| 671 | display: none; } |
| 672 | |
| 673 | /* Donation Levels Repeating Field */ |
| 674 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row .cmb2-radio-list label { |
| 675 | font-size: 12px; } |
| 676 | |
| 677 | div.cmb-type-levels-repeater-header + div.cmb-repeat-group-wrap { |
| 678 | padding: 0 !important; |
| 679 | margin: 0 !important; |
| 680 | min-width: 100%; |
| 681 | max-width: 0; } |
| 682 | |
| 683 | .cmb2-id--give-levels-header { |
| 684 | padding: 10px 12px 0 !important; |
| 685 | margin: 0 !important; |
| 686 | background: #F7F7F7; |
| 687 | border-bottom: none !important; } |
| 688 | .cmb2-id--give-levels-header .table-container { |
| 689 | display: table; |
| 690 | width: 100%; |
| 691 | border-top: 1px solid #e9e9e9; |
| 692 | border-bottom: 1px solid #e9e9e9; |
| 693 | border-left: 1px solid #e9e9e9; } |
| 694 | .cmb2-id--give-levels-header .table-container > .table-row { |
| 695 | display: table-row; |
| 696 | background: #FCFCFC; } |
| 697 | .cmb2-id--give-levels-header .table-container > .table-row > .table-cell { |
| 698 | display: table-cell; |
| 699 | vertical-align: middle; |
| 700 | padding: 10px 15px; |
| 701 | border-right: 1px solid #e9e9e9; } |
| 702 | .cmb2-id--give-levels-header .table-container > .table-row > .table-cell.col-id { |
| 703 | display: none; } |
| 704 | |
| 705 | #_give_donation_levels_repeat { |
| 706 | background: #F7F7F7; |
| 707 | padding: 0 1px 20px 12px; |
| 708 | box-sizing: border-box; } |
| 709 | #_give_donation_levels_repeat .cmb-row, #_give_donation_levels_repeat .inside { |
| 710 | margin: 0; } |
| 711 | #_give_donation_levels_repeat .cmb-remove-field-row { |
| 712 | margin: 3px 0 0; } |
| 713 | #_give_donation_levels_repeat .cmb-remove-field-row .button { |
| 714 | height: 25px; |
| 715 | padding: 0 3px; } |
| 716 | #_give_donation_levels_repeat .cmb-remove-field-row span.dashicons-no { |
| 717 | line-height: 1.15em; } |
| 718 | #_give_donation_levels_repeat .cmbhandle { |
| 719 | display: none; } |
| 720 | #_give_donation_levels_repeat .cmb-add-row { |
| 721 | margin: 12px 0 0; } |
| 722 | |
| 723 | .give-time-field { |
| 724 | width: 65px; } |
| 725 | |
| 726 | .give-money-field { |
| 727 | width: 75px; |
| 728 | margin-right: 0; |
| 729 | margin-left: 0; } |
| 730 | |
| 731 | .give-money-symbol { |
| 732 | border: 1px solid #DDD; |
| 733 | background: #FCFCFC; |
| 734 | margin: 0; |
| 735 | font-size: 14px; |
| 736 | padding: 5px 8px; } |
| 737 | |
| 738 | .give-money-symbol-before { |
| 739 | border-right: 0; |
| 740 | margin-right: -4px; } |
| 741 | |
| 742 | .give-money-symbol-after { |
| 743 | margin-left: -5px; } |
| 744 | |
| 745 | .give_options_panel input[type="text"], |
| 746 | .give_options_panel input[type="email"] { |
| 747 | padding: 5px; |
| 748 | width: 100%; } |
| 749 | |
| 750 | input.give-text_small, |
| 751 | input.give-text-small { |
| 752 | width: 100px !important; } |
| 753 | |
| 754 | input.give-text-medium, |
| 755 | input.give-text_medium { |
| 756 | width: 200px !important; } |
| 757 | |
| 758 | .give-underline { |
| 759 | text-decoration: underline; } |
| 760 | |
| 761 | .postbox-container .cmb-row { |
| 762 | margin: 0; } |
| 763 | .postbox-container .cmb-row .cmb-th label { |
| 764 | padding-left: 8px; } |
| 765 | |
| 766 | #give-bulk-donors div[id^="give-donor-"] { |
| 767 | display: block; |
| 768 | overflow: hidden; } |
| 769 | |
| 770 | @media only screen and (min-width: 851px) { |
| 771 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row { |
| 772 | float: left; |
| 773 | border-bottom: none; |
| 774 | padding-right: 10px; } |
| 775 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-th { |
| 776 | display: none; } |
| 777 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row > .cmb-td { |
| 778 | float: left; |
| 779 | width: 100%; } |
| 780 | .cmb-type-give-default-radio-inline .cmb-td { |
| 781 | margin-top: 5px; } } |
| 782 | |
| 783 | /* Smaller Resolution Desktops */ |
| 784 | @media only screen and (min-width: 851px) and (max-width: 1201px) { |
| 785 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row { |
| 786 | width: 100%; |
| 787 | padding-top: 0; } |
| 788 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-type-text-money { |
| 789 | width: 105px; } |
| 790 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list input.cmb2-text-money { |
| 791 | width: 65px; } |
| 792 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .give-multilevel-text-field { |
| 793 | width: 160px; } |
| 794 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list .cmb-type-radio-inline { |
| 795 | margin-left: 20px; } |
| 796 | .col-amount { |
| 797 | width: 70px; } |
| 798 | .col-text { |
| 799 | width: 140px; } |
| 800 | .col-sort { |
| 801 | display: none !important; } |
| 802 | .give-money-field { |
| 803 | width: 55px; } } |
| 804 | |
| 805 | @media only screen and (min-width: 1201px) { |
| 806 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row { |
| 807 | float: right; } |
| 808 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-row { |
| 809 | padding-right: 20px; } |
| 810 | #_give_donation_levels_repeat > .cmb-repeatable-grouping .cmb-field-list > .cmb-remove-field-row.cmb-row { |
| 811 | padding-right: 0; } |
| 812 | .col-amount { |
| 813 | width: 93px; } |
| 814 | .col-text { |
| 815 | width: 195px; } |
| 816 | .col-sort { |
| 817 | width: 100px; } |
| 818 | .give-multilevel-text-field { |
| 819 | width: 205px; } } |
| 820 | |
| 821 | @media only screen and (max-width: 850px) { |
| 822 | div.cmb-type-levels-repeater-header { |
| 823 | display: none !important; } } |
| 824 | |
| 825 | /*Shortcode Input */ |
| 826 | .shortcode-wrap { |
| 827 | margin: 1px 14px 12px 11px; } |
| 828 | .shortcode-wrap label { |
| 829 | margin: 0 0 3px; |
| 830 | display: block; |
| 831 | cursor: default; } |
| 832 | .shortcode-wrap .shortcode-input { |
| 833 | margin: 0; |
| 834 | width: 100%; } |
| 835 | |
| 836 | .cmb2-id--give-content-option, |
| 837 | .cmb2-id--give-terms-option, |
| 838 | .cmb2-id--give-offline-donation-enable-billing-fields-single, |
| 839 | .cmb2-id--give-goal-option, |
| 840 | .cmb2-id--give-customize-offline-donations { |
| 841 | border-bottom: none !important; |
| 842 | margin: 0 !important; } |
| 843 | |
| 844 | .cmb2-id--give-form-content, |
| 845 | .cmb2-id--give-agree-label, |
| 846 | .cmb2-id--give-offline-checkout-notes, |
| 847 | .cmb2-id--give-set-goal, |
| 848 | .cmb2-id--give-offline-donation-enable-billing-fields-single { |
| 849 | border-top: 1px solid #e9e9e9 !important; } |
| 850 | |
| 851 | /*------------------------------------- |
| 852 | Terms and Conditions Metabox |
| 853 | ---------------------------------------*/ |
| 854 | .cmb2-id--give-agree-label, |
| 855 | .cmb2-id--give-agree-text { |
| 856 | display: none; } |
| 857 | |
| 858 | /*------------------------------------- |
| 859 | Dashboard Columns |
| 860 | -------------------------------------*/ |
| 861 | input.shortcode-input { |
| 862 | width: 100%; } |
| 863 | |
| 864 | .price .give_price_range_low, |
| 865 | .price .give_price_range_high, |
| 866 | .price .give_price_range_sep { |
| 867 | display: inline-block; } |
| 868 | |
| 869 | /*------------------------------------- |
| 870 | ASIDE |
| 871 | -------------------------------------*/ |
| 872 | #side-sortables .cmb-th label:after { |
| 873 | display: none; } |
| 874 | |
| 875 | #side-sortables .cmb2-id--give-show-register-form { |
| 876 | padding: 10px 0 0 !important; } |
| 877 | |
| 878 | #side-sortables .cmb2-wrap > .cmb-field-list > .cmb-row { |
| 879 | padding-top: 10px; } |
| 880 | |
| 881 | #side-sortables .cmb-row .cmb2-metabox-description { |
| 882 | padding-bottom: 0; } |
| 883 | |
| 884 | .cmb2-metabox-description { |
| 885 | font-size: 13px; |
| 886 | line-height: 1.5; |
| 887 | display: block; } |
| 888 | |
| 889 | .give-tooltip { |
| 890 | margin: 0 3px; |
| 891 | padding: 0; |
| 892 | font-size: 14px; |
| 893 | -moz-transition: 0.2s all linear; |
| 894 | -o-transition: 0.2s all linear; |
| 895 | transition: 0.2s all linear; |
| 896 | color: rgba(51, 51, 51, 0.5); |
| 897 | position: relative; |
| 898 | top: 1px; } |
| 899 | .give-tooltip:hover { |
| 900 | color: #333; } |
| 901 | |
| 902 | #give-metabox-form-data .inside { |
| 903 | margin: 0; |
| 904 | padding: 0; } |
| 905 | |
| 906 | #give-metabox-form-data .give-metabox-panel-wrap { |
| 907 | background: #fff; |
| 908 | overflow: hidden; } |
| 909 | |
| 910 | #give-metabox-form-data .give_options_panel { |
| 911 | display: none; |
| 912 | padding-left: 170px; } |
| 913 | #give-metabox-form-data .give_options_panel.active, |
| 914 | .no-js #give-metabox-form-data .give_options_panel { |
| 915 | display: block; } |
| 916 | #give-metabox-form-data .give_options_panel .give-field-wrap { |
| 917 | padding: 1em 20px 1em 162px; |
| 918 | margin: 0; |
| 919 | border-bottom: 1px solid #eee; } |
| 920 | #give-metabox-form-data .give_options_panel .give-field-wrap > label, #give-metabox-form-data .give_options_panel .give-field-wrap > span.give-field-label { |
| 921 | float: left; |
| 922 | width: 135px; |
| 923 | padding: 0; |
| 924 | margin: 2px 0 0 -150px; |
| 925 | line-height: 18px; |
| 926 | font-size: 12px; |
| 927 | font-weight: 400; } |
| 928 | #give-metabox-form-data .give_options_panel .give-field-wrap .give-field-description { |
| 929 | color: #aaaaaa; |
| 930 | font-size: 12px; |
| 931 | line-height: 18px; |
| 932 | display: block; |
| 933 | padding-top: 10px; |
| 934 | font-style: italic; } |
| 935 | #give-metabox-form-data .give_options_panel .give-field-wrap ul { |
| 936 | margin: 0; } |
| 937 | #give-metabox-form-data .give_options_panel .give-field-wrap .mce-container iframe, #give-metabox-form-data .give_options_panel .give-field-wrap textarea { |
| 938 | min-height: 250px !important; } |
| 939 | #give-metabox-form-data .give_options_panel .give-field-wrap .wp-editor-wrap { |
| 940 | display: inline-block; |
| 941 | width: 100%; } |
| 942 | #give-metabox-form-data .give_options_panel .give-field-wrap:last-child { |
| 943 | border-bottom: 0; } |
| 944 | #give-metabox-form-data .give_options_panel textarea.give-field { |
| 945 | width: 100%; } |
| 946 | #give-metabox-form-data .give_options_panel .give-field-wrap:hover .give-field-row-actions { |
| 947 | display: block; } |
| 948 | #give-metabox-form-data .give_options_panel .give-field-wrap:last-child { |
| 949 | border-bottom: 0; } |
| 950 | #give-metabox-form-data .give_options_panel .give-inline-radio-fields li { |
| 951 | display: inline-block; |
| 952 | margin-right: 15px; } |
| 953 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section { |
| 954 | padding: 10px; |
| 955 | background: #f5f5f5; } |
| 956 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeatable-fields-section-wrapper { |
| 957 | width: 100%; |
| 958 | background-color: white; |
| 959 | border-collapse: collapse; } |
| 960 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row { |
| 961 | border-bottom: 15px solid #f5f5f5; |
| 962 | background-color: white; } |
| 963 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-template { |
| 964 | display: none; } |
| 965 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row:last-child { |
| 966 | border-bottom: 10px solid #f5f5f5; } |
| 967 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-column { |
| 968 | padding: 0; } |
| 969 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove { |
| 970 | float: right; |
| 971 | width: 22px; |
| 972 | height: 36px; |
| 973 | padding: 0; |
| 974 | display: block; |
| 975 | text-align: center; |
| 976 | line-height: 34px; |
| 977 | font-size: 21px; |
| 978 | font-weight: 300; |
| 979 | cursor: pointer; } |
| 980 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-remove:hover { |
| 981 | background-color: red; |
| 982 | color: white; |
| 983 | width: 22px; |
| 984 | height: 22px; |
| 985 | border-radius: 30px; |
| 986 | margin-top: 8px; |
| 987 | line-height: 19px; } |
| 988 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head { |
| 989 | border-bottom: 1px solid #eee; |
| 990 | cursor: move; } |
| 991 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row-head h2 { |
| 992 | text-align: left !important; } |
| 993 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.closed .toggle-indicator:before { |
| 994 | content: "\f140"; } |
| 995 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row .give-move .toggle-indicator:before { |
| 996 | margin-left: 7px; } |
| 997 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row-wrap { |
| 998 | background-color: #f5f5f5; } |
| 999 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-add-repeater-field-section-row { |
| 1000 | margin: 5px 5px; } |
| 1001 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-field-wrap:last-child { |
| 1002 | border-bottom: 1px solid #eee; } |
| 1003 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-ui-placeholder-state-highlight { |
| 1004 | background-color: #68bb6c; } |
| 1005 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-name { |
| 1006 | border: 0 !important; |
| 1007 | padding: 0 !important; } |
| 1008 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-repeater-field-description { |
| 1009 | color: #aaaaaa; |
| 1010 | font-size: 12px; |
| 1011 | line-height: 18px; |
| 1012 | display: block; |
| 1013 | padding-bottom: 10px; |
| 1014 | font-style: italic; } |
| 1015 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .ui-sortable-helper { |
| 1016 | display: table !important; } |
| 1017 | #give-metabox-form-data .give_options_panel .give-repeatable-field-section .give-row.ui-sortable-helper { |
| 1018 | border-bottom: 0; } |
| 1019 | |
| 1020 | #_give_donation_levels_field .give-row:nth-of-type(2) .give-remove { |
| 1021 | display: none !important; } |
| 1022 | |
| 1023 | #give-metabox-form-data .give-metabox-tabs { |
| 1024 | margin: 0; |
| 1025 | max-width: 170px; |
| 1026 | float: left; |
| 1027 | line-height: 1em; |
| 1028 | padding: 0 0 10px; |
| 1029 | position: relative; |
| 1030 | background-color: #fafafa; |
| 1031 | border-right: 1px solid #eee; |
| 1032 | box-sizing: border-box; } |
| 1033 | #give-metabox-form-data .give-metabox-tabs:after { |
| 1034 | content: ""; |
| 1035 | display: block; |
| 1036 | width: 100%; |
| 1037 | height: 9999em; |
| 1038 | position: absolute; |
| 1039 | bottom: -9999em; |
| 1040 | left: 0; |
| 1041 | background-color: #fafafa; |
| 1042 | border-right: 1px solid #eee; } |
| 1043 | #give-metabox-form-data .give-metabox-tabs li { |
| 1044 | margin: 0; |
| 1045 | padding: 0; |
| 1046 | display: block; |
| 1047 | position: relative; } |
| 1048 | #give-metabox-form-data .give-metabox-tabs li a { |
| 1049 | margin: 0; |
| 1050 | padding: 10px; |
| 1051 | display: block; |
| 1052 | box-shadow: none; |
| 1053 | text-decoration: none; |
| 1054 | line-height: 20px !important; |
| 1055 | border-bottom: 1px solid #eee; |
| 1056 | overflow: hidden; } |
| 1057 | #give-metabox-form-data .give-metabox-tabs li a span.give-label { |
| 1058 | width: 122px; |
| 1059 | display: inline-block; } |
| 1060 | #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li { |
| 1061 | background-color: #f1f1f1; } |
| 1062 | #give-metabox-form-data .give-metabox-tabs .give-metabox-sub-tabs li a { |
| 1063 | border-bottom-color: #e5e5e5; } |
| 1064 | #give-metabox-form-data .give-metabox-tabs li.active > a { |
| 1065 | color: #555; |
| 1066 | position: relative; |
| 1067 | background-color: #eee; } |
| 1068 | #give-metabox-form-data .give-metabox-tabs li.has-sub-fields.active > a { |
| 1069 | background-color: #ddd; } |
| 1070 | #give-metabox-form-data .give-metabox-tabs li.has-sub-fields:not(.active):hover ul.give-metabox-sub-tabs { |
| 1071 | display: block; |
| 1072 | position: absolute; |
| 1073 | bottom: 0; |
| 1074 | left: 166px; |
| 1075 | width: 170px; |
| 1076 | max-height: 250px; } |
| 1077 | |
| 1078 | @media only screen and (min-width: 851px) and (max-width: 1025px), (max-width: 550px) { |
| 1079 | #give-metabox-form-data ul.give-metabox-tabs { |
| 1080 | min-width: 40px; } |
| 1081 | #give-metabox-form-data ul.give-metabox-tabs li > a { |
| 1082 | text-align: center; } |
| 1083 | #give-metabox-form-data ul.give-metabox-tabs li > a:before { |
| 1084 | margin-right: 0; |
| 1085 | font-size: 15px; } |
| 1086 | #give-metabox-form-data ul.give-metabox-tabs li > a span.give-label { |
| 1087 | display: none; } |
| 1088 | #give-metabox-form-data ul.give-metabox-tabs li > a span.give-icon:before { |
| 1089 | margin: 0; } |
| 1090 | #give-metabox-form-data .give_options_panel { |
| 1091 | padding-left: 40px; } |
| 1092 | #give-metabox-form-data .give_options_panel .give-field-wrap { |
| 1093 | padding: 10px; } |
| 1094 | #give-metabox-form-data .give_options_panel .give-field-wrap span.give-field-label, #give-metabox-form-data .give_options_panel .give-field-wrap label { |
| 1095 | display: block; |
| 1096 | float: none; |
| 1097 | margin: 0 0 10px 0; |
| 1098 | font-size: 14px; |
| 1099 | width: 100%; } } |
| 1100 | |
| 1101 | #give-export-payments .give_forms_categories, |
| 1102 | #give-export-payments .give_forms_tags { |
| 1103 | min-width: 250px; |
| 1104 | margin: 0 0 10px 0; |
| 1105 | display: block; } |
| 1106 | #give-export-payments .give_forms_categories input, |
| 1107 | #give-export-payments .give_forms_tags input { |
| 1108 | color: #999; } |
| 1109 | |
| 1110 | #give-export-payments div.chosen-container:first-of-type { |
| 1111 | margin-top: 10px; } |
| 1112 | |
| 1113 | #give-export-payments div.chosen-container ul.chosen-choices { |
| 1114 | border: 1px solid #ddd; } |
| 1115 | #give-export-payments div.chosen-container ul.chosen-choices input.chosen-search-input { |
| 1116 | border: 1px solid #ddd; |
| 1117 | height: 20px; } |
| 1118 | |
| 1119 | #give-export-payments select { |
| 1120 | vertical-align: inherit; |
| 1121 | margin: 0; |
| 1122 | height: 26px; |
| 1123 | line-height: 26px; |
| 1124 | border: 1px solid #ddd; } |
| 1125 | |
| 1126 | /*------------------------------------- |
| 1127 | Doc Links |
| 1128 | -------------------------------------*/ |
| 1129 | .give-docs-link { |
| 1130 | text-align: right; |
| 1131 | margin-right: 15px; } |
| 1132 | .give-docs-link a { |
| 1133 | color: #999; |
| 1134 | text-decoration: none; |
| 1135 | font-style: italic; } |
| 1136 | .give-docs-link a:hover { |
| 1137 | color: #0073aa; } |
| 1138 | .give-docs-link a span { |
| 1139 | font-style: normal; } |
| 1140 | |
| 1141 | /** |
| 1142 | * Give Add-ons SCSS |
| 1143 | * |
| 1144 | * @description Add-on Styles |
| 1145 | * @package Give |
| 1146 | * @subpackage SCSS/Admin |
| 1147 | * @copyright Copyright (c) 2016, WordImpress |
| 1148 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1149 | */ |
| 1150 | .type-download { |
| 1151 | float: left; |
| 1152 | margin: 0 1em 1em 0 !important; |
| 1153 | padding: 0; |
| 1154 | vertical-align: top; |
| 1155 | width: 280px; |
| 1156 | text-decoration: none; |
| 1157 | color: inherit; |
| 1158 | border: 1px solid #ddd; |
| 1159 | display: block; |
| 1160 | min-height: 365px; |
| 1161 | overflow: hidden; |
| 1162 | background: #f5f5f5; |
| 1163 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1164 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.1); |
| 1165 | -webkit-transition-property: border, background, color; |
| 1166 | transition-property: border, background, color; |
| 1167 | -webkit-transition-duration: .05s; |
| 1168 | transition-duration: .05s; |
| 1169 | -webkit-transition-timing-function: ease-in-out; |
| 1170 | transition-timing-function: ease-in-out; |
| 1171 | position: relative; } |
| 1172 | .type-download:hover { |
| 1173 | border: 1px solid #d1d1d1; } |
| 1174 | .type-download > .featured-img img { |
| 1175 | border-bottom: 1px solid #ddd; } |
| 1176 | .type-download .addon-content { |
| 1177 | *zoom: 1; |
| 1178 | padding: 15px 20px; } |
| 1179 | .type-download .addon-content:before, .type-download .addon-content:after { |
| 1180 | content: " "; |
| 1181 | display: table; } |
| 1182 | .type-download .addon-content:after { |
| 1183 | clear: both; } |
| 1184 | .type-download .addon-content .addon-heading { |
| 1185 | margin: 0 0 10px; } |
| 1186 | .type-download .addon-content .addon-heading a { |
| 1187 | outline: none; |
| 1188 | text-decoration: none; } |
| 1189 | .type-download .addon-footer-wrap { |
| 1190 | border-top: 1px solid #ddd; |
| 1191 | position: absolute; |
| 1192 | bottom: 2px; |
| 1193 | left: 0; |
| 1194 | width: 100%; |
| 1195 | background-color: #FFF; |
| 1196 | padding: 15px 20px; } |
| 1197 | |
| 1198 | .give-view-addons-all span.dashicons, .type-download span.dashicons { |
| 1199 | width: 16px; |
| 1200 | height: 16px; |
| 1201 | font-size: 14px; |
| 1202 | margin: 6px 0 0 0; } |
| 1203 | |
| 1204 | .give-view-addons-all span.dashicons { |
| 1205 | margin-left: 3px; } |
| 1206 | |
| 1207 | /** |
| 1208 | * Give Reports SCSS |
| 1209 | * |
| 1210 | * @description Payment History Styles |
| 1211 | * @package Give |
| 1212 | * @subpackage SCSS/Admin |
| 1213 | * @copyright Copyright (c) 2016, WordImpress |
| 1214 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1215 | */ |
| 1216 | #give-dashboard-widgets-wrap .inside { |
| 1217 | padding-top: 0; |
| 1218 | padding-bottom: 0; |
| 1219 | /* counteract extra padding in Income Report graph */ } |
| 1220 | .give_forms_page_give-reports #give-dashboard-widgets-wrap .inside { |
| 1221 | padding-left: 0; } |
| 1222 | #give-dashboard-widgets-wrap .inside #give-graphs-filter { |
| 1223 | float: none; } |
| 1224 | |
| 1225 | #give-dashboard-widgets-wrap .postbox { |
| 1226 | margin-bottom: 10px; } |
| 1227 | |
| 1228 | #give-dashboard-widgets-wrap table.reports-table { |
| 1229 | clear: none; } |
| 1230 | |
| 1231 | #give-dashboard-widgets-wrap #give-date-range-options { |
| 1232 | float: left; } |
| 1233 | #give-dashboard-widgets-wrap #give-date-range-options > span { |
| 1234 | float: left; |
| 1235 | line-height: 30px; |
| 1236 | font-style: italic; |
| 1237 | padding: 0 5px 0 0; } |
| 1238 | |
| 1239 | #give-graphs-filter { |
| 1240 | float: right; } |
| 1241 | #give-graphs-filter .tablenav { |
| 1242 | margin: 0 0 0 17px; } |
| 1243 | #give-graphs-filter .tablenav .actions { |
| 1244 | padding: 0; } |
| 1245 | |
| 1246 | .give-graph .y1Axis { |
| 1247 | color: #66bb6a !important; } |
| 1248 | |
| 1249 | .give-graph .y2Axis { |
| 1250 | color: #546e7a !important; } |
| 1251 | |
| 1252 | body.give_forms_page_give-reports h1.nav-tab-wrapper, body.give_forms_page_give-reports h2.nav-tab-wrapper, body.give_forms_page_give-payment-history h1.nav-tab-wrapper, body.give_forms_page_give-payment-history h2.nav-tab-wrapper { |
| 1253 | margin-bottom: 10px; } |
| 1254 | |
| 1255 | body.give_forms_page_give-reports .actions, body.give_forms_page_give-payment-history .actions { |
| 1256 | padding-top: 0; } |
| 1257 | |
| 1258 | body.give_forms_page_give-reports .pagination-links, body.give_forms_page_give-payment-history .pagination-links { |
| 1259 | margin-left: 10px; } |
| 1260 | |
| 1261 | body.give_forms_page_give-reports p.donor-search, body.give_forms_page_give-payment-history p.donor-search { |
| 1262 | margin-right: 10px; } |
| 1263 | |
| 1264 | body.give_forms_page_give-reports .tablenav-right .tablenav-pages, body.give_forms_page_give-payment-history .tablenav-right .tablenav-pages { |
| 1265 | float: right; } |
| 1266 | |
| 1267 | body.give_forms_page_give-reports .tablenav-right #give-reports-view, body.give_forms_page_give-payment-history .tablenav-right #give-reports-view { |
| 1268 | margin-top: 0; } |
| 1269 | |
| 1270 | body.give_forms_page_give-reports .tablenav-right .actions, body.give_forms_page_give-payment-history .tablenav-right .actions { |
| 1271 | float: left; } |
| 1272 | |
| 1273 | body.give_forms_page_give-reports p.search-box, body.give_forms_page_give-payment-history p.search-box { |
| 1274 | float: left; } |
| 1275 | |
| 1276 | body.give_forms_page_give-reports .reports-table-nav.tablenav.top, body.give_forms_page_give-payment-history .reports-table-nav.tablenav.top { |
| 1277 | width: 100%; |
| 1278 | float: none; |
| 1279 | margin: 0 0 10px; } |
| 1280 | |
| 1281 | body.give_forms_page_give-reports .reports-forms-details-wrap.top, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top { |
| 1282 | float: right; |
| 1283 | overflow: hidden; } |
| 1284 | body.give_forms_page_give-reports .reports-forms-details-wrap.top #give-reports-filter, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top #give-reports-filter { |
| 1285 | float: left; } |
| 1286 | body.give_forms_page_give-reports .reports-forms-details-wrap.top > .actions, body.give_forms_page_give-payment-history .reports-forms-details-wrap.top > .actions { |
| 1287 | padding-right: 0; } |
| 1288 | |
| 1289 | body.give_forms_page_give-reports .tablenav.bottom, body.give_forms_page_give-payment-history .tablenav.bottom { |
| 1290 | margin-top: 10px; } |
| 1291 | |
| 1292 | body.give_forms_page_give-reports h2.reports-earnings-title, body.give_forms_page_give-payment-history h2.reports-earnings-title { |
| 1293 | margin: 7px 0 0; } |
| 1294 | |
| 1295 | body.give_forms_page_give-reports .reports-views-wrap, body.give_forms_page_give-payment-history .reports-views-wrap { |
| 1296 | padding: 3px 0 0; } |
| 1297 | |
| 1298 | body.give_forms_page_give-reports .wrap.give-reports-donors-wrap, body.give_forms_page_give-payment-history .wrap.give-reports-donors-wrap { |
| 1299 | margin-right: 0; |
| 1300 | margin-bottom: 10px; } |
| 1301 | |
| 1302 | body.give_forms_page_give-reports .widefat tbody td, body.give_forms_page_give-reports .widefat tbody th, body.give_forms_page_give-payment-history .widefat tbody td, body.give_forms_page_give-payment-history .widefat tbody th { |
| 1303 | padding-top: 12px; |
| 1304 | padding-bottom: 12px; } |
| 1305 | |
| 1306 | body.give_forms_page_give-reports table.export-options-table tbody td { |
| 1307 | padding: 20px 12px; |
| 1308 | vertical-align: top; } |
| 1309 | |
| 1310 | body.give_forms_page_give-reports table.export-options-table .give-export-form { |
| 1311 | position: relative; } |
| 1312 | body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap { |
| 1313 | background-color: transparent; |
| 1314 | padding: 12px 12px 4px; |
| 1315 | margin: 2px 0 -16px -11px; |
| 1316 | overflow: auto; } |
| 1317 | body.give_forms_page_give-reports table.export-options-table .give-export-form .notice-wrap .spinner { |
| 1318 | margin: -2px -12px 8px 0; } |
| 1319 | |
| 1320 | body.give_forms_page_give-reports table.export-options-table span#give-start-wrap input, body.give_forms_page_give-reports table.export-options-table span#give-end-wrap input { |
| 1321 | width: 100px; } |
| 1322 | |
| 1323 | #export-donor-options-wrap p { |
| 1324 | padding: 20px 0 0; |
| 1325 | margin: 0; |
| 1326 | font-weight: bold; } |
| 1327 | |
| 1328 | #export-donor-options-wrap ul { |
| 1329 | max-width: 900px; |
| 1330 | overflow: hidden; } |
| 1331 | #export-donor-options-wrap ul li { |
| 1332 | margin: 0; |
| 1333 | padding: 0 5px 5px 0; |
| 1334 | box-sizing: border-box; |
| 1335 | float: left; |
| 1336 | width: 33%; } |
| 1337 | |
| 1338 | #give-tools-recount-form .notice-wrap { |
| 1339 | position: relative; |
| 1340 | min-height: 25px; |
| 1341 | margin: 10px -12px -12px; |
| 1342 | background: #EFEFEF; |
| 1343 | padding: 10px 12px 12px; |
| 1344 | border-top: 1px solid #E5E5E5; } |
| 1345 | #give-tools-recount-form .notice-wrap .give-progress { |
| 1346 | position: absolute; |
| 1347 | top: 15px; } |
| 1348 | #give-tools-recount-form .notice-wrap .spinner { |
| 1349 | position: absolute; |
| 1350 | right: 14px; |
| 1351 | top: 13px; |
| 1352 | margin: 0; } |
| 1353 | #give-tools-recount-form .notice-wrap #give-batch-success { |
| 1354 | margin-bottom: 6px; } |
| 1355 | |
| 1356 | .recount-stats-controls form { |
| 1357 | display: inline; } |
| 1358 | |
| 1359 | .give-recount-stats-descriptions { |
| 1360 | margin: 8px 0 0; |
| 1361 | display: block; } |
| 1362 | .give-recount-stats-descriptions span { |
| 1363 | line-height: 24px; |
| 1364 | font-size: 13px; |
| 1365 | font-style: italic; |
| 1366 | font-weight: normal; |
| 1367 | color: #aaa; |
| 1368 | margin: 0; |
| 1369 | display: none; } |
| 1370 | |
| 1371 | .gateways-report-tablenav .actions.bulkactions { |
| 1372 | padding-right: 0; } |
| 1373 | |
| 1374 | table.give-table td { |
| 1375 | vertical-align: middle; } |
| 1376 | |
| 1377 | table.give-table td.row-title h3 { |
| 1378 | margin: 0 0 0.4em; |
| 1379 | font-size: 1.2em; } |
| 1380 | |
| 1381 | table.give-table td.row-title p { |
| 1382 | font-size: 13px; |
| 1383 | font-style: italic; |
| 1384 | font-weight: normal; |
| 1385 | color: #aaa; |
| 1386 | margin: 0; } |
| 1387 | |
| 1388 | #give-graphs-filter > .tablenav { |
| 1389 | height: auto; } |
| 1390 | |
| 1391 | #give-logs-filter .search-box { |
| 1392 | float: right; } |
| 1393 | |
| 1394 | #give-logs-filter .tablenav.top { |
| 1395 | float: left; |
| 1396 | clear: none; |
| 1397 | margin-top: 0; } |
| 1398 | |
| 1399 | /** |
| 1400 | * Give Admin Welcome SCSS |
| 1401 | * |
| 1402 | * @description Displays when user activates the plugin |
| 1403 | * @package Give |
| 1404 | * @subpackage SCSS/Admin |
| 1405 | * @copyright Copyright (c) 2016, WordImpress |
| 1406 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1407 | */ |
| 1408 | .welcome-h1 { |
| 1409 | display: inline-block; |
| 1410 | margin-right: 15px !important; } |
| 1411 | |
| 1412 | .about-wrap h3 { |
| 1413 | margin: 1.5em 0 .6em; } |
| 1414 | |
| 1415 | .about-wrap img { |
| 1416 | border: none; } |
| 1417 | |
| 1418 | .give-badge { |
| 1419 | padding-top: 150px; |
| 1420 | height: 52px; |
| 1421 | width: 185px; |
| 1422 | color: #FFF; |
| 1423 | font-weight: bold; |
| 1424 | font-size: 14px; |
| 1425 | text-align: center; |
| 1426 | text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); |
| 1427 | margin: 0 -5px; |
| 1428 | position: absolute; |
| 1429 | top: 0; |
| 1430 | right: 0; } |
| 1431 | |
| 1432 | .introduction { |
| 1433 | padding: 0 0 20px; |
| 1434 | margin: 0 0 20px; } |
| 1435 | |
| 1436 | .feature-section { |
| 1437 | margin-top: 40px; } |
| 1438 | .feature-section span.dashicons { |
| 1439 | width: 16px; |
| 1440 | height: 16px; |
| 1441 | font-size: 14px; |
| 1442 | margin: 6px 0 0 0; } |
| 1443 | .feature-section .feature-section-item { |
| 1444 | width: 48%; |
| 1445 | float: left; } |
| 1446 | .feature-section div.last-feature { |
| 1447 | margin-right: 0; |
| 1448 | margin-left: 4%; } |
| 1449 | |
| 1450 | [class^="dashboard_page_give-"] .about-text, [class*="dashboard_page_give-"] .about-text { |
| 1451 | min-height: 0; } |
| 1452 | |
| 1453 | .social-items-wrap { |
| 1454 | display: inline-block; } |
| 1455 | .social-items-wrap > div { |
| 1456 | display: inline-block; } |
| 1457 | .social-items-wrap .twitter-item-wrap { |
| 1458 | margin: 0 20px 10px 0; } |
| 1459 | |
| 1460 | .wp-person img { |
| 1461 | border-radius: 50%; } |
| 1462 | |
| 1463 | .wp-person a.web { |
| 1464 | margin: 17px 0 0; |
| 1465 | font-weight: bold; |
| 1466 | font-style: italic; } |
| 1467 | |
| 1468 | .newsletter-intro { |
| 1469 | font-size: 13px; |
| 1470 | font-style: italic; |
| 1471 | color: #777; } |
| 1472 | |
| 1473 | .give-newsletter-form-wrap { |
| 1474 | margin: 10px 0 20px -5px; |
| 1475 | max-width: 700px; } |
| 1476 | .give-newsletter-form-wrap td { |
| 1477 | padding: 3px; } |
| 1478 | .give-newsletter-form-wrap div.give-newsletter-confirmation { |
| 1479 | background: #fff; |
| 1480 | -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 1481 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 1482 | margin: 5px 10px 4px 5px; |
| 1483 | padding: 1px 12px; |
| 1484 | border-left: 4px solid #7ad03a; |
| 1485 | display: none; } |
| 1486 | .give-newsletter-form-wrap div.give-newsletter-confirmation > p { |
| 1487 | margin: 0.5em 0; |
| 1488 | padding: 2px; } |
| 1489 | |
| 1490 | /** |
| 1491 | * Give Logs SCSS |
| 1492 | * |
| 1493 | * @description Payment History Styles |
| 1494 | * @package Give |
| 1495 | * @subpackage SCSS/Admin |
| 1496 | * @copyright Copyright (c) 2016, WordImpress |
| 1497 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1498 | */ |
| 1499 | #give_donor_export_form { |
| 1500 | margin: 0 0 5px; } |
| 1501 | |
| 1502 | #give-payments-filter .give-donation-status { |
| 1503 | display: inline-block; } |
| 1504 | |
| 1505 | .column-status .give-donation-status, .column-status .give-test-mode-transactions-label { |
| 1506 | display: inline-block; } |
| 1507 | |
| 1508 | .column-status .give-test-mode-transactions-label { |
| 1509 | margin: 0 5px; |
| 1510 | vertical-align: middle; } |
| 1511 | |
| 1512 | /** |
| 1513 | * Give Settings SCSS |
| 1514 | * |
| 1515 | * @package Give |
| 1516 | * @subpackage SCSS/Admin |
| 1517 | * @copyright Copyright (c) 2016, WordImpress |
| 1518 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1519 | */ |
| 1520 | .give-settings-page .give-settings-heading-sep { |
| 1521 | font-size: 14px; |
| 1522 | line-height: 32px; |
| 1523 | width: 15px; } |
| 1524 | |
| 1525 | .give-settings-page .nav-tab-wrapper { |
| 1526 | margin-bottom: 5px; |
| 1527 | overflow: visible; } |
| 1528 | |
| 1529 | .give-settings-page .cmb2-wrap .cmb-type-checkbox input[type="checkbox"] { |
| 1530 | display: block; |
| 1531 | margin-bottom: 5px; } |
| 1532 | |
| 1533 | .give-settings-page div.give-submit-wrap { |
| 1534 | margin: 20px 0; } |
| 1535 | |
| 1536 | .give-settings-page .give_forms_page_give-payment-history .postbox .hndle { |
| 1537 | cursor: default; } |
| 1538 | |
| 1539 | .give-settings-page .give-input-field { |
| 1540 | width: 25em; } |
| 1541 | |
| 1542 | .give-settings-page table table input[type="text"] { |
| 1543 | width: 15em; } |
| 1544 | |
| 1545 | .give-settings-page .give-repeat-setting-field { |
| 1546 | margin: 10px 0; } |
| 1547 | |
| 1548 | .give-settings-page .give-remove-setting-field { |
| 1549 | width: 25px; |
| 1550 | height: 25px; |
| 1551 | padding: 0; |
| 1552 | text-align: center; |
| 1553 | line-height: 22px; |
| 1554 | font-size: 21px; |
| 1555 | font-weight: 300; |
| 1556 | cursor: pointer; |
| 1557 | margin-left: 20px; |
| 1558 | display: inline-block; } |
| 1559 | |
| 1560 | .give-settings-page .give-remove-setting-field:hover { |
| 1561 | background-color: red; |
| 1562 | color: white; |
| 1563 | border-radius: 30px; } |
| 1564 | |
| 1565 | .give-settings-page .give-forminp p:first-child .give-remove-setting-field { |
| 1566 | display: none; } |
| 1567 | |
| 1568 | .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) { |
| 1569 | background: #f4f3f3; } |
| 1570 | .give-settings-page .export-options-table tr.give-import-option:nth-child(odd) th { |
| 1571 | vertical-align: middle; } |
| 1572 | |
| 1573 | .give-settings-page .export-options-table .give-import-dropdown:nth-child(2), |
| 1574 | .give-settings-page .export-options-table tr.give-import-option th:first-child { |
| 1575 | width: 250px; } |
| 1576 | |
| 1577 | .give-setting-tab-header { |
| 1578 | clear: both; |
| 1579 | overflow: hidden; |
| 1580 | margin: 30px 0; } |
| 1581 | .give-setting-tab-header h2 { |
| 1582 | margin-top: 8px; } |
| 1583 | .give-setting-tab-header p { |
| 1584 | margin-bottom: 0; } |
| 1585 | |
| 1586 | .give-radio-inline ul { |
| 1587 | margin-top: 0; } |
| 1588 | |
| 1589 | .give-radio-inline li { |
| 1590 | display: inline-block; |
| 1591 | margin: 0 0 0 15px; } |
| 1592 | |
| 1593 | .give-radio-inline li:first-child { |
| 1594 | margin-left: 0; } |
| 1595 | |
| 1596 | .give-tools-setting-page .bulkactions { |
| 1597 | overflow: visible; } |
| 1598 | |
| 1599 | .form-table td.give-radio-inline fieldset li > label { |
| 1600 | margin: 5px 0 0 !important; } |
| 1601 | |
| 1602 | p.give-field-description, .cmb2-metabox-description { |
| 1603 | color: #aaaaaa; |
| 1604 | font-style: italic; |
| 1605 | font-size: 13px !important; } |
| 1606 | |
| 1607 | .cmb-type-give-title label, |
| 1608 | .give-setting-tab-header h2 { |
| 1609 | float: left; |
| 1610 | display: inline-block; |
| 1611 | width: 220px; |
| 1612 | font-style: italic; |
| 1613 | color: #AAA; |
| 1614 | margin: 0; |
| 1615 | font-size: 14px; } |
| 1616 | |
| 1617 | .postbox-container #_give_donation_levels_repeat > .cmb-repeatable-grouping:not(:last-of-type) { |
| 1618 | border-bottom: 1px solid #e9e9e9; |
| 1619 | border-top: none; } |
| 1620 | |
| 1621 | .cmb-type-enabled-gateways .cmb-td > p:first-of-type { |
| 1622 | display: none; } |
| 1623 | |
| 1624 | .cmb-type-checkbox .cmb-td { |
| 1625 | width: 80%; } |
| 1626 | .cmb-type-checkbox .cmb-td label { |
| 1627 | font-size: 13px; } |
| 1628 | |
| 1629 | /* Responsive Settings Rows */ |
| 1630 | .give_settings .cmb2-wrap .cmb-row { |
| 1631 | display: table-row; } |
| 1632 | .give_settings .cmb2-wrap .cmb-row > .cmb-th, .give_settings .cmb2-wrap .cmb-row > .cmb-td { |
| 1633 | display: table-cell; |
| 1634 | float: none; } |
| 1635 | |
| 1636 | /* Custom Title Separators */ |
| 1637 | .cmb2-id-give-title label { |
| 1638 | font-style: italic; |
| 1639 | color: #AAA; |
| 1640 | cursor: default; } |
| 1641 | |
| 1642 | .cmb2-id-give-title > div.cmb-th { |
| 1643 | padding-bottom: 10px; } |
| 1644 | |
| 1645 | .cmb2-id-give-title > div.cmb-td { |
| 1646 | padding-bottom: 5px; } |
| 1647 | |
| 1648 | .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle { |
| 1649 | padding: 3px 4px 0 0; |
| 1650 | font-size: 15px; |
| 1651 | font-weight: normal; |
| 1652 | color: #bdbdbd; |
| 1653 | cursor: move; } |
| 1654 | .give-payment-gatways-list li.ui-sortable-handle span.give-drag-handle:hover { |
| 1655 | color: #333; } |
| 1656 | |
| 1657 | .give-email-tags-wrap { |
| 1658 | margin: 5px 0 0; } |
| 1659 | .give-email-tags-wrap code { |
| 1660 | font-style: normal; |
| 1661 | padding: 1px 2px; |
| 1662 | font-size: 12px; } |
| 1663 | .give-email-tags-wrap span { |
| 1664 | display: block; |
| 1665 | color: #AAA; |
| 1666 | font-style: italic; |
| 1667 | margin: 0 0 2px; |
| 1668 | font-size: 13px; } |
| 1669 | .give-email-tags-wrap .give_price_tag { |
| 1670 | display: none; } |
| 1671 | |
| 1672 | .give-settings-email-settings-section .tablenav { |
| 1673 | display: none; } |
| 1674 | |
| 1675 | .give-settings-email-settings-section .give-setting-tab-header-emails { |
| 1676 | margin: 0 0 20px; } |
| 1677 | .give-settings-email-settings-section .give-setting-tab-header-emails hr { |
| 1678 | display: none; } |
| 1679 | |
| 1680 | .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails { |
| 1681 | margin: 20px 0; } |
| 1682 | .give-settings-email-settings-section .tablenav.bottom + .give-setting-tab-header-emails hr { |
| 1683 | display: block; } |
| 1684 | |
| 1685 | .giveemailnotifications .check-column { |
| 1686 | padding: 13px 10px 0 20px !important; } |
| 1687 | |
| 1688 | .giveemailnotifications td.check-column input { |
| 1689 | display: none; } |
| 1690 | |
| 1691 | .giveemailnotifications th.check-column .give-email-notification-status { |
| 1692 | color: white; |
| 1693 | cursor: pointer; } |
| 1694 | .giveemailnotifications th.check-column .give-email-notification-status[data-edit="1"] i.dashicons { |
| 1695 | border-radius: 1em; |
| 1696 | padding: 2px; } |
| 1697 | |
| 1698 | .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-yes, |
| 1699 | .giveemailnotifications th.check-column .give-email-notification-disabled:hover .dashicons-no-alt { |
| 1700 | background: #46b450; } |
| 1701 | |
| 1702 | .giveemailnotifications th.check-column .give-email-notification-enabled .dashicons-lock { |
| 1703 | color: #46b450; } |
| 1704 | |
| 1705 | .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-no-alt, |
| 1706 | .giveemailnotifications th.check-column .give-email-notification-enabled:hover .dashicons-yes { |
| 1707 | background: #bbbbbb; } |
| 1708 | |
| 1709 | .giveemailnotifications th.check-column .give-email-notification-disabled .dashicons-lock { |
| 1710 | color: #bbbbbb; } |
| 1711 | |
| 1712 | .giveemailnotifications th.check-column .dashicons-no-alt:hover:before { |
| 1713 | content: "\f147" !important; } |
| 1714 | |
| 1715 | .giveemailnotifications th.check-column .dashicons-yes:hover:before { |
| 1716 | content: "\f335" !important; } |
| 1717 | |
| 1718 | .giveemailnotifications .spinner.is-active { |
| 1719 | margin: 0 0 0 2px; |
| 1720 | float: none; } |
| 1721 | |
| 1722 | #system-info-textarea { |
| 1723 | width: 800px; |
| 1724 | height: 600px; |
| 1725 | font-family: Menlo, Monaco, monospace; |
| 1726 | background: #FFF; |
| 1727 | white-space: pre; |
| 1728 | overflow: auto; |
| 1729 | display: block; |
| 1730 | /*rtl:ignore*/ |
| 1731 | direction: ltr; } |
| 1732 | |
| 1733 | #give-download-sysinfo { |
| 1734 | margin: 0; } |
| 1735 | |
| 1736 | #api .tablenav .actions { |
| 1737 | overflow: visible; } |
| 1738 | |
| 1739 | a.give-delete { |
| 1740 | color: #a00; } |
| 1741 | |
| 1742 | .give-settings-wrap-licenses .give-license-deactivate { |
| 1743 | margin: 1px 0 0 10px; |
| 1744 | height: 30px; } |
| 1745 | |
| 1746 | .give-settings-wrap-licenses .give-license-field { |
| 1747 | background: #FFF url("../images/close.png") no-repeat; |
| 1748 | background-position: 98.5% center; |
| 1749 | background-size: 18px; } |
| 1750 | |
| 1751 | .give-settings-wrap-licenses .give-license-active, .give-settings-wrap-licenses .give-license-active:focus { |
| 1752 | background-image: url("../images/tick.png"); |
| 1753 | background-color: #FFF; |
| 1754 | background-repeat: no-repeat; |
| 1755 | background-position: 98.5% center; |
| 1756 | outline: none; |
| 1757 | background-size: 16px; |
| 1758 | width: 100%; } |
| 1759 | |
| 1760 | /* Addon grid design */ |
| 1761 | .give-settings-page .give-settings-wrap-licenses { |
| 1762 | display: block; |
| 1763 | position: relative; |
| 1764 | float: left; |
| 1765 | width: 30.5%; |
| 1766 | min-height: 180px; |
| 1767 | margin: 20px 1% 20px 0; } |
| 1768 | |
| 1769 | .give-settings-page .give-license-key label { |
| 1770 | margin: 0 0 0 10px; |
| 1771 | padding: 10px 0; |
| 1772 | display: block; |
| 1773 | font-size: 14px; |
| 1774 | font-weight: 600; |
| 1775 | cursor: default; } |
| 1776 | |
| 1777 | .give-settings-page .give-license-block { |
| 1778 | margin: 0 10px; } |
| 1779 | |
| 1780 | .give-settings-page input[type="text"].give-license-field, |
| 1781 | .give-settings-page input[type="password"].give-license-field { |
| 1782 | width: 100%; } |
| 1783 | |
| 1784 | .give-settings-page .give-license-block input[type="submit"] { |
| 1785 | position: absolute; |
| 1786 | top: 3px; |
| 1787 | right: 10px; |
| 1788 | height: 24px; |
| 1789 | line-height: 22px; |
| 1790 | padding: 0 8px 1px; |
| 1791 | font-size: 11px; } |
| 1792 | |
| 1793 | .give-settings-page .give-license-status-notice { |
| 1794 | background: #fff; |
| 1795 | border-left: 4px solid #fff; |
| 1796 | -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 1797 | box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
| 1798 | margin: 5px 0 2px; |
| 1799 | padding: 1px 12px; } |
| 1800 | .give-settings-page .give-license-status-notice p { |
| 1801 | padding: 10px 0; |
| 1802 | margin: 0; } |
| 1803 | .give-settings-page .give-license-status-notice a { |
| 1804 | color: #444; |
| 1805 | cursor: pointer; } |
| 1806 | .give-settings-page .give-license-status-notice a:hover { |
| 1807 | text-decoration: none; } |
| 1808 | |
| 1809 | .give-settings-page .give-license-status-notice.give-license-expires-soon { |
| 1810 | border-color: #00a0d2; } |
| 1811 | |
| 1812 | .give-settings-page .give-license-status-notice.give-inactive, |
| 1813 | .give-settings-page .give-license-status-notice.give-license-expired { |
| 1814 | border-color: #e24e4e; } |
| 1815 | |
| 1816 | .give-settings-page .give-license-status-notice.give-license-error, |
| 1817 | .give-settings-page .give-license-status-notice.give-license-no_activations_left, |
| 1818 | .give-settings-page .give-license-status-notice.give-license-missing, |
| 1819 | .give-settings-page .give-license-status-notice.give-license-invalid, |
| 1820 | .give-settings-page .give-license-status-notice.give-license-site_inactive, |
| 1821 | .give-settings-page .give-license-status-notice.give-license-item_name_mismatch { |
| 1822 | border-color: orange; } |
| 1823 | |
| 1824 | .give-settings-page .give-license-status-notice.give-license-lifetime-notice, |
| 1825 | .give-settings-page .give-license-status-notice.give-license-expiration-date { |
| 1826 | border-color: #46b450; } |
| 1827 | |
| 1828 | .give-settings-page .give-license-status-notice.give-license-expires-soon a:hover, |
| 1829 | .give-settings-page .give-license-status-notice.give-license-expired a:hover { |
| 1830 | text-decoration: none; } |
| 1831 | |
| 1832 | /* Responsive fixes: Addon grid design */ |
| 1833 | @media screen and (max-width: 1100px) { |
| 1834 | .give-settings-page .give-settings-wrap-licenses { |
| 1835 | width: 45%; |
| 1836 | min-height: 150px; } } |
| 1837 | |
| 1838 | @media screen and (max-width: 600px) { |
| 1839 | .give-settings-page .give-settings-wrap-licenses { |
| 1840 | width: 100%; |
| 1841 | max-width: 320px; } } |
| 1842 | |
| 1843 | /* Tables */ |
| 1844 | .give-table thead th { |
| 1845 | padding: 8px 10px !important; } |
| 1846 | |
| 1847 | .give_settings .cmb-td hr + hr { |
| 1848 | display: none; } |
| 1849 | |
| 1850 | .post-type-give_forms .mce-container iframe, .post-type-give_forms .wp-editor-area { |
| 1851 | min-height: 400px; } |
| 1852 | |
| 1853 | .give-field-description { |
| 1854 | color: #aaaaaa; |
| 1855 | font-style: italic; |
| 1856 | margin: 0; |
| 1857 | padding-top: .5em; } |
| 1858 | |
| 1859 | h2.give-nav-tab-wrapper { |
| 1860 | overflow: hidden; |
| 1861 | height: 35px; } |
| 1862 | |
| 1863 | @media screen and (max-width: 600px) { |
| 1864 | .give-nav-tab-wrapper { |
| 1865 | position: relative; |
| 1866 | padding-top: 0 !important; } |
| 1867 | .give-nav-tab-wrapper > a { |
| 1868 | width: 100%; |
| 1869 | box-sizing: border-box; |
| 1870 | margin: 0; |
| 1871 | background-color: #ffffff; |
| 1872 | border: 1px solid #cccccc; } |
| 1873 | .give-nav-tab-wrapper > a:hover { |
| 1874 | border-bottom: 1px solid #ccc; } |
| 1875 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper { |
| 1876 | position: absolute; |
| 1877 | top: 0; |
| 1878 | right: 0; } |
| 1879 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav { |
| 1880 | height: 28px; |
| 1881 | width: 30px; |
| 1882 | border-radius: 0; |
| 1883 | margin: 0; } |
| 1884 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper #give-show-sub-nav > span.dashicons { |
| 1885 | margin: 6px auto 0; |
| 1886 | display: block; } |
| 1887 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab { |
| 1888 | top: 35px; |
| 1889 | right: 0; |
| 1890 | left: auto; } |
| 1891 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a { |
| 1892 | background: #ffffff; } |
| 1893 | .give-nav-tab-wrapper div.give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover { |
| 1894 | background: #e5e5e5; } |
| 1895 | .give-mobile-hidden { |
| 1896 | display: none; } } |
| 1897 | |
| 1898 | .give-sub-nav-tab-wrapper { |
| 1899 | position: relative; |
| 1900 | display: inline-block; |
| 1901 | z-index: 9999; |
| 1902 | float: left; } |
| 1903 | .give-sub-nav-tab-wrapper nav.give-sub-nav-tab { |
| 1904 | border: 1px solid #ccc; |
| 1905 | border-bottom: 0; |
| 1906 | position: absolute; |
| 1907 | top: 35px; |
| 1908 | right: 0; } |
| 1909 | .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a { |
| 1910 | float: left; |
| 1911 | background: white; |
| 1912 | padding: 6px 10px; |
| 1913 | clear: both; |
| 1914 | text-decoration: none; |
| 1915 | border-bottom: 1px solid #ccc; |
| 1916 | min-width: 170px; |
| 1917 | color: #555; |
| 1918 | font-size: 14px; } |
| 1919 | .give-sub-nav-tab-wrapper nav.give-sub-nav-tab a:hover { |
| 1920 | background: #ffffff; } |
| 1921 | |
| 1922 | .give-sub-nav-tab-wrapper { |
| 1923 | display: none; } |
| 1924 | |
| 1925 | #give-show-sub-nav { |
| 1926 | text-decoration: none; |
| 1927 | padding: 3px 4px; |
| 1928 | border-bottom: 1px solid #ccc; |
| 1929 | line-height: 0; |
| 1930 | background: white; |
| 1931 | border-radius: 4px; |
| 1932 | margin-top: 5px; } |
| 1933 | #give-show-sub-nav > span.dashicons { |
| 1934 | font-size: 16px; |
| 1935 | height: 16px; |
| 1936 | width: 16px; } |
| 1937 | |
| 1938 | #give-show-sub-nav:hover, #give-show-sub-nav:active { |
| 1939 | outline: none; |
| 1940 | box-shadow: inset 0px 0px 4px #ddd; } |
| 1941 | |
| 1942 | .give-image-thumb { |
| 1943 | position: relative; |
| 1944 | margin-top: 14px; } |
| 1945 | .give-image-thumb span.give-delete-image-thumb { |
| 1946 | position: absolute; |
| 1947 | background: red; |
| 1948 | color: white; |
| 1949 | border-radius: 30px; |
| 1950 | left: -10px; |
| 1951 | top: -10px; |
| 1952 | cursor: pointer; } |
| 1953 | .give-image-thumb img { |
| 1954 | max-width: 250px; |
| 1955 | border: 4px solid white; } |
| 1956 | |
| 1957 | /** |
| 1958 | * Give Payment History SCSS |
| 1959 | * |
| 1960 | * @description Payment History Styles |
| 1961 | * @package Give |
| 1962 | * @subpackage SCSS/Admin |
| 1963 | * @copyright Copyright (c) 2016, WordImpress |
| 1964 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 1965 | */ |
| 1966 | .give-filters { |
| 1967 | clear: both; |
| 1968 | background: #f5f5f5; |
| 1969 | border: 1px solid #dfdfdf; |
| 1970 | padding: 12px 12px 0 12px; } |
| 1971 | .give-filters .give-donation-forms-filter .chosen-single { |
| 1972 | height: 28px; |
| 1973 | line-height: 28px; } |
| 1974 | .give-filters .chosen-container-single .chosen-single div b { |
| 1975 | background-position: 0 4px; } |
| 1976 | .give-filters .chosen-container-active.chosen-with-drop .chosen-single div b { |
| 1977 | background-position: -18px 6px; } |
| 1978 | .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter { |
| 1979 | display: inline-block; |
| 1980 | width: 300px; } |
| 1981 | @media screen and (max-width: 782px) { |
| 1982 | .give-filters #give-payment-form-filter, .give-filters #give_donation_forms_filter { |
| 1983 | width: 100%; } } |
| 1984 | .give-filters #give_donation_forms_filter { |
| 1985 | width: 255px; } |
| 1986 | @media screen and (max-width: 782px) { |
| 1987 | .give-filters #give_donation_forms_filter { |
| 1988 | width: 100%; |
| 1989 | max-width: 100%; } } |
| 1990 | .give-filters:after { |
| 1991 | content: ""; |
| 1992 | display: table; |
| 1993 | clear: both; } |
| 1994 | |
| 1995 | .give-filter { |
| 1996 | display: block; |
| 1997 | margin-bottom: 12px; |
| 1998 | width: 100%; } |
| 1999 | .give-filter:after { |
| 2000 | content: ""; |
| 2001 | display: table; |
| 2002 | clear: both; } |
| 2003 | .give-filter label { |
| 2004 | display: block; |
| 2005 | margin-right: 4px; } |
| 2006 | .give-filter input { |
| 2007 | margin: 0; } |
| 2008 | .give-filter input[type="text"] { |
| 2009 | height: 28px; |
| 2010 | width: 100%; } |
| 2011 | .give-filter input[type="text"], |
| 2012 | .give-filter input[type="search"] { |
| 2013 | height: 28px; } |
| 2014 | .give-filter .button { |
| 2015 | height: 28px; |
| 2016 | line-height: 26px; |
| 2017 | margin: 0; |
| 2018 | padding: 0 10px 1px; } |
| 2019 | .give-filter select { |
| 2020 | width: 100%; } |
| 2021 | @media screen and (min-width: 783px) { |
| 2022 | .give-filter { |
| 2023 | float: left; |
| 2024 | margin-right: 18px; |
| 2025 | width: auto; } |
| 2026 | .give-filter label { |
| 2027 | display: inline-block; } |
| 2028 | .give-filter input[type="text"] { |
| 2029 | display: inline-block; |
| 2030 | width: 144px; } } |
| 2031 | |
| 2032 | .give-filter-search input[type="search"] { |
| 2033 | display: block; |
| 2034 | float: left; |
| 2035 | width: 68%; } |
| 2036 | |
| 2037 | .give-filter-search input[type="submit"] { |
| 2038 | display: block; |
| 2039 | float: right; |
| 2040 | width: 30%; } |
| 2041 | |
| 2042 | @media screen and (min-width: 783px) { |
| 2043 | .give-filter-search input[type="search"] { |
| 2044 | display: inline-block; |
| 2045 | margin-right: 4px; |
| 2046 | width: 144px; } |
| 2047 | .give-filter-search input[type="submit"] { |
| 2048 | display: inline-block; |
| 2049 | width: auto; } } |
| 2050 | |
| 2051 | @media screen and (min-width: 600px) { |
| 2052 | .give-filter-half { |
| 2053 | float: left; |
| 2054 | width: 49%; } |
| 2055 | .give-filter-half:last-child { |
| 2056 | float: right; } } |
| 2057 | |
| 2058 | @media screen and (min-width: 783px) { |
| 2059 | .give-filter-half { |
| 2060 | width: auto; } |
| 2061 | .give-filter-half:last-child { |
| 2062 | float: left; } |
| 2063 | .give-filter-half input[type="text"] { |
| 2064 | width: 96px; } } |
| 2065 | |
| 2066 | .give-clear-filters-button { |
| 2067 | margin-left: 8px; } |
| 2068 | |
| 2069 | .give-submit-wrap { |
| 2070 | clear: both; |
| 2071 | background: #f5f5f5; |
| 2072 | border: 1px solid #dfdfdf; |
| 2073 | margin: 8px 0; |
| 2074 | padding: 12px; |
| 2075 | font-size: 13px; |
| 2076 | line-height: 2.1em; } |
| 2077 | |
| 2078 | #give-payment-filters ul.subsubsub { |
| 2079 | margin-bottom: 8px; } |
| 2080 | |
| 2081 | #give-payments-advanced-filter ul.subsubsub { |
| 2082 | margin-bottom: 12px; } |
| 2083 | |
| 2084 | #give-payments-filter .tablenav.top { |
| 2085 | float: none; } |
| 2086 | #give-payments-filter .tablenav.top .bulkactions { |
| 2087 | margin-top: 1px; |
| 2088 | padding-top: 0; } |
| 2089 | |
| 2090 | #give-payments-filter .give-email-column-value { |
| 2091 | font-size: 14px; |
| 2092 | font-weight: bold; } |
| 2093 | |
| 2094 | #give-payments-filter #the-list .check-column input { |
| 2095 | margin-top: 1px; } |
| 2096 | |
| 2097 | #give-payments-filter .column-details { |
| 2098 | width: 50px; } |
| 2099 | |
| 2100 | #give-payments-filter .column-amount { |
| 2101 | width: 120px; } |
| 2102 | |
| 2103 | tr.status-refunded td { |
| 2104 | background: #cecece; |
| 2105 | border-top-color: #ccc; } |
| 2106 | |
| 2107 | .wp-list-table.forms th#date { |
| 2108 | width: 140px; } |
| 2109 | |
| 2110 | .give-mobile-link { |
| 2111 | line-height: 32px; |
| 2112 | vertical-align: middle; } |
| 2113 | |
| 2114 | .give-mobile-link img { |
| 2115 | max-width: 80%; |
| 2116 | height: auto; |
| 2117 | float: left; } |
| 2118 | |
| 2119 | .give-donation-status > span { |
| 2120 | display: inline-block; |
| 2121 | width: 12px; |
| 2122 | height: 12px; |
| 2123 | position: relative; |
| 2124 | top: 1px; |
| 2125 | margin: 0; |
| 2126 | padding: 0; |
| 2127 | border-radius: 50%; |
| 2128 | background: #888; |
| 2129 | line-height: 16px; } |
| 2130 | |
| 2131 | .give-donation-status.status-pending > span { |
| 2132 | background-color: #ffba00; } |
| 2133 | |
| 2134 | .give-donation-status.status-complete > span, .give-donation-status.status-publish > span { |
| 2135 | background-color: #7ad03a; } |
| 2136 | |
| 2137 | .give-donation-status.status-refunded > span { |
| 2138 | background-color: #777; } |
| 2139 | |
| 2140 | .give-donation-status.status-failed > span { |
| 2141 | background-color: #a00; } |
| 2142 | |
| 2143 | .give-donation-status.status-abandoned > span { |
| 2144 | background-color: #333; } |
| 2145 | |
| 2146 | .give-donation-status.status-revoked > span { |
| 2147 | background-color: #d9534f; } |
| 2148 | |
| 2149 | .give-donation-status.status-subscription > span, .give-donation-status.status-renewal > span, .give-donation-status.status-give_subscription > span { |
| 2150 | background-color: #5bc0de; } |
| 2151 | |
| 2152 | #test-payment-label { |
| 2153 | padding: .2em .4em .3em; |
| 2154 | font-size: 11px; |
| 2155 | line-height: 1; |
| 2156 | color: #fff; |
| 2157 | text-align: center; |
| 2158 | white-space: nowrap; |
| 2159 | vertical-align: baseline; |
| 2160 | border-radius: .25em; |
| 2161 | background-color: #ffba00; |
| 2162 | margin: 0 15px; |
| 2163 | vertical-align: middle; } |
| 2164 | #test-payment-label:hover { |
| 2165 | color: #fff; |
| 2166 | text-decoration: none; } |
| 2167 | |
| 2168 | #give-payments-filter .give-payment-id { |
| 2169 | padding: .2em .4em .3em; |
| 2170 | font-size: 11px; |
| 2171 | line-height: 1; |
| 2172 | color: #fff; |
| 2173 | text-align: center; |
| 2174 | white-space: nowrap; |
| 2175 | vertical-align: baseline; |
| 2176 | border-radius: .25em; |
| 2177 | font-weight: normal; } |
| 2178 | #give-payments-filter .give-payment-id:hover { |
| 2179 | color: #fff; |
| 2180 | text-decoration: none; } |
| 2181 | |
| 2182 | #give-payments-filter .column-details { |
| 2183 | padding-right: 30px; } |
| 2184 | |
| 2185 | #give-payments-filter .give-donation-status { |
| 2186 | display: inline-block; } |
| 2187 | |
| 2188 | #give-order-update .give-donation-status { |
| 2189 | display: inline-block; |
| 2190 | float: none; |
| 2191 | margin: 0 10px; |
| 2192 | position: relative; |
| 2193 | top: 3px; } |
| 2194 | |
| 2195 | .column-donation_form .donation-level-text-wrap { |
| 2196 | font-style: italic; |
| 2197 | display: block; } |
| 2198 | |
| 2199 | /*--------------------- |
| 2200 | Responsiveness |
| 2201 | ---------------------------*/ |
| 2202 | @media handheld, only screen and (max-width: 640px) { |
| 2203 | .wp-list-table.forms th { |
| 2204 | width: auto !important; } } |
| 2205 | |
| 2206 | .download_page_give-payment-history .ui-dialog .ui-dialog-titlebar-close span { |
| 2207 | margin-left: -8px; |
| 2208 | margin-top: -8px; } |
| 2209 | |
| 2210 | /* Payment Details |
| 2211 | -------------------------------------------------------------- */ |
| 2212 | .give-admin-box .label { |
| 2213 | font-weight: 600; } |
| 2214 | |
| 2215 | .give-admin-box-inside { |
| 2216 | margin: 0; |
| 2217 | padding: 3px 10px; |
| 2218 | clear: both; |
| 2219 | border-bottom: 1px solid #eee; } |
| 2220 | |
| 2221 | .give-admin-box-inside .strong { |
| 2222 | font-weight: 600; } |
| 2223 | |
| 2224 | .give-admin-box .right { |
| 2225 | float: right; } |
| 2226 | |
| 2227 | #give-order-update .inside, |
| 2228 | #give-order-details .inside { |
| 2229 | margin: 0; |
| 2230 | padding: 0; } |
| 2231 | |
| 2232 | #give-order-update input.give_datepicker { |
| 2233 | width: 180px; } |
| 2234 | |
| 2235 | #give-order-update input[type="number"].give-payment-time-hour, |
| 2236 | #give-order-update input[type="number"].give-payment-time-min { |
| 2237 | width: 50px; } |
| 2238 | |
| 2239 | .give-admin-box-inside:last-child { |
| 2240 | border-bottom: 0; } |
| 2241 | |
| 2242 | #give-edit-order-form .data-payment-key { |
| 2243 | word-break: break-all; } |
| 2244 | |
| 2245 | .give-order-update-box #major-publishing-actions .button-secondary { |
| 2246 | margin-right: 10px; } |
| 2247 | |
| 2248 | #give-donation-overview th { |
| 2249 | text-align: left; } |
| 2250 | |
| 2251 | #give-donation-overview .give-select-chosen { |
| 2252 | width: 97%; } |
| 2253 | |
| 2254 | #give-edit-order-form .row { |
| 2255 | margin-top: 10px; } |
| 2256 | |
| 2257 | #give-donation-overview ul, |
| 2258 | #give-order-address-country-wrap select, |
| 2259 | #give-donor-details .order-data-address input, |
| 2260 | #give-edit-order-form .column input, |
| 2261 | #give-donor-details .order-data-column p.data input { |
| 2262 | clear: both; |
| 2263 | display: block; } |
| 2264 | |
| 2265 | .give-order-data input.small-text { |
| 2266 | margin: 0; } |
| 2267 | |
| 2268 | #give-order-update span.label { |
| 2269 | display: inline; |
| 2270 | width: 50px; } |
| 2271 | |
| 2272 | .give-order-update-box .button-primary { |
| 2273 | margin-right: 0; } |
| 2274 | |
| 2275 | #give-edit-order-form .column .description { |
| 2276 | padding-right: 10px; } |
| 2277 | |
| 2278 | #give-edit-order-form .column, |
| 2279 | #give-donation-overview .row > ul > li, |
| 2280 | #give-donation-overview .inside > ul > li { |
| 2281 | display: inline-block; |
| 2282 | position: relative; |
| 2283 | vertical-align: top; } |
| 2284 | |
| 2285 | #give-donation-overview ul { |
| 2286 | font-size: 0; } |
| 2287 | #give-donation-overview ul li { |
| 2288 | font-size: 13px; } |
| 2289 | #give-donation-overview ul li.actions { |
| 2290 | text-align: right; |
| 2291 | min-width: 200px; } |
| 2292 | #give-donation-overview ul li.remove { |
| 2293 | text-align: right; } |
| 2294 | #give-donation-overview ul .row { |
| 2295 | padding: 12px; |
| 2296 | border-bottom: 1px solid #eee; } |
| 2297 | |
| 2298 | #give-order-data .data span { |
| 2299 | color: #666; |
| 2300 | font-weight: 600; } |
| 2301 | |
| 2302 | input.give-price-field { |
| 2303 | width: 80px; |
| 2304 | padding: 3px 5px; } |
| 2305 | |
| 2306 | .give_forms_page_give-payment-history.js .postbox .hndle { |
| 2307 | cursor: default; } |
| 2308 | |
| 2309 | #give-payment-notes textarea { |
| 2310 | min-height: 150px; } |
| 2311 | |
| 2312 | #give-payment-notes #give-add-payment-note { |
| 2313 | margin: 6px 0 15px; } |
| 2314 | |
| 2315 | #give-billing-details .column > div { |
| 2316 | margin: 0 0 10px; } |
| 2317 | |
| 2318 | #give-billing-details label { |
| 2319 | display: block; |
| 2320 | margin-bottom: 5px; } |
| 2321 | |
| 2322 | #give-billing-details .column-container { |
| 2323 | padding: 5px 0 10px; } |
| 2324 | |
| 2325 | #give-billing-details input[type="text"] { |
| 2326 | width: 98%; } |
| 2327 | |
| 2328 | #give-billing-details .chosen-container { |
| 2329 | width: 98% !important; } |
| 2330 | |
| 2331 | @media screen and (min-width: 1200px) { |
| 2332 | #give-edit-order-form .column { |
| 2333 | width: 33%; } |
| 2334 | #give-order-address .column { |
| 2335 | width: 49%; } |
| 2336 | #give-donation-overview.columns-4 li.actions { |
| 2337 | width: 25%; |
| 2338 | margin-top: 0; |
| 2339 | margin-right: 0; } } |
| 2340 | |
| 2341 | @media screen and (max-width: 1199px) { |
| 2342 | #give-edit-order-form .column { |
| 2343 | width: 49%; } } |
| 2344 | |
| 2345 | @media screen and (max-width: 782px) { |
| 2346 | .order-data-column input[type="email"] { |
| 2347 | padding: 6px 10px; } } |
| 2348 | |
| 2349 | #give-donor-details .inside, #give-donation-overview .inside { |
| 2350 | margin-top: 0; } |
| 2351 | |
| 2352 | .give_forms_page_give-payment-history #give-dashboard-widgets-wrap #side-sortables { |
| 2353 | padding-top: 0; } |
| 2354 | |
| 2355 | .give-select-chosen .spinner { |
| 2356 | position: absolute; |
| 2357 | right: 5px; |
| 2358 | top: 2px; |
| 2359 | z-index: 999; } |
| 2360 | |
| 2361 | .give-select-chosen-ajax .spinner { |
| 2362 | visibility: visible; } |
| 2363 | |
| 2364 | .give-select-chosen-ajax .chosen-search input[type="text"] { |
| 2365 | background-image: none !important; } |
| 2366 | |
| 2367 | .give-select-chosen-ajax.chosen-container-single .chosen-search input[type="text"] { |
| 2368 | background-image: none !important; } |
| 2369 | |
| 2370 | /** |
| 2371 | * Give Admin Dashboard SCSS |
| 2372 | * |
| 2373 | * @description Styles the Give dashboard widget |
| 2374 | * @package Give |
| 2375 | * @subpackage SCSS/Admin |
| 2376 | * @copyright Copyright (c) 2016, WordImpress |
| 2377 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2378 | */ |
| 2379 | .give-dashboard-widget .give-dashboard-today { |
| 2380 | text-align: center; } |
| 2381 | .give-dashboard-widget .give-dashboard-today .give-dashboard-date-today { |
| 2382 | margin: 10px 0 0; |
| 2383 | padding: 0; } |
| 2384 | .give-dashboard-widget .give-dashboard-today .give-dashboard-happy-day { |
| 2385 | padding: 3px; |
| 2386 | margin: 0; } |
| 2387 | .give-dashboard-widget .give-dashboard-today .give-dashboard-today-earnings { |
| 2388 | font-size: 42px; |
| 2389 | color: #4ead61; |
| 2390 | font-weight: bold; |
| 2391 | margin: 15px 0 0; |
| 2392 | line-height: 1; } |
| 2393 | .give-dashboard-widget .give-dashboard-today .give-donations-today { |
| 2394 | font-size: 18px; |
| 2395 | font-weight: bold; |
| 2396 | margin: 0 0 30px; |
| 2397 | padding: 4px 0 1px; } |
| 2398 | .give-dashboard-widget .give-dashboard-today .give-last-seven { |
| 2399 | font-size: 14px; |
| 2400 | font-weight: bold; |
| 2401 | padding: 0; |
| 2402 | margin: 0 0 30px; } |
| 2403 | |
| 2404 | .give-dashboard-widget .give-table-stats { |
| 2405 | width: 100%; |
| 2406 | text-align: center; |
| 2407 | margin: 0; |
| 2408 | table-layout: fixed; |
| 2409 | border-top: 1px solid #ececec; |
| 2410 | border-spacing: 0; } |
| 2411 | .give-dashboard-widget .give-table-stats .give-dashboard-stat-total, .give-dashboard-widget .give-table-stats .give-dashboard-stat-total-label { |
| 2412 | padding: 0; |
| 2413 | margin: 0; } |
| 2414 | .give-dashboard-widget .give-table-stats .give-dashboard-stat-total { |
| 2415 | color: #4ead61; |
| 2416 | font-weight: bold; |
| 2417 | font-size: 16px; } |
| 2418 | |
| 2419 | #give_dashboard_sales > .inside { |
| 2420 | padding: 0; } |
| 2421 | |
| 2422 | #give_dashboard_sales .give-table-stats td { |
| 2423 | padding: 10px 0; } |
| 2424 | |
| 2425 | #give_dashboard_sales .give-table-stats td:first-of-type { |
| 2426 | border-right: 1px solid #ececec; } |
| 2427 | |
| 2428 | #give_dashboard_sales .give-table-stats tr#give-table-stats-tr-1 td { |
| 2429 | border-bottom: 1px solid #ececec; } |
| 2430 | |
| 2431 | #dashboard_right_now .give-forms-count:before { |
| 2432 | font-family: 'give-icomoon'; |
| 2433 | speak: none; |
| 2434 | font-style: normal; |
| 2435 | font-weight: normal; |
| 2436 | font-variant: normal; |
| 2437 | text-transform: none; |
| 2438 | line-height: 1; |
| 2439 | -webkit-font-smoothing: antialiased; |
| 2440 | -moz-osx-font-smoothing: grayscale; |
| 2441 | font-size: 18px; |
| 2442 | width: 18px; |
| 2443 | height: 18px; |
| 2444 | content: "\e800"; } |
| 2445 | |
| 2446 | /** |
| 2447 | * Give Forms SCSS |
| 2448 | * |
| 2449 | * @package Give |
| 2450 | * @subpackage SCSS/Admin |
| 2451 | * @copyright Copyright (c) 2016, WordImpress |
| 2452 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2453 | */ |
| 2454 | .give_forms_page_give-donors { |
| 2455 | /* |
| 2456 | * Donor address metabox |
| 2457 | */ } |
| 2458 | .give_forms_page_give-donors .wrap > h2 { |
| 2459 | margin-bottom: 15px; } |
| 2460 | .give_forms_page_give-donors .nav-tab-wrapper .dashicons { |
| 2461 | position: relative; |
| 2462 | top: 2px; |
| 2463 | margin: 0 3px 0 0; } |
| 2464 | .give_forms_page_give-donors #give-donors-filter { |
| 2465 | position: relative; } |
| 2466 | .give_forms_page_give-donors #give-donors-filter p.search-box { |
| 2467 | margin: 0; } |
| 2468 | .give_forms_page_give-donors #give-donors-search-filter { |
| 2469 | display: block; |
| 2470 | overflow: hidden; } |
| 2471 | .give_forms_page_give-donors #give-donor-card-wrapper { |
| 2472 | margin-left: -1px; |
| 2473 | z-index: 2; |
| 2474 | min-height: 200px; } |
| 2475 | .give_forms_page_give-donors #give-donor-card-wrapper input { |
| 2476 | font-weight: normal; } |
| 2477 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-section { |
| 2478 | border-bottom: 1px solid #eee; |
| 2479 | margin-bottom: 10px; } |
| 2480 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-section table { |
| 2481 | margin-bottom: 0; } |
| 2482 | .give_forms_page_give-donors #give-donor-card-wrapper > div:first-child { |
| 2483 | padding-top: 20px; } |
| 2484 | .give_forms_page_give-donors #give-donor-card-wrapper > div:last-child { |
| 2485 | padding-bottom: 20px; |
| 2486 | border: none; } |
| 2487 | .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap { |
| 2488 | padding: 0 15px 15px 0; |
| 2489 | text-align: center; |
| 2490 | float: left; } |
| 2491 | .give_forms_page_give-donors #give-donor-card-wrapper .avatar-wrap img { |
| 2492 | border-radius: 3px; } |
| 2493 | .give_forms_page_give-donors #give-donor-card-wrapper a.delete { |
| 2494 | text-decoration: none; |
| 2495 | color: #ff0000; |
| 2496 | margin-right: 5px; } |
| 2497 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-since { |
| 2498 | margin: 10px 0; |
| 2499 | font-size: 16px; } |
| 2500 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-id { |
| 2501 | display: inline-block; |
| 2502 | font-size: 24px; |
| 2503 | font-weight: 600; |
| 2504 | margin-right: 10px; } |
| 2505 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-name-wrap { |
| 2506 | display: inline-block; } |
| 2507 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-bio-header .donor-edit-link { |
| 2508 | margin-bottom: 15px; } |
| 2509 | .give_forms_page_give-donors .donor-main-wrapper { |
| 2510 | clear: both; |
| 2511 | margin: 0 0 20px; } |
| 2512 | @media (max-width: 655px) { |
| 2513 | .give_forms_page_give-donors .donor-main-wrapper { |
| 2514 | width: 100%; } } |
| 2515 | .give_forms_page_give-donors .donor-main-wrapper table { |
| 2516 | margin: 0; } |
| 2517 | .give_forms_page_give-donors .donor-main-wrapper input { |
| 2518 | width: 200px; } |
| 2519 | .give_forms_page_give-donors #donor-summary { |
| 2520 | padding: 0 20px; } |
| 2521 | .give_forms_page_give-donors #donor-summary:after { |
| 2522 | font-family: "dashicons"; |
| 2523 | content: "\f110"; |
| 2524 | position: absolute; |
| 2525 | top: 10px; |
| 2526 | right: 10px; |
| 2527 | font-size: 100px; |
| 2528 | color: #F0F0F0; |
| 2529 | z-index: 0; } |
| 2530 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper { |
| 2531 | width: 202px; } |
| 2532 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper span[data-key="line2"] { |
| 2533 | display: table; |
| 2534 | clear: both; } |
| 2535 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-address-wrapper select { |
| 2536 | width: 200px; } |
| 2537 | .give_forms_page_give-donors #give-donor-card-wrapper .donor-info { |
| 2538 | min-height: 185px; } |
| 2539 | .give_forms_page_give-donors #give-donor-card-wrapper .info-wrapper { |
| 2540 | min-height: 125px; } |
| 2541 | .give_forms_page_give-donors .donor-info .donor-name { |
| 2542 | font-size: 24px; |
| 2543 | font-weight: 600; } |
| 2544 | .give_forms_page_give-donors #disconnect-donor, .give_forms_page_give-donors #view-user-profile { |
| 2545 | font-size: 12px; |
| 2546 | font-weight: normal; |
| 2547 | text-decoration: none; } |
| 2548 | .give_forms_page_give-donors #donor-edit-actions { |
| 2549 | text-align: center; |
| 2550 | margin-bottom: 20px; |
| 2551 | line-height: 28px; } |
| 2552 | .give_forms_page_give-donors #donor-edit-actions .button-secondary { |
| 2553 | margin-right: 10px; } |
| 2554 | .give_forms_page_give-donors #give-donor-card-wrapper .edit-item { |
| 2555 | display: none; } |
| 2556 | .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results { |
| 2557 | left: 1px; |
| 2558 | top: 16px; } |
| 2559 | .give_forms_page_give-donors #give-donor-card-wrapper .give_user_search_results ul { |
| 2560 | width: 200px; } |
| 2561 | .give_forms_page_give-donors #donor-stats-wrapper { |
| 2562 | margin: 0 auto; |
| 2563 | text-align: center; |
| 2564 | padding: 15px; } |
| 2565 | .give_forms_page_give-donors #donor-stats-wrapper ul { |
| 2566 | margin: 0; |
| 2567 | padding: 0; |
| 2568 | overflow: hidden; } |
| 2569 | .give_forms_page_give-donors #donor-stats-wrapper ul li { |
| 2570 | width: 50%; |
| 2571 | float: left; |
| 2572 | line-height: 22px; |
| 2573 | font-size: 14px; |
| 2574 | margin: 0; } |
| 2575 | .give_forms_page_give-donors #donor-stats-wrapper a { |
| 2576 | text-decoration: none; } |
| 2577 | .give_forms_page_give-donors #donor-stats-wrapper .dashicons { |
| 2578 | color: #888; } |
| 2579 | .give_forms_page_give-donors #donor-tables-wrapper table { |
| 2580 | width: 100%; |
| 2581 | text-align: center; } |
| 2582 | .give_forms_page_give-donors #donor-tables-wrapper th { |
| 2583 | text-align: center; } |
| 2584 | .give_forms_page_give-donors #donor-tables-wrapper .donations tr > th:first-child, |
| 2585 | .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:first-child, |
| 2586 | .give_forms_page_give-donors #donor-tables-wrapper .emails tr > th:first-child, |
| 2587 | .give_forms_page_give-donors #donor-tables-wrapper .emails tr > td:first-child { |
| 2588 | text-align: left; } |
| 2589 | .give_forms_page_give-donors #donor-tables-wrapper .donations tr > td:only-child { |
| 2590 | text-align: center; } |
| 2591 | .give_forms_page_give-donors #donor-notes-wrapper { |
| 2592 | min-height: 50px; } |
| 2593 | .give_forms_page_give-donors .donor-notes-header span, .give_forms_page_give-donors .donor-notes-header img { |
| 2594 | font-weight: 600; |
| 2595 | line-height: 30px; |
| 2596 | vertical-align: middle; } |
| 2597 | .give_forms_page_give-donors .donor-note-input { |
| 2598 | width: 100%; |
| 2599 | margin-bottom: 5px; } |
| 2600 | .give_forms_page_give-donors #give-donor-notes div:nth-of-type(even) { |
| 2601 | background-color: #f9f9f9; } |
| 2602 | .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper { |
| 2603 | border-bottom: 1px solid #f9f9f9; |
| 2604 | min-height: 38px; |
| 2605 | padding: 0; } |
| 2606 | .give_forms_page_give-donors #give-donor-notes .donor-note-wrapper .note-content-wrap { |
| 2607 | padding: 10px 12px; |
| 2608 | line-height: 20px; |
| 2609 | font-size: 14px; } |
| 2610 | .give_forms_page_give-donors #give-donor-notes .give-no-donor-notes { |
| 2611 | text-align: center; |
| 2612 | padding: 20px; } |
| 2613 | .give_forms_page_give-donors .donor-note-wrapper span { |
| 2614 | display: block; } |
| 2615 | .give_forms_page_give-donors .delete-donor { |
| 2616 | text-align: center; } |
| 2617 | .give_forms_page_give-donors .give-lock-block { |
| 2618 | margin-left: -25px; |
| 2619 | text-decoration: none; |
| 2620 | font-size: 14px; |
| 2621 | margin-right: 3px; } |
| 2622 | .give_forms_page_give-donors .give-lock-block i { |
| 2623 | color: #000000; |
| 2624 | font-size: 14px; } |
| 2625 | .give_forms_page_give-donors #donor-address-wrapper .give-no-address-message { |
| 2626 | margin: 0.5rem 1%; |
| 2627 | line-height: 3.4em; } |
| 2628 | .give_forms_page_give-donors #donor-address-wrapper .add-new-address { |
| 2629 | margin: 0.5rem 1% !important; } |
| 2630 | .give_forms_page_give-donors #donor-address-wrapper .add-new-address-form-hidden { |
| 2631 | position: absolute; |
| 2632 | right: 13px; |
| 2633 | left: 13px; |
| 2634 | top: 0; |
| 2635 | visibility: hidden; } |
| 2636 | .give_forms_page_give-donors #donor-address-wrapper .all-address .address { |
| 2637 | min-height: 146px; |
| 2638 | border: 1px solid #dad9d9; |
| 2639 | padding: 9px; |
| 2640 | border-radius: 5px; |
| 2641 | background-color: white; } |
| 2642 | .give_forms_page_give-donors #donor-address-wrapper .all-address .address .address-number-label { |
| 2643 | color: gray; |
| 2644 | cursor: default; } |
| 2645 | .give_forms_page_give-donors #donor-address-wrapper .all-address .address a { |
| 2646 | text-decoration: none; } |
| 2647 | |
| 2648 | /** |
| 2649 | * Give Admin Buttons SCSS |
| 2650 | * |
| 2651 | * @package Give |
| 2652 | * @subpackage SCSS/Admin |
| 2653 | * @copyright Copyright (c) 2016, WordImpress |
| 2654 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2655 | */ |
| 2656 | /*=Give Shortcode Button |
| 2657 | --------------------------------------*/ |
| 2658 | @media screen and (max-width: 782px) { |
| 2659 | #wp-content-media-buttons a.give-thickbox { |
| 2660 | padding: 6px 14px; |
| 2661 | line-height: normal; |
| 2662 | font-size: 14px; |
| 2663 | height: auto; } |
| 2664 | .wp-media-buttons span#give-media-button { |
| 2665 | margin-top: 0 !important; |
| 2666 | margin-left: 2px !important; } } |
| 2667 | |
| 2668 | /*=Button in shortcode tinymce dialog |
| 2669 | --------------------------------------*/ |
| 2670 | .mce-primary.mce-give-primary button { |
| 2671 | padding-right: 10px; |
| 2672 | padding-left: 10px; } |
| 2673 | |
| 2674 | /*=Admin Buttons w/ Icons |
| 2675 | --------------------------------------*/ |
| 2676 | /* extends .wp-core-ui .button */ |
| 2677 | .wp-core-ui .give-admin-button { |
| 2678 | padding-left: 7px; |
| 2679 | padding-right: 7px; } |
| 2680 | |
| 2681 | /* matches style of Add Media and Give Shortcodes buttons */ |
| 2682 | .give-admin-button-icon { |
| 2683 | display: inline-block; |
| 2684 | width: 18px; |
| 2685 | height: 18px; |
| 2686 | vertical-align: text-top; |
| 2687 | margin: 0 2px; |
| 2688 | /* specific DashIcon styles */ } |
| 2689 | .give-admin-button-icon:before { |
| 2690 | font: 400 18px/1 dashicons; |
| 2691 | speak: none; |
| 2692 | -webkit-font-smoothing: antialiased; |
| 2693 | -moz-osx-font-smoothing: grayscale; } |
| 2694 | .give-admin-button-icon-update:before { |
| 2695 | content: "\f463"; } |
| 2696 | |
| 2697 | /* =Primary button in shortcode tinymce dialog |
| 2698 | -------------------------------------------------------------- */ |
| 2699 | .mce-primary.mce-sc-primary button { |
| 2700 | padding-right: 10px; |
| 2701 | padding-left: 10px; } |
| 2702 | |
| 2703 | .mce-sc-popup a { |
| 2704 | text-decoration: underline; } |
| 2705 | |
| 2706 | .mce-sc-popup p { |
| 2707 | margin-bottom: 1em; } |
| 2708 | .mce-sc-popup p.strong { |
| 2709 | font-weight: 600; } |
| 2710 | .mce-sc-popup p.no-margin { |
| 2711 | margin-bottom: 0; } |
| 2712 | .mce-sc-popup p.margin-top { |
| 2713 | margin-top: 1em; } |
| 2714 | |
| 2715 | .mce-sc-popup .mce-listbox button { |
| 2716 | text-overflow: ellipsis; |
| 2717 | overflow: hidden !important; } |
| 2718 | |
| 2719 | /* =Shortcode button above wp_editor |
| 2720 | -------------------------------------------------------------- */ |
| 2721 | @media screen and (max-width: 782px) { |
| 2722 | .wp-media-buttons button.sc-button span { |
| 2723 | width: 18px !important; } } |
| 2724 | |
| 2725 | .wp-media-buttons button.sc-button { |
| 2726 | outline: none; |
| 2727 | padding-left: 5px; |
| 2728 | margin-right: 0; } |
| 2729 | .wp-media-buttons button.sc-button:active { |
| 2730 | margin-bottom: 5px; } |
| 2731 | |
| 2732 | button.sc-button:after { |
| 2733 | position: relative; |
| 2734 | display: inline-block; |
| 2735 | top: -1px; |
| 2736 | content: ''; |
| 2737 | width: 0; |
| 2738 | height: 0; |
| 2739 | border-top: 6px solid #777; |
| 2740 | border-right: 4px solid transparent; |
| 2741 | border-left: 4px solid transparent; |
| 2742 | margin: 0 3px 0 6px; } |
| 2743 | |
| 2744 | button.sc-button.active:after { |
| 2745 | top: -2px; |
| 2746 | border-top: 0; |
| 2747 | border-bottom: 6px solid #32373c; } |
| 2748 | |
| 2749 | /* =Shortcode button dropdown menu |
| 2750 | -------------------------------------------------------------- */ |
| 2751 | .sc-wrap { |
| 2752 | position: relative; |
| 2753 | display: inline-block; |
| 2754 | margin-right: 5px; } |
| 2755 | |
| 2756 | div.sc-menu { |
| 2757 | display: none; |
| 2758 | position: absolute; |
| 2759 | top: 100%; |
| 2760 | left: 0; |
| 2761 | min-width: 100%; |
| 2762 | max-height: 410px; |
| 2763 | font-size: 14px; |
| 2764 | box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); |
| 2765 | background: #fff; |
| 2766 | border: 1px solid rgba(0, 0, 0, 0.15); |
| 2767 | overflow: auto; |
| 2768 | overflow-x: hidden; |
| 2769 | padding: 5px 0; |
| 2770 | margin: -2px 0 0; |
| 2771 | z-index: 1002; } |
| 2772 | |
| 2773 | div.sc-shortcode { |
| 2774 | display: block; |
| 2775 | white-space: nowrap; |
| 2776 | cursor: pointer; |
| 2777 | padding: 6px 12px; |
| 2778 | margin-bottom: 2px; } |
| 2779 | div.sc-shortcode:hover { |
| 2780 | color: #fff; } |
| 2781 | |
| 2782 | /* =Shortcode tinymce dialog backdrop |
| 2783 | -------------------------------------------------------------- */ |
| 2784 | #mce-modal-block.mce-reset.mce-fade.mce-in { |
| 2785 | opacity: 0.7; |
| 2786 | filter: alpha(opacity=70); } |
| 2787 | |
| 2788 | /** |
| 2789 | * Give System Info SCSS |
| 2790 | * |
| 2791 | * @description System Info Styles |
| 2792 | * @package Give |
| 2793 | * @subpackage SCSS/Admin |
| 2794 | * @copyright Copyright (c) 2016, WordImpress |
| 2795 | * @license https://opensource.org/licenses/gpl-3.0/ GNU Public License |
| 2796 | * |
| 2797 | * The following code is a derivative work of the code from the WooCommerce |
| 2798 | * plugin, which is licensed GPLv3. This code therefore is also licensed under |
| 2799 | * the terms of the GNU Public License, version 3. |
| 2800 | * |
| 2801 | * Copyright (c) 2015 WooThemes |
| 2802 | * Copyright (c) 2016 WordImpress, LLC |
| 2803 | */ |
| 2804 | .give-status-table { |
| 2805 | margin-bottom: 1em; } |
| 2806 | .give-status-table h2 { |
| 2807 | font-size: 14px; |
| 2808 | margin: 0; } |
| 2809 | .give-status-table tr:nth-child(2n) th, |
| 2810 | .give-status-table tr:nth-child(2n) td { |
| 2811 | background: #fcfcfc; } |
| 2812 | .give-status-table th { |
| 2813 | font-weight: 700; |
| 2814 | padding: 9px; } |
| 2815 | .give-status-table td:first-child { |
| 2816 | width: 33%; } |
| 2817 | .give-status-table td.help { |
| 2818 | width: 1em; } |
| 2819 | .give-status-table td { |
| 2820 | padding: 9px; |
| 2821 | font-size: 1.1em; } |
| 2822 | .give-status-table td mark { |
| 2823 | background: transparent none; } |
| 2824 | .give-status-table td mark.yes { |
| 2825 | color: #7ad03a; } |
| 2826 | .give-status-table td mark.no { |
| 2827 | color: #999; } |
| 2828 | .give-status-table td mark.error { |
| 2829 | color: #a00; } |
| 2830 | .give-status-table td ul { |
| 2831 | margin: 0; } |
| 2832 | |
| 2833 | /* System info download header */ |
| 2834 | .wrap div.give-debug-report-wrapper { |
| 2835 | margin-bottom: 5px; } |
| 2836 | .wrap div.give-debug-report-wrapper p { |
| 2837 | font-size: 18px; |
| 2838 | margin: 1em 0 0.7em; |
| 2839 | padding: 0; } |
| 2840 | .wrap div.give-debug-report-wrapper .give-debug-report-actions { |
| 2841 | margin: 0 0 1.7em; } |
| 2842 | .wrap div.give-debug-report-wrapper .give-debug-report-actions .js-give-debug-report-button { |
| 2843 | margin-right: 10px; } |
| 2844 | .wrap div.give-debug-report-wrapper .give-debug-report-actions .dashicons { |
| 2845 | font-size: 16px; |
| 2846 | position: relative; |
| 2847 | top: 4px; |
| 2848 | left: -2px; } |
| 2849 | |
| 2850 | .give-debug-report { |
| 2851 | display: none; |
| 2852 | margin: 10px 0; |
| 2853 | padding: 0; |
| 2854 | position: relative; } |
| 2855 | .give-debug-report textarea { |
| 2856 | font-family: monospace; |
| 2857 | width: 100%; |
| 2858 | margin: 0; |
| 2859 | height: 300px; |
| 2860 | padding: 20px; |
| 2861 | -moz-border-radius: 0; |
| 2862 | -webkit-border-radius: 0; |
| 2863 | border-radius: 0; |
| 2864 | resize: none; |
| 2865 | font-size: 12px; |
| 2866 | line-height: 20px; |
| 2867 | outline: 0; } |
| 2868 | |
| 2869 | .give-progress { |
| 2870 | height: 15px; |
| 2871 | width: 95%; |
| 2872 | border-radius: 4px; |
| 2873 | overflow: hidden; |
| 2874 | background-color: whitesmoke; } |
| 2875 | .give-progress > div { |
| 2876 | height: 100%; |
| 2877 | width: 0; } |
| 2878 | |
| 2879 | .admin-color-fresh .give-progress div, .give-progress div { |
| 2880 | background: #0073aa; } |
| 2881 | |
| 2882 | .admin-color-light .give-progress div { |
| 2883 | background: #888; } |
| 2884 | |
| 2885 | .admin-color-blue .give-progress div { |
| 2886 | background: #096484; } |
| 2887 | |
| 2888 | .admin-color-coffee .give-progress div { |
| 2889 | background: #c7a589; } |
| 2890 | |
| 2891 | .admin-color-ectoplasm .give-progress div { |
| 2892 | background: #a3b745; } |
| 2893 | |
| 2894 | .admin-color-midnight .give-progress div { |
| 2895 | background: #e14d43; } |
| 2896 | |
| 2897 | .admin-color-sunrise .give-progress div { |
| 2898 | background: #dd823b; } |
| 2899 | |
| 2900 | /** |
| 2901 | * Spinner |
| 2902 | */ |
| 2903 | .give-spinner-wrapper { |
| 2904 | position: absolute; |
| 2905 | left: 0; |
| 2906 | right: 0; |
| 2907 | bottom: 0; |
| 2908 | top: 0; |
| 2909 | background: rgba(245, 245, 245, 0.57); |
| 2910 | z-index: 1; |
| 2911 | display: none; } |
| 2912 | .give-spinner-wrapper.is-active { |
| 2913 | display: inline-block; } |
| 2914 | .give-spinner-wrapper .aligncenter { |
| 2915 | position: absolute; |
| 2916 | top: 50%; |
| 2917 | left: 50%; |
| 2918 | margin: 10px 10px 0 0; } |
| 2919 | |
| 2920 | .give-spinner.spinner.is-active { |
| 2921 | margin: 0 0 0 2px; |
| 2922 | float: none; } |
| 2923 | |
| 2924 | /** |
| 2925 | * Give Updates Panel SCSS |
| 2926 | * |
| 2927 | * @description Updates Panel Styles |
| 2928 | * @package Give |
| 2929 | * @subpackage SCSS/Admin |
| 2930 | * @copyright Copyright (c) 2017, WordImpress |
| 2931 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2932 | */ |
| 2933 | #give-updates-h1 { |
| 2934 | padding-top: 0; } |
| 2935 | |
| 2936 | .give-update-panel-content p { |
| 2937 | font-size: 16px; } |
| 2938 | |
| 2939 | #give-updates .dashicons-no-alt { |
| 2940 | color: red; } |
| 2941 | |
| 2942 | #give-updates .dashicons-yes { |
| 2943 | color: green; } |
| 2944 | |
| 2945 | #give-db-updates .spinner { |
| 2946 | margin-top: 0; } |
| 2947 | |
| 2948 | body.give_forms_page_give-updates .give-run-update-containt .give-run-update-button { |
| 2949 | margin-right: 10px; } |
| 2950 | |
| 2951 | /** |
| 2952 | * Give Blank Slate |
| 2953 | * |
| 2954 | * @package Give |
| 2955 | * @subpackage SCSS/Admin |
| 2956 | * @copyright Copyright (c) 2016, WordImpress |
| 2957 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2958 | */ |
| 2959 | .give-blank-slate { |
| 2960 | background: white; |
| 2961 | border: 1px solid #e5e5e5; |
| 2962 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); |
| 2963 | margin: 0 auto; |
| 2964 | padding: 40px; |
| 2965 | text-align: center; } |
| 2966 | .give-blank-slate :last-child { |
| 2967 | margin-bottom: 0; } |
| 2968 | .give-blank-slate__heading, .give-blank-slate__message, .give-blank-slate__cta, .give-blank-slate__help { |
| 2969 | margin: 0 0 10px; } |
| 2970 | .give-blank-slate__image { |
| 2971 | display: block; |
| 2972 | height: 80px; |
| 2973 | margin: 0 auto 10px; |
| 2974 | width: auto; } |
| 2975 | .give-blank-slate__help { |
| 2976 | color: #666; |
| 2977 | font-style: italic; } |
| 2978 | .give-blank-slate__help a { |
| 2979 | display: inline-block; |
| 2980 | text-decoration: underline; } |
| 2981 | |
| 2982 | .give-blank-slate a.give-blank-slate__cta { |
| 2983 | display: inline-block; |
| 2984 | font-size: 1.2em; |
| 2985 | height: auto; |
| 2986 | margin: 0 0 10px; |
| 2987 | padding: .75em 1.5em; } |
| 2988 | |
| 2989 | /** |
| 2990 | * Give Donations Importer |
| 2991 | * |
| 2992 | * @description Payment History Styles |
| 2993 | * @package Give |
| 2994 | * @subpackage SCSS/Admin |
| 2995 | * @copyright Copyright (c) 2017, WordImpress |
| 2996 | * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License |
| 2997 | */ |
| 2998 | .give-tools-setting-page-import h1.handle { |
| 2999 | padding: 15px 0 0; } |
| 3000 | |
| 3001 | .give-tools-setting-page-import .give-progress-steps { |
| 3002 | width: 100%; |
| 3003 | padding: 0 0 24px; |
| 3004 | margin-left: 0; |
| 3005 | list-style: none outside; |
| 3006 | overflow: hidden; |
| 3007 | display: -webkit-inline-flex; |
| 3008 | display: -ms-inline-flexbox; |
| 3009 | display: inline-flex; } |
| 3010 | .give-tools-setting-page-import .give-progress-steps li { |
| 3011 | width: 25%; |
| 3012 | float: left; |
| 3013 | padding: 0 0 1.2em; |
| 3014 | margin: 0; |
| 3015 | text-align: center; |
| 3016 | position: relative; |
| 3017 | border-bottom: 4px solid #ccc; |
| 3018 | line-height: 1.4em; } |
| 3019 | .give-tools-setting-page-import .give-progress-steps li.active { |
| 3020 | border-color: #4ead61; |
| 3021 | color: #4ead61; } |
| 3022 | .give-tools-setting-page-import .give-progress-steps li.active:before { |
| 3023 | border-color: #4ead61; |
| 3024 | color: #4ead61; |
| 3025 | background: #4ead61; } |
| 3026 | .give-tools-setting-page-import .give-progress-steps li::before { |
| 3027 | content: ''; |
| 3028 | border: 4px solid #ccc; |
| 3029 | border-radius: 100%; |
| 3030 | width: 10px; |
| 3031 | height: 10px; |
| 3032 | position: absolute; |
| 3033 | bottom: 0; |
| 3034 | left: 50%; |
| 3035 | margin-left: -6px; |
| 3036 | margin-bottom: -10px; |
| 3037 | background: #fff; } |
| 3038 | |
| 3039 | .give-tools-setting-page-import .step-4 h2 { |
| 3040 | text-align: center; |
| 3041 | font-size: 20px !important; } |
| 3042 | |
| 3043 | .give-tools-setting-page-import .step-4 p { |
| 3044 | text-align: center; } |
| 3045 | |
| 3046 | .give-tools-setting-page-import .button-secondary.step-4, .give-tools-setting-page-import .give-image-thumb { |
| 3047 | display: none; } |
| 3048 | |
| 3049 | .give-tools-setting-page-import h2#give-import-title { |
| 3050 | background: #f3f3f3; |
| 3051 | font-size: 15px; |
| 3052 | font-weight: 600; |
| 3053 | margin: -8px -22px 11px; |
| 3054 | padding: 12px 22px; } |
| 3055 | |
| 3056 | .give-import-core-settings .give-progress-steps li { |
| 3057 | width: 33.33%; } |
| 3058 | |
| 3059 | .give-import-core-settings .step-3 h2 { |
| 3060 | text-align: center; |
| 3061 | font-size: 20px !important; } |
| 3062 | |
| 3063 | .give-import-core-settings .step-3 p { |
| 3064 | text-align: center; } |
| 3065 | |
| 3066 | form.give-import-form table.widefat { |
| 3067 | border: none; } |
| 3068 | |
| 3069 | .wrap .give-importer-h1 { |
| 3070 | margin: 0; |
| 3071 | padding: 20px 0; } |
| 3072 | |
| 3073 | /*# sourceMappingURL=../sourcemaps/give-admin.css.map */ |
| 3074 |