options.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /*sticky footer*/
  2. html, body {
  3. height: 100%;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. #wrapper {
  8. min-height: 100%;
  9. height: auto !important;
  10. height: 100%;
  11. margin: 0 auto -52px;
  12. }
  13. footer, #footer-push {
  14. height: 20px;
  15. text-align: center;
  16. }
  17. /*center content on large screens*/
  18. .mdc-toolbar__row,
  19. main {
  20. max-width: 1200px;
  21. margin: 0 auto;
  22. }
  23. /*content*/
  24. main { padding: 90px 0 30px 0; }
  25. #options { letter-spacing: 0.2px; }
  26. /*header*/
  27. header .mdc-toolbar__title { margin: 0; }
  28. header nav { float: right; margin: 0 !important; }
  29. header nav a { min-width: auto !important; }
  30. /*footer*/
  31. footer {
  32. font-size: 14px;
  33. line-height: 20px;
  34. color: #9e9e9e;
  35. text-align: center;
  36. background: #424242;
  37. padding: 16px 40px;
  38. }
  39. footer a {
  40. color: #9e9e9e;
  41. text-decoration: none;
  42. }
  43. footer a:nth-of-type(1) { margin-right: 10px; }
  44. footer a:nth-of-type(1):before { font-size: 17px; }
  45. footer a:nth-of-type(2):before {
  46. font-size: 20px; position: relative; top: 1px;
  47. }
  48. /*custom scrollbars in WebKit*/
  49. ::-webkit-scrollbar {
  50. width: 13px;
  51. height: 13px;
  52. }
  53. ::-webkit-scrollbar-track-piece {
  54. background: #ececec;
  55. -webkit-border-radius: 2px;
  56. }
  57. ::-webkit-scrollbar-thumb {
  58. height: 50px;
  59. background: #afbdc3;
  60. -webkit-border-radius: 8px;
  61. outline: 2px solid #333;
  62. outline-offset: -2px;
  63. border: 2px solid #ececec;
  64. }
  65. ::-webkit-scrollbar-thumb:hover {
  66. height: 50px;
  67. background-color: #607d8b;
  68. -webkit-border-radius: 8px;
  69. }
  70. /*bootstrap callout*/
  71. .bs-callout {
  72. border: 1px solid #eee;
  73. border-left-width: 5px;
  74. border-left-color: #607d8b;
  75. border-radius: 3px;
  76. background: #fcfcfc;
  77. padding: 20px;
  78. margin: 0 0 30px 0;
  79. }
  80. /*button*/
  81. .m-button {
  82. background-color: #ececec !important;
  83. color: #000 !important;
  84. }
  85. .m-button:before {
  86. background-color: rgba(96, 125, 139, 0.16) !important;
  87. }
  88. .m-button:after {
  89. background-color: rgba(96, 125, 139, 0.16) !important;
  90. }
  91. /*switch*/
  92. .m-switch {
  93. cursor: pointer;
  94. display: table;
  95. margin: 7px 0;
  96. }
  97. .m-switch .mdc-switch__background {
  98. display: inline-block;
  99. bottom: 5px;
  100. left: 15px;
  101. }
  102. .m-switch .mdc-switch-label {
  103. font-size: 1rem;
  104. line-height: 1.5rem;
  105. white-space: nowrap;
  106. overflow: hidden;
  107. text-overflow: ellipsis;
  108. display: inline-block;
  109. padding: 0 0 0 30px;
  110. }
  111. .m-switch .mdc-switch-label code {
  112. font-size: 16px;
  113. }
  114. /*select*/
  115. .m-select {
  116. font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  117. font-size: 14px;
  118. line-height: 17px;
  119. text-transform: uppercase;
  120. letter-spacing: 0.2px;
  121. background-color: #ececec;
  122. border: none;
  123. border-radius: 2px;
  124. cursor: pointer;
  125. padding: 9px 12px;
  126. }
  127. /*textfield*/
  128. .m-textfield {
  129. font-size: 1rem;
  130. line-height: 1.5rem;
  131. height: auto;
  132. margin: 0;
  133. }
  134. /*list*/
  135. .m-list {
  136. list-style: none;
  137. clear: both;
  138. background: #fff;
  139. padding: 0;
  140. margin: 0;
  141. }
  142. .m-list li {
  143. transition-duration: .28s;
  144. transition-timing-function: cubic-bezier(.4,0,.2,1);
  145. transition-property: background-color box-shadow;
  146. height: auto;
  147. min-height: 36px;
  148. border-bottom: 1px solid #ececec;
  149. padding: 10px 20px;
  150. }
  151. .m-list li:last-child { border: 0; }
  152. .m-list li:hover { background: #eee; }
  153. .m-list li:after { content: ''; display: block; clear: both; }
  154. .m-list li > * { display: inline-block; }
  155. .m-list li span {
  156. font-size: 1rem;
  157. line-height: 36px;
  158. }
  159. .m-list .m-textfield input { color: #a9a9a9; }
  160. .m-list .m-textfield input:focus { color: #1b1b1b; }
  161. .m-list button {
  162. transition-duration: .28s;
  163. transition-timing-function: cubic-bezier(.4,0,.2,1);
  164. transition-property: background-color;
  165. min-width: auto;
  166. padding: 0 9px;
  167. border-radius: 50%;
  168. }
  169. .m-list button:hover { background: #cacaca; }
  170. /*file access*/
  171. .m-file h4 {
  172. margin: 0 0 16px 0;
  173. }
  174. .m-file img {
  175. display: block;
  176. margin-bottom: 20px;
  177. }
  178. /*allowed origins*/
  179. .m-origins h4 {
  180. line-height: 36px;
  181. float: left;
  182. padding: 0 100px 0 0;
  183. margin: 0 !important;
  184. }
  185. .m-origins > .m-textfield:first-of-type {
  186. width: 400px;
  187. margin: 0 10px !important;
  188. }
  189. .m-origins button:nth-of-type(2) { float: right; }
  190. .m-origins .m-select { width: 110px; }
  191. .m-origins .m-switch {
  192. margin: 20px 0 0 0;
  193. }
  194. .m-origins .m-list {
  195. clear: both;
  196. margin: 20px 0 0 0;
  197. }
  198. .m-origins .m-list li > * { overflow: hidden; text-overflow: ellipsis; }
  199. .m-origins .m-list li > *:nth-child(1) { width: 7%; }
  200. .m-origins .m-list li > *:nth-child(2) { width: 22%; }
  201. .m-origins .m-list li > *:nth-child(3) { width: 62%; }
  202. .m-origins .m-list li > *:nth-child(4) { width: 9%; text-align: right; }