You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.3 KiB

  1. @charset 'UTF-8';
  2. .jsfg-loader {
  3. font-weight: bold;
  4. position: relative;
  5. top: 50%;
  6. text-align: center;
  7. }
  8. .jsfg-loader .animation-dots {
  9. color: #797979;
  10. font-size: 20px;
  11. }
  12. .jsfg-modal {
  13. width: auto;
  14. }
  15. .jsfg-modal .modal-header .modal-image {
  16. width: 560px
  17. }
  18. .jsfg-modal .modal-body {
  19. max-height: none;
  20. position: relative;
  21. }
  22. .jsfg-modal .modal-body .modal-image {
  23. position: relative;
  24. margin: 0 auto;
  25. top: 50%;
  26. text-align: center;
  27. cursor: pointer
  28. }
  29. .jsfg-modal.fade.in {
  30. top: 50%;
  31. }
  32. .jsfg-modal .modal-header:after {
  33. display: table;
  34. line-height: 0;
  35. content: "";
  36. clear: both;
  37. }
  38. .hide {
  39. display: none;
  40. }
  41. @media (min-width:768px) {
  42. .jsfg-modal .modal-body .modal-image {
  43. min-width: 560px;
  44. }
  45. }
  46. .pagination
  47. {
  48. margin-top: 5px;
  49. }
  50. .pagination-prev,
  51. .pagination-next
  52. {
  53. background: #ff4200;
  54. border-radius: 0px;
  55. cursor: pointer;
  56. padding-top: 3px;
  57. padding-bottom: 6px;
  58. color: #FFFFFF;
  59. }
  60. .pagination-next
  61. {
  62. margin-left: 5px;
  63. }
  64. .pagination-prev:hover,
  65. .pagination-next:hover
  66. {
  67. background: #fd9672;
  68. }