You are here

tour.admin.theme.css in Varbase Core 8.4

.joyride-tip-guide h1,
.joyride-tip-guide .heading-a {
  font-weight: 300;
  margin-bottom: 19px;
  margin-bottom: 1rem;
  font-size: 2.35em;
  line-height: 1.2em;
  color: #fff;
}
.joyride-tip-guide .content-header {
  background-color: #333;
  padding: 1rem 0 0;
}
.joyride-tip-guide .toolbar-tray-open.toolbar-fixed.toolbar-horizontal {
  padding-top: 4rem !important;
}
.joyride-tip-guide thead th {
  border: none;
  color: #909090;
  text-transform: none;
  font-weight: 500;
  font-size: 0.91rem;
}
.joyride-tip-guide thead th.is-active {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #E6E4DF;
  border-left: 1px solid #E6E4DF;
  border-right: 1px solid #E6E4DF;
}
.joyride-tip-guide th.is-active > a,
.joyride-tip-guide th.is-active > a:hover {
  color: #333;
}
.joyride-tip-guide th > a:hover {
  text-decoration: underline;
}
.joyride-tip-guide th > a:after,
.joyride-tip-guide th.is-active > a:after {
  display: none;
}
.joyride-tip-guide thead > tr {
  border-bottom: 1px solid #E6E4DF;
}
.joyride-tip-guide .is-collapse-enabled .tabs:before,
.joyride-tip-guide .is-horizontal .tabs:before {
  display: none;
}
.joyride-tip-guide .button {
  border-radius: 0;
  background-image: none;
  background-color: #F9F9F9;
  text-shadow: none;
  transition: all, 0.2s;
}
.joyride-tip-guide .button:hover,
.joyride-tip-guide .button:focus {
  background-color: #FFFFFF;
  border-color: #008ee6;
  background-image: none;
}
.joyride-tip-guide .button-action:before {
  display: none;
}
.joyride-tip-guide .action-links {
  margin: 2em 0;
}
.joyride-tip-guide .button--primary {
  background: #0071b8;
  border-color: #0071b8;
}
.joyride-tip-guide .button--primary:hover,
.joyride-tip-guide .button--primary:focus {
  background-image: none;
  background-color: #1f86c7;
  border-color: #1f86c7;
}
.joyride-tip-guide .button:focus {
  box-shadow: none;
  border-color: #68a3cf;
  outline: #c1e0ff solid 2px;
}
.joyride-tip-guide .button--small:focus {
  outline: none;
}
.joyride-tip-guide .action-links .button--primary {
  color: #327EBD;
  background: #fff;
  font-size: 14px;
  padding: 0.33rem 1.33rem;
  border: 2px solid #327ebd;
  font-family: sans-serif;
  border-radius: 999px;
  font-weight: 600;
}
.joyride-tip-guide .action-links .button--primary:hover,
.joyride-tip-guide .action-links .button--primary:focus {
  color: #fff;
  box-shadow: none;
  background-image: none;
  background-color: #327EBD;
}
.joyride-tip-guide .action-links .button--primary:focus {
  border-color: #08639b;
  outline: none;
}
.joyride-tip-guide .button--small {
  border-color: #cacaca;
  border-radius: 0.2rem;
  color: #b1b1b1;
  font-weight: 500;
  background: #fff;
}
.joyride-tip-guide .button--danger {
  text-decoration: none;
  background-color: transparent;
}
.joyride-tip-guide .button--danger:hover {
  text-decoration: underline;
}
.joyride-tip-guide select {
  min-height: 28px;
  text-shadow: none;
}
.joyride-tip-guide label {
  margin: 0 0 0.2em;
}
.joyride-tip-guide .ui-dialog .ui-dialog-titlebar {
  border-radius: 0;
  background: #333;
}
.joyride-tip-guide .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  border-radius: 0;
}
.joyride-tip-guide .ui-dialog .ui-dialog-titlebar,
.joyride-tip-guide .ui-dialog {
  outline: none;
}
.joyride-tip-guide .ui-dialog {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.joyride-tip-guide .ui-button-icon-only.ui-dialog-titlebar-close.ui-state-active,
.joyride-tip-guide .ui-button-icon-only.ui-dialog-titlebar-close.ui-widget-content .ui-state-active {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.joyride-tip-guide .ui-dialog .ui-dialog-titlebar-close {
  opacity: 0.5;
  transition: all, 0.2s;
}
.joyride-tip-guide .ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
}
.joyride-tip-guide .messages {
  margin: 1rem 0 1rem 0;
  border-width: 1px 0px 1px 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  background-size: 1.3rem;
  background-position: 5px 50%;
}
.joyride-tip-guide .messages--error {
  border-color: #E32700;
}
.joyride-tip-guide .messages--warning {
  border-color: #E29700;
}
.joyride-tip-guide .messages--status {
  border-color: #73B355;
}
/*# sourceMappingURL=tour.admin.theme.css.map */

File

modules/varbase_tour/css/theme/tour.admin.theme.css
View source
  1. .joyride-tip-guide h1,
  2. .joyride-tip-guide .heading-a {
  3. font-weight: 300;
  4. margin-bottom: 19px;
  5. margin-bottom: 1rem;
  6. font-size: 2.35em;
  7. line-height: 1.2em;
  8. color: #fff;
  9. }
  10. .joyride-tip-guide .content-header {
  11. background-color: #333;
  12. padding: 1rem 0 0;
  13. }
  14. .joyride-tip-guide .toolbar-tray-open.toolbar-fixed.toolbar-horizontal {
  15. padding-top: 4rem !important;
  16. }
  17. .joyride-tip-guide thead th {
  18. border: none;
  19. color: #909090;
  20. text-transform: none;
  21. font-weight: 500;
  22. font-size: 0.91rem;
  23. }
  24. .joyride-tip-guide thead th.is-active {
  25. background: #fff;
  26. border-bottom: 1px solid #fff;
  27. border-top: 1px solid #E6E4DF;
  28. border-left: 1px solid #E6E4DF;
  29. border-right: 1px solid #E6E4DF;
  30. }
  31. .joyride-tip-guide th.is-active > a,
  32. .joyride-tip-guide th.is-active > a:hover {
  33. color: #333;
  34. }
  35. .joyride-tip-guide th > a:hover {
  36. text-decoration: underline;
  37. }
  38. .joyride-tip-guide th > a:after,
  39. .joyride-tip-guide th.is-active > a:after {
  40. display: none;
  41. }
  42. .joyride-tip-guide thead > tr {
  43. border-bottom: 1px solid #E6E4DF;
  44. }
  45. .joyride-tip-guide .is-collapse-enabled .tabs:before,
  46. .joyride-tip-guide .is-horizontal .tabs:before {
  47. display: none;
  48. }
  49. .joyride-tip-guide .button {
  50. border-radius: 0;
  51. background-image: none;
  52. background-color: #F9F9F9;
  53. text-shadow: none;
  54. transition: all, 0.2s;
  55. }
  56. .joyride-tip-guide .button:hover,
  57. .joyride-tip-guide .button:focus {
  58. background-color: #FFFFFF;
  59. border-color: #008ee6;
  60. background-image: none;
  61. }
  62. .joyride-tip-guide .button-action:before {
  63. display: none;
  64. }
  65. .joyride-tip-guide .action-links {
  66. margin: 2em 0;
  67. }
  68. .joyride-tip-guide .button--primary {
  69. background: #0071b8;
  70. border-color: #0071b8;
  71. }
  72. .joyride-tip-guide .button--primary:hover,
  73. .joyride-tip-guide .button--primary:focus {
  74. background-image: none;
  75. background-color: #1f86c7;
  76. border-color: #1f86c7;
  77. }
  78. .joyride-tip-guide .button:focus {
  79. box-shadow: none;
  80. border-color: #68a3cf;
  81. outline: #c1e0ff solid 2px;
  82. }
  83. .joyride-tip-guide .button--small:focus {
  84. outline: none;
  85. }
  86. .joyride-tip-guide .action-links .button--primary {
  87. color: #327EBD;
  88. background: #fff;
  89. font-size: 14px;
  90. padding: 0.33rem 1.33rem;
  91. border: 2px solid #327ebd;
  92. font-family: sans-serif;
  93. border-radius: 999px;
  94. font-weight: 600;
  95. }
  96. .joyride-tip-guide .action-links .button--primary:hover,
  97. .joyride-tip-guide .action-links .button--primary:focus {
  98. color: #fff;
  99. box-shadow: none;
  100. background-image: none;
  101. background-color: #327EBD;
  102. }
  103. .joyride-tip-guide .action-links .button--primary:focus {
  104. border-color: #08639b;
  105. outline: none;
  106. }
  107. .joyride-tip-guide .button--small {
  108. border-color: #cacaca;
  109. border-radius: 0.2rem;
  110. color: #b1b1b1;
  111. font-weight: 500;
  112. background: #fff;
  113. }
  114. .joyride-tip-guide .button--danger {
  115. text-decoration: none;
  116. background-color: transparent;
  117. }
  118. .joyride-tip-guide .button--danger:hover {
  119. text-decoration: underline;
  120. }
  121. .joyride-tip-guide select {
  122. min-height: 28px;
  123. text-shadow: none;
  124. }
  125. .joyride-tip-guide label {
  126. margin: 0 0 0.2em;
  127. }
  128. .joyride-tip-guide .ui-dialog .ui-dialog-titlebar {
  129. border-radius: 0;
  130. background: #333;
  131. }
  132. .joyride-tip-guide .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  133. border-radius: 0;
  134. }
  135. .joyride-tip-guide .ui-dialog .ui-dialog-titlebar,
  136. .joyride-tip-guide .ui-dialog {
  137. outline: none;
  138. }
  139. .joyride-tip-guide .ui-dialog {
  140. box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  141. }
  142. .joyride-tip-guide .ui-button-icon-only.ui-dialog-titlebar-close.ui-state-active,
  143. .joyride-tip-guide .ui-button-icon-only.ui-dialog-titlebar-close.ui-widget-content .ui-state-active {
  144. background: transparent;
  145. border-color: transparent;
  146. color: transparent;
  147. }
  148. .joyride-tip-guide .ui-dialog .ui-dialog-titlebar-close {
  149. opacity: 0.5;
  150. transition: all, 0.2s;
  151. }
  152. .joyride-tip-guide .ui-dialog .ui-dialog-titlebar-close:hover {
  153. opacity: 1;
  154. }
  155. .joyride-tip-guide .messages {
  156. margin: 1rem 0 1rem 0;
  157. border-width: 1px 0px 1px 0;
  158. border-radius: 0;
  159. background-color: transparent;
  160. box-shadow: none;
  161. background-size: 1.3rem;
  162. background-position: 5px 50%;
  163. }
  164. .joyride-tip-guide .messages--error {
  165. border-color: #E32700;
  166. }
  167. .joyride-tip-guide .messages--warning {
  168. border-color: #E29700;
  169. }
  170. .joyride-tip-guide .messages--status {
  171. border-color: #73B355;
  172. }
  173. /*# sourceMappingURL=tour.admin.theme.css.map */