Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. var ss360Config = {
  3. showErrors: false,
  4. style: {
  5. suggestions: {
  6. text: {
  7. color: "#333333"
  8. },
  9. background: {
  10. color: "#ffffff"
  11. },
  12. padding: "5px",
  13. distanceFromTop: "0px",
  14. border: {
  15. color: "#dddddd",
  16. radius: "0px"
  17. }
  18. },
  19. searchBox: {
  20. text: {
  21. color: "#333333",
  22. size: "15px"
  23. },
  24. background: {
  25. color: "#ffffff"
  26. },
  27. border: {
  28. color: "#FF0000",
  29. radius: "0px"
  30. },
  31. padding: "8px",
  32. icon: {
  33. image: "magnifier",
  34. color: "#FF0000"
  35. }
  36. }
  37. },
  38. contentGroups: {
  39. include: ["PeachDepot"]
  40. },
  41. searchBox: {
  42. placeholder: "Search"
  43. },
  44. tracking: {
  45. providers: []
  46. },
  47. siteId: "www.rhubarb-central.com",
  48. results: {
  49. moreResultsButton: null
  50. }
  51. }
  52. </script>
  53.  
  54. <script type="module" src="https://cdn.sitesearch360.com/sitesearch360-v12.mjs"></script>
  55. <script nomodule src="https://cdn.sitesearch360.com/sitesearch360-v12.min.js" async></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement