Guest User

Untitled

a guest
Nov 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.43 KB | None | 0 0
  1. .search-results.no-query:not(.show-empty-query)>*,.search-results-count.no-query:not(.show-empty-query)>*,.page-selector.no-query:not(.show-empty-query)>* {
  2. height: 0;
  3. overflow: hidden;
  4. }
  5.  
  6. .search-query-show,.search-query-hide {
  7. display: none!important;
  8. }
  9.  
  10. .search-query-true.search-query-show,.search-query-true .search-query-show {
  11. display: block!important;
  12. }
  13.  
  14. .search-query-false.search-query-hide,.search-query-false .search-query-hide {
  15. display: block!important;
  16. }
  17.  
  18. .search-location-show,.search-location-hide {
  19. display: none!important;
  20. }
  21.  
  22. .search-location-true.search-location-show,.search-location-true .search-location-show {
  23. display: block!important;
  24. }
  25.  
  26. .search-location-false.search-location-hide,.search-location-false .search-location-hide {
  27. display: block!important;
  28. }
  29.  
  30. .search-other-show,.search-other-hide {
  31. display: none!important;
  32. }
  33.  
  34. .search-other-true.search-other-show,.search-other-true .search-other-show {
  35. display: block!important;
  36. }
  37.  
  38. .search-other-false.search-other-hide,.search-other-false .search-other-hide {
  39. display: block!important;
  40. }
  41.  
  42. body.on-page-editor .row {
  43. outline: 2px solid rgba(128,166,206,0.4);
  44. }
  45.  
  46. body.on-page-editor .columns {
  47. outline: 2px solid rgba(28,58,108,0.25);
  48. }
  49.  
  50. body.on-page-editor .component {
  51. outline: 2px solid rgba(247,124,33,0.4);
  52. }
  53.  
  54. body.on-page-editor .component.row-splitter {
  55. outline: none;
  56. }
  57.  
  58. body.on-page-editor .component.video {
  59. min-width: 320px;
  60. min-height: 240px;
  61. width: 100%;
  62. }
  63.  
  64. body.on-page-editor .zg-height-fix {
  65. height: auto!important;
  66. }
  67.  
  68. body.on-page-editor .scEmptyPlaceholder {
  69. position: relative!important;
  70. }
  71.  
  72. body.preview .sc-breadcrumb-item-path {
  73. height: auto!important;
  74. border: 1px solid transparent;
  75. }
  76.  
  77. body.preview .sc-breadcrumb-item-rectangle img {
  78. height: 16px!important;
  79. }
  80.  
  81. body.on-page-editor .container:before,body.on-page-editor .search-query-aware:before,body.on-page-editor .search-location-aware:before,body.on-page-editor .search-other-aware:before,body.on-page-editor .search-query-show:before,body.on-page-editor .search-query-hide:before,body.on-page-editor .search-location-show:before,body.on-page-editor .search-location-hide:before,body.on-page-editor .search-other-show:before,body.on-page-editor .search-other-hide:before,body.on-page-editor .component-hidden:before {
  82. pointer-events: none;
  83. display: block;
  84. font-size: 1rem;
  85. line-height: 1;
  86. font-weight: 700;
  87. padding: .25rem;
  88. color: #b02925;
  89. background: #f77c21;
  90. text-align: center;
  91. opacity: .5;
  92. }
  93.  
  94. body.on-page-editor .container:before {
  95. content: "Container Drop Content Below";
  96. font-size: 1.5rem;
  97. }
  98.  
  99. body.on-page-editor .search-query-aware {
  100. display: block!important;
  101. }
  102.  
  103. body.on-page-editor .search-query-aware:before {
  104. content: "Search Query Aware";
  105. font-size: 1.5rem;
  106. }
  107.  
  108. body.on-page-editor .search-location-aware {
  109. display: block!important;
  110. }
  111.  
  112. body.on-page-editor .search-location-aware:before {
  113. content: "Search Location Aware";
  114. font-size: 1.5rem;
  115. }
  116.  
  117. body.on-page-editor .search-other-aware {
  118. display: block!important;
  119. }
  120.  
  121. body.on-page-editor .search-other-aware:before {
  122. content: "Search Other Aware";
  123. font-size: 1.5rem;
  124. }
  125.  
  126. body.on-page-editor .search-query-show {
  127. display: block!important;
  128. }
  129.  
  130. body.on-page-editor .search-query-show:before {
  131. content: "Show if Query";
  132. font-size: 1.5rem;
  133. }
  134.  
  135. body.on-page-editor .search-query-hide {
  136. display: block!important;
  137. }
  138.  
  139. body.on-page-editor .search-query-hide:before {
  140. content: "Hide if Query";
  141. font-size: 1.5rem;
  142. }
  143.  
  144. body.on-page-editor .search-location-show {
  145. display: block!important;
  146. }
  147.  
  148. body.on-page-editor .search-location-show:before {
  149. content: "Show if Location";
  150. font-size: 1.5rem;
  151. }
  152.  
  153. body.on-page-editor .search-location-hide {
  154. display: block!important;
  155. }
  156.  
  157. body.on-page-editor .search-location-hide:before {
  158. content: "Hide if Location";
  159. font-size: 1.5rem;
  160. }
  161.  
  162. body.on-page-editor .search-other-show {
  163. display: block!important;
  164. }
  165.  
  166. body.on-page-editor .search-other-show:before {
  167. content: "Show if Search Other";
  168. font-size: 1.5rem;
  169. }
  170.  
  171. body.on-page-editor .search-other-hide {
  172. display: block!important;
  173. }
  174.  
  175. body.on-page-editor .search-other-hide:before {
  176. content: "Hide if Search Other";
  177. font-size: 1.5rem;
  178. }
  179.  
  180. body.on-page-editor .component-hidden {
  181. display: block!important;
  182. }
  183.  
  184. body.on-page-editor .component-hidden:before {
  185. content: "Hidden from Display";
  186. font-size: 1.5rem;
  187. }
Add Comment
Please, Sign In to add comment