setup-config.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. html {
  2. background: -webkit-linear-gradient(#444, black); /* For Safari 5.1 to 6.0 */
  3. background: -o-linear-gradient(#444, black); /* For Opera 11.1 to 12.0 */
  4. background: -moz-linear-gradient(#444, black); /* For Firefox 3.6 to 15 */
  5. background: linear-gradient(#444, black); /* Standard syntax */
  6. }
  7. body {
  8. background: rgba(0,0,0,0); /* Make the bg transparent */
  9. color: white;
  10. min-width: 400px;
  11. width: 30%;
  12. height: 100%;
  13. text-align: center;
  14. margin: auto;
  15. }
  16. p, h1, h2, h3, h4, h5, h6 {
  17. text-shadow: 0px 1px 1px #000;
  18. }
  19. code {
  20. text-shadow: none;
  21. }
  22. .header {
  23. padding-top: 1em;
  24. height: 10%;
  25. min-height: 75px;
  26. text-align: center;
  27. }
  28. .header strong {
  29. float: right;
  30. }
  31. .logo {
  32. margin: auto;
  33. }
  34. .logo strong {
  35. padding-left: .5em;
  36. float: left;
  37. }
  38. #airtimeLogo {
  39. float: left;
  40. padding-top: 0.6em;
  41. }
  42. .btn-primary {
  43. text-shadow: 0px 1px 1px #000000;
  44. background-color: #ff5d1a;
  45. border-color: #8d3715;
  46. }
  47. .btn-primary:focus, .btn-primary:active, .form-control:focus
  48. {
  49. border-color: #ff5d1a;
  50. outline: 0;
  51. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 93, 26, 0.6);
  52. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 93, 26, 0.6);
  53. }
  54. .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary,
  55. .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
  56. fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
  57. .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active,
  58. .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active,
  59. fieldset[disabled] .btn-primary.active
  60. {
  61. background-color: #dc5118;
  62. border-color: #632910;
  63. }
  64. /* ############################################################################
  65. *
  66. * Form Styles
  67. *
  68. * ############################################################################ */
  69. form {
  70. margin: auto;
  71. top: 0;
  72. width: 99%;
  73. position: absolute;
  74. float: right;
  75. }
  76. form p {
  77. text-align: left;
  78. margin-bottom: 1em;
  79. }
  80. form .form-group {
  81. text-align: left;
  82. }
  83. .viewport {
  84. position: absolute;
  85. width: 30%;
  86. min-width: 400px;
  87. height: 89%; /* Keep 1% off of 100 to avoid overflow */
  88. overflow-x: hidden;
  89. overflow-y: auto;
  90. }
  91. .form-wrapper {
  92. overflow: auto;
  93. }
  94. .form-title {
  95. margin: 1em 0;
  96. }
  97. .form-slider {
  98. position: absolute;
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .form-control-feedback {
  103. display: none;
  104. }
  105. /* ############################################################################
  106. *
  107. * Form Help Box Styles
  108. *
  109. * ############################################################################ */
  110. .help-block.help-message {
  111. font-weight:bold;
  112. margin-bottom: 15px;
  113. }
  114. .has-error, .has-error .control-label,
  115. .has-error .form-control-feedback,
  116. .has-error .form-control {
  117. color: red;
  118. }
  119. .has-success {
  120. color: lawngreen;
  121. }
  122. /* ############################################################################
  123. *
  124. * Overlay Styles
  125. *
  126. * ############################################################################ */
  127. #overlay {
  128. display: none;
  129. opacity: 0.6;
  130. position: absolute;
  131. top: 0;
  132. left: 0;
  133. background-color: #000;
  134. width: 100%;
  135. height: 100%;
  136. z-index: 5000;
  137. }
  138. #loadingImage {
  139. display: none;
  140. position: absolute;
  141. top: 40%;
  142. left: 49%; /* Shave 1% to account for half image width */
  143. z-index: 5001;
  144. }
  145. /* ############################################################################
  146. *
  147. * Button Styles
  148. *
  149. * ############################################################################ */
  150. .btn-primary {
  151. font-weight: bold;
  152. }
  153. .btn-disabled {
  154. disabled: disabled;
  155. visibility: hidden;
  156. display: block;
  157. }
  158. .btn-next {
  159. float: right;
  160. width: 49%;
  161. }
  162. .btn-skip {
  163. margin-top: .5em;
  164. width: 100%;
  165. }
  166. .btn-back {
  167. float: left;
  168. width: 49%;
  169. }
  170. .caret.caret-up {
  171. border-top-width: 0;
  172. border-bottom: 4px solid #fff;
  173. }
  174. /* ############################################################################
  175. *
  176. * RabbitMQ Settings Form Styles
  177. *
  178. * ############################################################################ */
  179. #rmqSettingsForm {
  180. left: 100%;
  181. }
  182. #rmqFormBody {
  183. display: none;
  184. }
  185. /* ############################################################################
  186. *
  187. * General Settings Form Styles
  188. *
  189. * ############################################################################ */
  190. #generalSettingsForm {
  191. left: 200%;
  192. }
  193. /* ############################################################################
  194. *
  195. * Media Settings Form Styles
  196. *
  197. * ############################################################################ */
  198. #mediaSettingsForm {
  199. left: 300%;
  200. }
  201. /* ############################################################################
  202. *
  203. * Finish Settings Form Styles
  204. *
  205. * ############################################################################ */
  206. #finishSettingsForm {
  207. left: 400%;
  208. }