You are here

tour.default.theme.css in Varbase Core 9.0.x

.joyride-tip-guide {
  z-index: 10000;
}

.joyride-tip-guide.tip-tour-switch {
  top: 35px !important;
  right: 35px !important;
  left: auto !important;
}

.joyride-tip-guide.tip-tour-switch .joyride-nub {
  right: 28px;
  left: auto;
}

.joyride-tip-guide .button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  /* 3 */
  padding: 0.25em 1.5em;
  -webkit-appearance: none;
  /* 3 */
  -moz-appearance: none;
  /* 2 */
  cursor: pointer;
  transition: all 0.1s;
  /* 1 */
  text-align: center;
  text-decoration: none;
  color: #333;
  /* 4 */
  border: 1px solid #a6a6a6;
  border-radius: 0;
  background-color: #f2f1eb;
  text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  /* 6 */
}

.joyride-tip-guide .button:hover,
.joyride-tip-guide .button:focus {
  text-decoration: none;
  color: #1a1a1a;
  outline: none;
  background-color: #f9f8f6;
  background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
}

.joyride-tip-guide .button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
}

.joyride-tip-guide .button:focus {
  z-index: 10;
  border: 1px solid #3ab2ff;
  box-shadow: 0 0 0.5em 0.1em rgba(51, 177, 255, 0.7);
}

.joyride-tip-guide .button:active {
  transition: none;
  border: 1px solid #a6a6a6;
  background-color: #dfdfd9;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.joyride-tip-guide .button--primary {
  color: #fff;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.joyride-tip-guide .button--primary:hover,
.joyride-tip-guide .button--primary:focus {
  color: #fff;
  border-color: #0071b8;
  background-color: #2369a6;
  background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
}

.joyride-tip-guide .button--primary:focus {
  border: 1px solid #1280df;
}

.joyride-tip-guide .button--primary:hover {
  box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
}

.joyride-tip-guide .button--primary:active {
  border-color: #144b78;
  background-image: linear-gradient(to bottom, #08639b, #0071b8);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.joyride-tip-guide h2,
.joyride-tip-guide .heading-b {
  margin: 0.625rem 0;
  font-size: 1.385em;
  font-weight: bold;
}

[dir="rtl"] body .joyride-tip-guide.tip-tour-switch {
  top: 35px !important;
  right: auto !important;
  left: 135px !important;
}

[dir="rtl"] body .joyride-tip-guide .joyride-nub {
  right: auto;
  left: 28px;
}

.shepherd-element {
  z-index: 999;
}

.shepherd-element .button:not(:focus) {
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}

.shepherd-element .button {
  display: inline-block;
  margin: 1rem 0.75rem 1rem 0;
  padding: calc(1rem - 1px) calc(1.5rem - 1px);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #222330;
  border: 1px solid transparent !important;
  border-radius: 2px;
  background-color: #d4d4d8;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}

.shepherd-element .button--primary {
  color: #fff !important;
  background-color: #003cc5 !important;
}

File

modules/varbase_tour/css/theme/tour.default.theme.css
View source
  1. .joyride-tip-guide {
  2. z-index: 10000;
  3. }
  4. .joyride-tip-guide.tip-tour-switch {
  5. top: 35px !important;
  6. right: 35px !important;
  7. left: auto !important;
  8. }
  9. .joyride-tip-guide.tip-tour-switch .joyride-nub {
  10. right: 28px;
  11. left: auto;
  12. }
  13. .joyride-tip-guide .button {
  14. position: relative;
  15. display: inline-block;
  16. box-sizing: border-box;
  17. /* 3 */
  18. padding: 0.25em 1.5em;
  19. -webkit-appearance: none;
  20. /* 3 */
  21. -moz-appearance: none;
  22. /* 2 */
  23. cursor: pointer;
  24. transition: all 0.1s;
  25. /* 1 */
  26. text-align: center;
  27. text-decoration: none;
  28. color: #333;
  29. /* 4 */
  30. border: 1px solid #a6a6a6;
  31. border-radius: 0;
  32. background-color: #f2f1eb;
  33. text-shadow: 0 1px rgba(255, 255, 255, 0.6);
  34. font-size: 0.875rem;
  35. font-weight: 600;
  36. -webkit-font-smoothing: antialiased;
  37. line-height: normal;
  38. /* 6 */
  39. }
  40. .joyride-tip-guide .button:hover,
  41. .joyride-tip-guide .button:focus {
  42. text-decoration: none;
  43. color: #1a1a1a;
  44. outline: none;
  45. background-color: #f9f8f6;
  46. background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd);
  47. }
  48. .joyride-tip-guide .button:hover {
  49. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125);
  50. }
  51. .joyride-tip-guide .button:focus {
  52. z-index: 10;
  53. border: 1px solid #3ab2ff;
  54. box-shadow: 0 0 0.5em 0.1em rgba(51, 177, 255, 0.7);
  55. }
  56. .joyride-tip-guide .button:active {
  57. transition: none;
  58. border: 1px solid #a6a6a6;
  59. background-color: #dfdfd9;
  60. background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  61. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  62. }
  63. .joyride-tip-guide .button--primary {
  64. color: #fff;
  65. border-color: #1e5c90;
  66. background-color: #0071b8;
  67. background-image: linear-gradient(to bottom, #007bc6, #0071b8);
  68. text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  69. font-weight: 700;
  70. -webkit-font-smoothing: antialiased;
  71. }
  72. .joyride-tip-guide .button--primary:hover,
  73. .joyride-tip-guide .button--primary:focus {
  74. color: #fff;
  75. border-color: #0071b8;
  76. background-color: #2369a6;
  77. background-image: linear-gradient(to bottom, #0c97ed, #1f86c7);
  78. }
  79. .joyride-tip-guide .button--primary:focus {
  80. border: 1px solid #1280df;
  81. }
  82. .joyride-tip-guide .button--primary:hover {
  83. box-shadow: 0 1px 2px rgba(23, 26, 28, 0.25);
  84. }
  85. .joyride-tip-guide .button--primary:active {
  86. border-color: #144b78;
  87. background-image: linear-gradient(to bottom, #08639b, #0071b8);
  88. box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  89. }
  90. .joyride-tip-guide h2,
  91. .joyride-tip-guide .heading-b {
  92. margin: 0.625rem 0;
  93. font-size: 1.385em;
  94. font-weight: bold;
  95. }
  96. [dir="rtl"] body .joyride-tip-guide.tip-tour-switch {
  97. top: 35px !important;
  98. right: auto !important;
  99. left: 135px !important;
  100. }
  101. [dir="rtl"] body .joyride-tip-guide .joyride-nub {
  102. right: auto;
  103. left: 28px;
  104. }
  105. .shepherd-element {
  106. z-index: 999;
  107. }
  108. .shepherd-element .button:not(:focus) {
  109. box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  110. }
  111. .shepherd-element .button {
  112. display: inline-block;
  113. margin: 1rem 0.75rem 1rem 0;
  114. padding: calc(1rem - 1px) calc(1.5rem - 1px);
  115. cursor: pointer;
  116. text-align: center;
  117. text-decoration: none;
  118. color: #222330;
  119. border: 1px solid transparent !important;
  120. border-radius: 2px;
  121. background-color: #d4d4d8;
  122. font-size: 1rem;
  123. font-weight: 700;
  124. line-height: 1rem;
  125. -webkit-appearance: none;
  126. -moz-appearance: none;
  127. appearance: none;
  128. -webkit-font-smoothing: antialiased;
  129. }
  130. .shepherd-element .button--primary {
  131. color: #fff !important;
  132. background-color: #003cc5 !important;
  133. }