Sin descripción

pum-admin-theme-editor-rtl.css 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*!******************************************************************************
  2. * Copyright (c) 2019, Code Atlantic LLC
  3. ******************************************************************************/
  4. .pum-popup-overlay,
  5. .pum-popup-overlay .pum-popup-container,
  6. .pum-overlay .pum-popup-title,
  7. .pum-overlay .pum-popup-content,
  8. .pum-popup-overlay .pum-popup-close,
  9. .pum-popup-overlay .pum-popup-closeclose-popup:hover,
  10. .pum-popup-overlay .pum-popup-close:focus,
  11. .pum-popup-overlay .pum-popup-close:active {
  12. background: none;
  13. border: none;
  14. bottom: auto;
  15. clear: none;
  16. cursor: default;
  17. /* didn't really know what the default for display should be*/
  18. /*display:inline;*/
  19. float: none;
  20. font-family: Arial, Helvetica, sans-serif;
  21. font-size: medium;
  22. font-style: normal;
  23. font-weight: normal;
  24. height: auto;
  25. right: auto;
  26. letter-spacing: normal;
  27. line-height: normal;
  28. max-height: none;
  29. max-width: none;
  30. min-height: 0;
  31. min-width: 0;
  32. overflow: visible;
  33. position: static;
  34. left: auto;
  35. text-align: right;
  36. text-decoration: none;
  37. text-indent: 0;
  38. text-transform: none;
  39. top: auto;
  40. visibility: visible;
  41. white-space: normal;
  42. width: auto;
  43. z-index: auto;
  44. }
  45. .pum-popup-container,
  46. .pum-popup-container:before,
  47. .pum-popup-container:after,
  48. .pum-popup-container *,
  49. .pum-popup-container *:before,
  50. .pum-popup-container *:after {
  51. box-sizing: border-box;
  52. }
  53. /**
  54. *
  55. */
  56. .pum-popup-content p {
  57. margin-top: 0;
  58. }
  59. #pum_theme_settings .inside {
  60. padding: 0;
  61. margin: 0;
  62. }
  63. #pum_theme_settings .wp-picker-container {
  64. display: inline-block;
  65. }
  66. #pum_theme_preview .inside {
  67. margin-top: 0;
  68. padding: 0;
  69. background: url(https://s.wordpress.com/mshots/v1/https://www.wordpress.org) no-repeat center top;
  70. background-size: cover;
  71. }
  72. #pum_theme_preview .pum-theme-preview {
  73. padding: 50px 20px;
  74. position: relative;
  75. }
  76. #pum_theme_preview .pum-popup-overlay,
  77. #pum_theme_preview .pum-popup-container,
  78. #pum_theme_preview .pum-popup-title,
  79. #pum_theme_preview .pum-popup-content,
  80. #pum_theme_preview .pum-popup-close {
  81. cursor: pointer;
  82. }
  83. .pum-theme-preview .pum-popup-overlay {
  84. position: absolute;
  85. display: block;
  86. width: 100%;
  87. height: 100%;
  88. top: 0;
  89. right: 0;
  90. }
  91. .pum-theme-preview .pum-desc,
  92. .pum-theme-preview .pum-popup-container {
  93. display: block;
  94. position: relative;
  95. width: 95%;
  96. max-width: 400px;
  97. margin: 0 auto;
  98. font-size: 16px;
  99. z-index: 99;
  100. }
  101. .pum-theme-preview .pum-desc .pum-popup-close,
  102. .pum-theme-preview .pum-popup-container .pum-popup-close {
  103. text-decoration: none;
  104. text-align: center;
  105. line-height: 1;
  106. position: absolute;
  107. cursor: pointer;
  108. min-width: 1em;
  109. z-index: 9999999;
  110. background-color: transparent;
  111. }
  112. .pum-theme-preview .pum-desc {
  113. box-sizing: border-box;
  114. margin: 10px auto 0;
  115. background-color: #fff;
  116. border: 1px solid;
  117. box-shadow: 0 2px 2px;
  118. padding: 0.75em;
  119. font-size: 11px;
  120. z-index: 10;
  121. }
  122. .pum-theme-preview .pum-desc .dashicons {
  123. font-size: 16px;
  124. width: 16px;
  125. height: 16px;
  126. }
  127. /*# sourceMappingURL=pum-admin-theme-editor-rtl.css.map */